Searched refs:HasProt (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp82 class HasProt { protected: int prot; }; class
95 struct DerivesHasProt : HasProt {};
190 { int arr[T(__is_pod(HasProt))]; }
1829 { int arr[T(__is_trivial(HasProt))]; }
1876 { int arr[T(__is_trivially_copyable(HasProt))]; }

Completed in 421 milliseconds