Searched refs:ConstIntAr (Results 1 – 1 of 1) sorted by relevance
1185 typedef ConstInt ConstIntAr[4]; in is_standard_layout() typedef1190 int t03[T(__is_standard_layout(ConstIntAr))]; in is_standard_layout()1266 typedef const IntAr ConstIntAr; typedef1267 typedef ConstIntAr ConstIntArAr[4];1292 { int arr[T(__has_trivial_constructor(ConstIntAr))]; } in has_trivial_default_constructor()1347 { int arr[T(__has_trivial_copy(ConstIntAr))]; } in has_trivial_copy_constructor()1394 { int arr[F(__has_trivial_assign(ConstIntAr))]; } in has_trivial_copy_assignment()1410 { int arr[T(__has_trivial_destructor(ConstIntAr))]; } in has_trivial_destructor()1484 { int arr[F(__has_nothrow_assign(ConstIntAr))]; } in has_nothrow_assign()1554 { int arr[T(__has_nothrow_copy(ConstIntAr))]; } in has_nothrow_copy()[all …]