Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp132 case PP_UNRECOGNIZED_PRAGMA: in message()
DDiagnosticsBase.h78 PP_UNRECOGNIZED_PRAGMA, enumerator
DDirectiveParser.cpp597 mDiagnostics->report(Diagnostics::PP_UNRECOGNIZED_PRAGMA, token->location, name); in parsePragma()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h87 PP_UNRECOGNIZED_PRAGMA, enumerator
DDiagnosticsBase.cpp149 case PP_UNRECOGNIZED_PRAGMA: in message()
DDirectiveParser.cpp668 mDiagnostics->report(Diagnostics::PP_UNRECOGNIZED_PRAGMA, token->location, name); in parsePragma()
/external/angle/src/tests/preprocessor_tests/
Dpragma_test.cpp138 print(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, pp::SourceLocation(0, 1), _)); in TEST_P()
/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp87 mDiagnostics.report(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()
/external/angle/src/compiler/translator/
DDirectiveHandler.cpp120 mDiagnostics.report(angle::pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()