Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp47 case PP_INVALID_NUMBER: in message()
DDiagnosticsBase.h31 PP_INVALID_NUMBER, enumerator
DPreprocessor.cpp86 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER, token->location, in lex()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h44 PP_INVALID_NUMBER, enumerator
DDiagnosticsBase.cpp66 case PP_INVALID_NUMBER: in message()
DPreprocessor.cpp93 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER, in lex()
/external/angle/src/tests/preprocessor_tests/
Dnumber_test.cpp26 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_NUMBER, _, str)); in TEST_P()