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