Searched defs:HasConv (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp20 struct HasConv { operator int(); }; struct
162 { int arr[T(__is_pod(HasConv))]; }
214 { int arr[T(__is_empty(HasConv))]; }
1795 { int arr[T(__is_trivial(HasConv))]; }
1842 { int arr[T(__is_trivially_copyable(HasConv))]; }

Completed in 98 milliseconds