Searched refs:PP_UNRECOGNIZED_PRAGMA (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 132 case PP_UNRECOGNIZED_PRAGMA: in message()
|
D | DiagnosticsBase.h | 78 PP_UNRECOGNIZED_PRAGMA, enumerator
|
D | DirectiveParser.cpp | 597 mDiagnostics->report(Diagnostics::PP_UNRECOGNIZED_PRAGMA, token->location, name); in parsePragma()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DiagnosticsBase.h | 87 PP_UNRECOGNIZED_PRAGMA, enumerator
|
D | DiagnosticsBase.cpp | 149 case PP_UNRECOGNIZED_PRAGMA: in message()
|
D | DirectiveParser.cpp | 668 mDiagnostics->report(Diagnostics::PP_UNRECOGNIZED_PRAGMA, token->location, name); in parsePragma()
|
/external/angle/src/tests/preprocessor_tests/ |
D | pragma_test.cpp | 138 print(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, pp::SourceLocation(0, 1), _)); in TEST_P()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | DirectiveHandler.cpp | 87 mDiagnostics.report(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()
|
/external/angle/src/compiler/translator/ |
D | DirectiveHandler.cpp | 120 mDiagnostics.report(angle::pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()
|