Searched defs:IntArNB (Results 1 - 1 of 1) sorted by last modified time

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp14 typedef Int IntArNB[]; typedef
164 { int arr[T(__is_pod(IntArNB))]; }
227 { int arr[F(__is_empty(IntArNB))]; }
248 { int arr[F(__is_class(IntArNB))]; }
265 { int arr[F(__is_union(IntArNB))]; }
284 { int arr[F(__is_enum(IntArNB))]; }
314 { int arr[F(__is_final(IntArNB))]; }
345 { int arr[F(__is_sealed(IntArNB))]; }
367 { int arr[F(__is_polymorphic(IntArNB))]; }
396 int t31[F(__is_integral(IntArNB))];
[all...]

Completed in 125 milliseconds