Home
last modified time | relevance | path

Searched refs:PP_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp52 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, msg, "", ""); in handleError()
92 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handlePragma()
106 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleExtension()
115 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleExtension()
121 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleExtension()
141 pp::Diagnostics::Severity severity = pp::Diagnostics::PP_ERROR; in handleExtension()
144 severity = pp::Diagnostics::PP_ERROR; in handleExtension()
172 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleVersion()
DDiagnostics.cpp48 case PP_ERROR: in writeInfo()
DParseHelper.cpp214 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, in error()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.cpp46 return PP_ERROR; in severity()
52 return PP_ERROR; in severity()
DDiagnosticsBase.h35 PP_ERROR enumerator