Home
last modified time | relevance | path

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

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