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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1267 typedef ConstIntAr ConstIntArAr[4]; typedef
1293 { int arr[T(__has_trivial_constructor(ConstIntArAr))]; }
1348 { int arr[T(__has_trivial_copy(ConstIntArAr))]; }
1395 { int arr[F(__has_trivial_assign(ConstIntArAr))]; }
1411 { int arr[T(__has_trivial_destructor(ConstIntArAr))]; }
1485 { int arr[F(__has_nothrow_assign(ConstIntArAr))]; }
1555 { int arr[T(__has_nothrow_copy(ConstIntArAr))]; }
1588 { int arr[T(__has_nothrow_constructor(ConstIntArAr))]; }
1622 { int arr[F(__has_virtual_destructor(ConstIntArAr))]; }
2083 int t02[T(__array_rank(ConstIntArAr)
[all...]

Completed in 121 milliseconds