Lines Matching refs:ACompleteType

196 struct ACompleteType {};  struct
206 struct HasPrivateBase : private ACompleteType {};
207 struct HasProtectedBase : protected ACompleteType {};
208 struct HasVirtBase : virtual ACompleteType {};
258 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
300 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
637 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1241 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1285 int t40[T(__is_trivially_copyable(ACompleteType))]; in is_trivially_copyable2()
1355 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
1509 { int arr[T(__has_trivial_constructor(ACompleteType[]))]; } in has_trivial_default_constructor()
1542 { int arr[T(__has_trivial_move_constructor(ACompleteType[]))]; } in has_trivial_move_constructor()
1574 { int arr[T(__has_trivial_copy(ACompleteType[]))]; } in has_trivial_copy_constructor()
1604 { int arr[T(__has_trivial_assign(ACompleteType[]))]; } in has_trivial_copy_assignment()
1642 { int arr[T(__has_trivial_destructor(ACompleteType[]))]; } in has_trivial_destructor()
1697 { int arr[T(__has_nothrow_assign(ACompleteType[]))]; } in has_nothrow_assign()
1724 { int arr[T(__has_nothrow_move_assign(ACompleteType[]))]; } in has_nothrow_move_assign()
1758 { int arr[T(__has_trivial_move_assign(ACompleteType[]))]; } in has_trivial_move_assign()
1794 { int arr[T(__has_nothrow_copy(ACompleteType[]))]; } in has_nothrow_copy()
1822 { int arr[T(__has_nothrow_constructor(ACompleteType[]))]; } in has_nothrow_constructor()
1860 { int arr[F(__has_virtual_destructor(ACompleteType[]))]; } in has_virtual_destructor()
2268 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
2307 { int arr[T(__is_constructible(ACompleteType))]; } in constructible_checks()
2308 { int arr[T(__is_nothrow_constructible(ACompleteType))]; } in constructible_checks()
2348 { int arr[T(__is_trivially_constructible(ACompleteType))]; } in is_trivially_constructible_test()
2422 { int arr[T(__is_destructible(ACompleteType))]; } in is_destructible_test()
2445 { int arr[T(__is_nothrow_destructible(ACompleteType))]; } in is_nothrow_destructible_test()
2467 { int arr[T(__is_trivially_destructible(ACompleteType))]; } in is_trivially_destructible_test()