Searched defs:enum_val (Results 1 - 1 of 1) sorted by path

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp210 enum Enum { enum_val = 0 }; enumerator in enum:Enum
282 int EnumNNS = Enum::enum_val; // expected-warning {{enumeration type in nested name specifier is incompatible with C++98}}
284 int k = T::enum_val; // expected-warning {{enumeration type in nested name specifier is incompatible with C++98}}

Completed in 267 milliseconds