Searched refs:PP_TOKENIZER_ERROR (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/tests/preprocessor_tests/ |
D | location_test.cpp | 289 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_TOKENIZER_ERROR, _, _)); in TEST_F() 304 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_TOKENIZER_ERROR, _, _)); in TEST_F() 320 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_TOKENIZER_ERROR, _, _)); in TEST_F() 336 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_TOKENIZER_ERROR, _, _)); in TEST_F()
|
/external/angle/src/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 124 case PP_TOKENIZER_ERROR: in message()
|
D | DiagnosticsBase.h | 73 PP_TOKENIZER_ERROR, enumerator
|
D | preprocessor.l | 298 yyextra->diagnostics->report(angle::pp::Diagnostics::PP_TOKENIZER_ERROR, 359 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text);
|
D | preprocessor_lex_autogen.cpp | 1361 yyextra->diagnostics->report(angle::pp::Diagnostics::PP_TOKENIZER_ERROR, 2578 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text); in lex()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DiagnosticsBase.h | 82 PP_TOKENIZER_ERROR, enumerator
|
D | DiagnosticsBase.cpp | 141 case PP_TOKENIZER_ERROR: in message()
|
D | Tokenizer.l | 298 yyextra->diagnostics->report(pp::Diagnostics::PP_TOKENIZER_ERROR, 357 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text);
|
D | Tokenizer.cpp | 1701 yyextra->diagnostics->report(pp::Diagnostics::PP_TOKENIZER_ERROR, 3038 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text); in lex()
|