Home
last modified time | relevance | path

Searched refs:PP_INVALID_EXPRESSION (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp670 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_EXPRESSION, in TEST_F()
1016 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_EXPRESSION, in TEST_F()
1035 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_EXPRESSION, in TEST_F()
/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp55 case PP_INVALID_EXPRESSION: in message()
DDiagnosticsBase.h35 PP_INVALID_EXPRESSION, enumerator
Dpreprocessor.y419 context->diagnostics->report(angle::pp::Diagnostics::PP_INVALID_EXPRESSION, in yyerror()
Dpreprocessor_tab_autogen.cpp1859 context->diagnostics->report(angle::pp::Diagnostics::PP_INVALID_EXPRESSION, in yyerror()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h48 PP_INVALID_EXPRESSION, enumerator
DDiagnosticsBase.cpp74 case PP_INVALID_EXPRESSION: in message()
DExpressionParser.y431 context->diagnostics->report(pp::Diagnostics::PP_INVALID_EXPRESSION, in yyerror()
DExpressionParser.cpp2008 context->diagnostics->report(pp::Diagnostics::PP_INVALID_EXPRESSION, in yyerror()