OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cvoid
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
type-traits.cpp
34
typedef const void
cvoid
;
typedef
137
{ int arr[F(__is_pod(
cvoid
))]; }
190
{ int arr[F(__is_class(
cvoid
))]; }
207
{ int arr[F(__is_union(
cvoid
))]; }
226
{ int arr[F(__is_enum(
cvoid
))]; }
247
{ int arr[F(__is_polymorphic(
cvoid
))]; }
276
int t30[F(__is_integral(
cvoid
))];
305
int t30[F(__is_floating_point(
cvoid
))];
334
int t30[F(__is_arithmetic(
cvoid
))];
367
int t02[T(__is_void(
cvoid
))];
[
all
...]
Completed in 61 milliseconds