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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1077 typedef ConstInt ConstIntAr[4]; typedef
1082 int t03[T(__is_standard_layout(ConstIntAr))];
1158 typedef const IntAr ConstIntAr; typedef
1159 typedef ConstIntAr ConstIntArAr[4];
1184 { int arr[T(__has_trivial_constructor(ConstIntAr))]; }
1213 { int arr[T(__has_trivial_copy(ConstIntAr))]; }
1260 { int arr[F(__has_trivial_assign(ConstIntAr))]; }
1276 { int arr[T(__has_trivial_destructor(ConstIntAr))]; }
1350 { int arr[F(__has_nothrow_assign(ConstIntAr))]; }
1365 { int arr[T(__has_nothrow_copy(ConstIntAr))]; }
[all...]

Completed in 40 milliseconds