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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp95 struct DerivesHasProt : HasProt {}; struct in inherits:HasProt
192 { int arr[T(__is_pod(DerivesHasProt))]; }
1831 { int arr[T(__is_trivial(DerivesHasProt))]; }
1878 { int arr[T(__is_trivially_copyable(DerivesHasProt))]; }

Completed in 134 milliseconds