Searched refs:ConstIntArAr (Results 1 – 1 of 1) sorted by relevance
1267 typedef ConstIntAr ConstIntArAr[4]; typedef1293 { int arr[T(__has_trivial_constructor(ConstIntArAr))]; } in has_trivial_default_constructor()1348 { int arr[T(__has_trivial_copy(ConstIntArAr))]; } in has_trivial_copy_constructor()1395 { int arr[F(__has_trivial_assign(ConstIntArAr))]; } in has_trivial_copy_assignment()1411 { int arr[T(__has_trivial_destructor(ConstIntArAr))]; } in has_trivial_destructor()1485 { int arr[F(__has_nothrow_assign(ConstIntArAr))]; } in has_nothrow_assign()1552 { int arr[T(__has_nothrow_copy(ConstIntArAr))]; } in has_nothrow_copy()1585 { int arr[T(__has_nothrow_constructor(ConstIntArAr))]; } in has_nothrow_constructor()1619 { int arr[F(__has_virtual_destructor(ConstIntArAr))]; } in has_virtual_destructor()2040 int t02[T(__array_rank(ConstIntArAr) == 2)]; in array_rank()[all …]