Searched refs:HasPriv (Results 1 – 2 of 2) sorted by relevance
47 struct HasPriv { struct66 test_false<HasPriv>(); in main() argument
106 class HasPriv { int priv; }; class120 struct DerivesHasPriv : HasPriv {};234 { int arr[T(__is_pod(HasPriv))]; } in is_pod()312 { int arr[T(__is_class(HasPriv))]; } in is_class()571 static_assert(!__is_aggregate(HasPriv), ""); in is_aggregate()1566 { int arr[T(__has_trivial_copy(HasPriv))]; } in has_trivial_copy_constructor()1598 { int arr[T(__has_trivial_assign(HasPriv))]; } in has_trivial_copy_assignment()1689 { int arr[T(__has_nothrow_assign(HasPriv))]; } in has_nothrow_assign()1786 { int arr[T(__has_nothrow_copy(HasPriv))]; } in has_nothrow_copy()2079 { int arr[T(__is_trivial(HasPriv))]; } in is_trivial()[all …]