Searched refs:HasProt (Results 1 – 1 of 1) sorted by relevance
82 class HasProt { protected: int prot; }; class95 struct DerivesHasProt : HasProt {};190 { int arr[T(__is_pod(HasProt))]; } in is_pod()1826 { int arr[T(__is_trivial(HasProt))]; } in is_trivial()1873 { int arr[T(__is_trivially_copyable(HasProt))]; } in trivial_checks()