Home
last modified time | relevance | path

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

/external/angle/src/tests/preprocessor_tests/
Dlocation_test.cpp289 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/
DDiagnosticsBase.cpp124 case PP_TOKENIZER_ERROR: in message()
DDiagnosticsBase.h73 PP_TOKENIZER_ERROR, enumerator
Dpreprocessor.l298 yyextra->diagnostics->report(angle::pp::Diagnostics::PP_TOKENIZER_ERROR,
359 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text);
Dpreprocessor_lex_autogen.cpp1361 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/
DDiagnosticsBase.h82 PP_TOKENIZER_ERROR, enumerator
DDiagnosticsBase.cpp141 case PP_TOKENIZER_ERROR: in message()
DTokenizer.l298 yyextra->diagnostics->report(pp::Diagnostics::PP_TOKENIZER_ERROR,
357 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text);
DTokenizer.cpp1701 yyextra->diagnostics->report(pp::Diagnostics::PP_TOKENIZER_ERROR,
3038 mContext.diagnostics->report(Diagnostics::PP_TOKENIZER_ERROR, token->location, token->text); in lex()