Searched refs:ConstIntAr (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp989 typedef ConstInt ConstIntAr[4]; typedef
994 int t03[T(__is_standard_layout(ConstIntAr))];
1070 typedef const IntAr ConstIntAr; typedef
1071 typedef ConstIntAr ConstIntArAr[4];
1096 { int arr[T(__has_trivial_constructor(ConstIntAr))]; }
1122 { int arr[T(__has_trivial_copy(ConstIntAr))]; }
1161 { int arr[F(__has_trivial_assign(ConstIntAr))]; }
1177 { int arr[T(__has_trivial_destructor(ConstIntAr))]; }
1246 { int arr[F(__has_nothrow_assign(ConstIntAr))]; }
1262 { int arr[T(__has_nothrow_copy(ConstIntAr))]; }
[all...]

Completed in 62 milliseconds