OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:an_enumerator
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
enum.c
92
an_enumerator
= 20
enumerator in 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 3857 milliseconds