Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp1244 typedef ConstIntAr ConstIntArAr[4]; typedef
1270 { int arr[T(__has_trivial_constructor(ConstIntArAr))]; } in has_trivial_default_constructor()
1325 { int arr[T(__has_trivial_copy(ConstIntArAr))]; } in has_trivial_copy_constructor()
1372 { int arr[F(__has_trivial_assign(ConstIntArAr))]; } in has_trivial_copy_assignment()
1388 { int arr[T(__has_trivial_destructor(ConstIntArAr))]; } in has_trivial_destructor()
1462 { int arr[F(__has_nothrow_assign(ConstIntArAr))]; } in has_nothrow_assign()
1529 { int arr[T(__has_nothrow_copy(ConstIntArAr))]; } in has_nothrow_copy()
1562 { int arr[T(__has_nothrow_constructor(ConstIntArAr))]; } in has_nothrow_constructor()
1596 { int arr[F(__has_virtual_destructor(ConstIntArAr))]; } in has_virtual_destructor()
2014 int t02[T(__array_rank(ConstIntArAr) == 2)]; in array_rank()
[all …]