OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enum_val
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
2003-09-30-StructLayout.c
4
ENUM_VAL
17
A->D =
ENUM_VAL
;
/external/clang/test/SemaCXX/
cxx98-compat.cpp
213
enum Enum {
enum_val
= 0 };
enumerator in enum:Enum
292
int EnumNNS = Enum::
enum_val
; // expected-warning {{enumeration type in nested name specifier is incompatible with C++98}}
294
int k = T::
enum_val
; // expected-warning {{enumeration type in nested name specifier is incompatible with C++98}}
Completed in 97 milliseconds