Home
last modified time | relevance | path

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

/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/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp87 mDiagnostics.report(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()