Home
last modified time | relevance | path

Searched refs:PP_WARNING_MACRO_NAME_RESERVED (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp136 case PP_WARNING_MACRO_NAME_RESERVED: in message()
DDiagnosticsBase.h83 PP_WARNING_MACRO_NAME_RESERVED, enumerator
DDirectiveParser.cpp301 mDiagnostics->report(Diagnostics::PP_WARNING_MACRO_NAME_RESERVED, token->location, in parseDefine()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h89 PP_WARNING_MACRO_NAME_RESERVED, enumerator
DDiagnosticsBase.cpp153 case PP_WARNING_MACRO_NAME_RESERVED: in message()
DDirectiveParser.cpp371 mDiagnostics->report(Diagnostics::PP_WARNING_MACRO_NAME_RESERVED, token->location, in parseDefine()
/external/angle/src/tests/preprocessor_tests/
Ddefine_test.cpp77 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_WARNING_MACRO_NAME_RESERVED, in TEST_F()
92 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_WARNING_MACRO_NAME_RESERVED, in TEST_F()