Searched refs:HasPriv (Results 1 – 1 of 1) sorted by relevance
81 class HasPriv { int priv; }; class94 struct DerivesHasPriv : HasPriv {};189 { int arr[T(__is_pod(HasPriv))]; } in is_pod()255 { int arr[T(__is_class(HasPriv))]; } in is_class()1295 { int arr[T(__has_trivial_constructor(HasPriv))]; } in has_trivial_default_constructor()1350 { int arr[T(__has_trivial_copy(HasPriv))]; } in has_trivial_copy_constructor()1380 { int arr[T(__has_trivial_assign(HasPriv))]; } in has_trivial_copy_assignment()1412 { int arr[T(__has_trivial_destructor(HasPriv))]; } in has_trivial_destructor()1467 { int arr[T(__has_nothrow_assign(HasPriv))]; } in has_nothrow_assign()1498 { int arr[T(__has_nothrow_move_assign(HasPriv))]; } in has_nothrow_move_assign()[all …]