Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp93 case PP_CONDITIONAL_ELIF_AFTER_ELSE: in message()
DDiagnosticsBase.h54 PP_CONDITIONAL_ELIF_AFTER_ELSE, enumerator
DDirectiveParser.cpp487 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELIF_AFTER_ELSE, token->location, in parseElif()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h67 PP_CONDITIONAL_ELIF_AFTER_ELSE, enumerator
DDiagnosticsBase.cpp112 case PP_CONDITIONAL_ELIF_AFTER_ELSE: in message()
DDirectiveParser.cpp558 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELIF_AFTER_ELSE, in parseElif()
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp822 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ELIF_AFTER_ELSE, in TEST_F()