OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:an_enum
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
enum.c
93
}
an_enum
;
typedef in typeref:enum:__anon4875
94
char * s = (
an_enum
) an_enumerator; // expected-warning {{incompatible integer to pointer conversion initializing 'char *' with an expression of type '
an_enum
'}}
Completed in 74 milliseconds