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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp39 struct DerivesEmpty : Empty {}; struct in inherits:Empty
188 { int arr[T(__is_pod(DerivesEmpty))]; }
224 { int arr[T(__is_empty(DerivesEmpty))]; }
1822 { int arr[T(__is_trivial(DerivesEmpty))]; }
1869 { int arr[T(__is_trivially_copyable(DerivesEmpty))]; }

Completed in 673 milliseconds