HomeSort by relevance Sort by last modified time
    Searched full:cvoid (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
type-traits.cpp 34 typedef const void cvoid; typedef
160 { int arr[F(__is_pod(cvoid))]; }
213 { int arr[F(__is_class(cvoid))]; }
230 { int arr[F(__is_union(cvoid))]; }
249 { int arr[F(__is_enum(cvoid))]; }
279 { int arr[F(__is_final(cvoid))]; }
301 { int arr[F(__is_polymorphic(cvoid))]; }
330 int t30[F(__is_integral(cvoid))];
359 int t30[F(__is_floating_point(cvoid))];
388 int t30[F(__is_arithmetic(cvoid))];
    [all...]

Completed in 84 milliseconds