Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnostics.cpp130 case UNRECOGNIZED_PRAGMA: in message()
DDiagnostics.h79 UNRECOGNIZED_PRAGMA, enumerator
DDirectiveParser.cpp572 mDiagnostics->report(Diagnostics::UNRECOGNIZED_PRAGMA, in parsePragma()
/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp86 mDiagnostics.report(pp::Diagnostics::UNRECOGNIZED_PRAGMA, loc, name); in handlePragma()