Lines Matching refs:ACompleteType

195 struct ACompleteType {};  struct
205 struct HasPrivateBase : private ACompleteType {};
206 struct HasProtectedBase : protected ACompleteType {};
207 struct HasVirtBase : virtual ACompleteType {};
257 { int arr[T(__is_pod(ACompleteType))]; } in is_pod()
299 { int arr[T(__is_empty(ACompleteType))]; } in is_empty()
636 int t24[T(__is_complete_type(ACompleteType))]; in is_complete_type()
1239 int t40[T(__is_trivial(ACompleteType))]; in is_trivial2()
1283 int t40[T(__is_trivially_copyable(ACompleteType))]; in is_trivially_copyable2()
1353 int t40[T(__is_standard_layout(ACompleteType))]; in is_standard_layout()
1506 { int arr[T(__has_trivial_constructor(ACompleteType[]))]; } in has_trivial_default_constructor()
1539 { int arr[T(__has_trivial_move_constructor(ACompleteType[]))]; } in has_trivial_move_constructor()
1571 { int arr[T(__has_trivial_copy(ACompleteType[]))]; } in has_trivial_copy_constructor()
1601 { int arr[T(__has_trivial_assign(ACompleteType[]))]; } in has_trivial_copy_assignment()
1639 { int arr[T(__has_trivial_destructor(ACompleteType[]))]; } in has_trivial_destructor()
1694 { int arr[T(__has_nothrow_assign(ACompleteType[]))]; } in has_nothrow_assign()
1721 { int arr[T(__has_nothrow_move_assign(ACompleteType[]))]; } in has_nothrow_move_assign()
1755 { int arr[T(__has_trivial_move_assign(ACompleteType[]))]; } in has_trivial_move_assign()
1791 { int arr[T(__has_nothrow_copy(ACompleteType[]))]; } in has_nothrow_copy()
1819 { int arr[T(__has_nothrow_constructor(ACompleteType[]))]; } in has_nothrow_constructor()
1857 { int arr[F(__has_virtual_destructor(ACompleteType[]))]; } in has_virtual_destructor()
2261 { int arr[T(__is_assignable(ACompleteType, ACompleteType))]; } in trivial_checks()
2300 { int arr[T(__is_constructible(ACompleteType))]; } in constructible_checks()
2301 { int arr[T(__is_nothrow_constructible(ACompleteType))]; } in constructible_checks()
2341 { int arr[T(__is_trivially_constructible(ACompleteType))]; } in is_trivially_constructible_test()
2415 { int arr[T(__is_destructible(ACompleteType))]; } in is_destructible_test()
2438 { int arr[T(__is_nothrow_destructible(ACompleteType))]; } in is_nothrow_destructible_test()
2460 { int arr[T(__is_trivially_destructible(ACompleteType))]; } in is_trivially_destructible_test()