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()
91 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handlePragma()
105 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleExtension()
114 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleExtension()
120 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleExtension()
140 pp::Diagnostics::Severity severity = pp::Diagnostics::PP_ERROR; in handleExtension()
143 severity = pp::Diagnostics::PP_ERROR; in handleExtension()
171 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, loc, in handleVersion()
DDiagnostics.cpp47 case PP_ERROR: in writeInfo()
DParseHelper.cpp262 mDiagnostics.writeInfo(pp::Diagnostics::PP_ERROR, in error()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnostics.cpp37 return PP_ERROR; in severity()
43 return PP_ERROR; in severity()
DDiagnostics.h32 PP_ERROR, enumerator