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
144
{ int arr[F(__is_pod(
cvoid
))]; }
197
{ int arr[F(__is_class(
cvoid
))]; }
214
{ int arr[F(__is_union(
cvoid
))]; }
233
{ int arr[F(__is_enum(
cvoid
))]; }
254
{ int arr[F(__is_polymorphic(
cvoid
))]; }
283
int t30[F(__is_integral(
cvoid
))];
312
int t30[F(__is_floating_point(
cvoid
))];
341
int t30[F(__is_arithmetic(
cvoid
))];
374
int t02[T(__is_void(
cvoid
))];
[
all
...]
Completed in 76 milliseconds