Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp89 case PP_CONDITIONAL_ELSE_AFTER_ELSE: in message()
DDiagnosticsBase.h52 PP_CONDITIONAL_ELSE_AFTER_ELSE, enumerator
DDirectiveParser.cpp446 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELSE_AFTER_ELSE, token->location, in parseElse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h65 PP_CONDITIONAL_ELSE_AFTER_ELSE, enumerator
DDiagnosticsBase.cpp108 case PP_CONDITIONAL_ELSE_AFTER_ELSE: in message()
DDirectiveParser.cpp517 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ELSE_AFTER_ELSE, in parseElse()
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp808 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ELSE_AFTER_ELSE, in TEST_F()