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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1185 typedef ConstInt ConstIntAr[4]; typedef
1190 int t03[T(__is_standard_layout(ConstIntAr))];
1266 typedef const IntAr ConstIntAr; typedef
1267 typedef ConstIntAr ConstIntArAr[4];
1292 { int arr[T(__has_trivial_constructor(ConstIntAr))]; }
1347 { int arr[T(__has_trivial_copy(ConstIntAr))]; }
1394 { int arr[F(__has_trivial_assign(ConstIntAr))]; }
1410 { int arr[T(__has_trivial_destructor(ConstIntAr))]; }
1484 { int arr[F(__has_nothrow_assign(ConstIntAr))]; }
1554 { int arr[T(__has_nothrow_copy(ConstIntAr))]; }
[all...]

Completed in 143 milliseconds