Home
last modified time | relevance | path

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

/external/angle/src/tests/preprocessor_tests/
Dversion_test.cpp121 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
136 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
149 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
164 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
179 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp107 case PP_VERSION_NOT_FIRST_STATEMENT: in message()
DDiagnosticsBase.h62 PP_VERSION_NOT_FIRST_STATEMENT, enumerator
DDirectiveParser.cpp706 mDiagnostics->report(Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, token->location, in parseVersion()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h75 PP_VERSION_NOT_FIRST_STATEMENT, enumerator
DDiagnosticsBase.cpp126 case PP_VERSION_NOT_FIRST_STATEMENT: in message()
DDirectiveParser.cpp765 mDiagnostics->report(Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, token->location, in parseVersion()