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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp18 struct HasFunc { void f (); }; struct
160 { int arr[T(__is_pod(HasFunc))]; }
212 { int arr[T(__is_empty(HasFunc))]; }
1793 { int arr[T(__is_trivial(HasFunc))]; }
1840 { int arr[T(__is_trivially_copyable(HasFunc))]; }

Completed in 40 milliseconds