Searched refs:HasPriv (Results 1 – 1 of 1) sorted by relevance
80 class HasPriv { int priv; }; class93 struct DerivesHasPriv : HasPriv {};176 { int arr[T(__is_pod(HasPriv))]; } in is_pod()241 { int arr[T(__is_class(HasPriv))]; } in is_class()1272 { int arr[T(__has_trivial_constructor(HasPriv))]; } in has_trivial_default_constructor()1327 { int arr[T(__has_trivial_copy(HasPriv))]; } in has_trivial_copy_constructor()1357 { int arr[T(__has_trivial_assign(HasPriv))]; } in has_trivial_copy_assignment()1389 { int arr[T(__has_trivial_destructor(HasPriv))]; } in has_trivial_destructor()1444 { int arr[T(__has_nothrow_assign(HasPriv))]; } in has_nothrow_assign()1475 { int arr[T(__has_nothrow_move_assign(HasPriv))]; } in has_nothrow_move_assign()[all …]