Searched refs:HasProt (Results 1 – 1 of 1) sorted by relevance
81 class HasProt { protected: int prot; }; class94 struct DerivesHasProt : HasProt {};177 { int arr[T(__is_pod(HasProt))]; } in is_pod()1803 { int arr[T(__is_trivial(HasProt))]; } in is_trivial()1850 { int arr[T(__is_trivially_copyable(HasProt))]; } in trivial_checks()