Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h42 PP_OUT_OF_MEMORY, enumerator
DDiagnosticsBase.cpp62 case PP_OUT_OF_MEMORY: in message()
DMacroExpander.cpp459 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token.location, token.text); in collectMacroArgs()
477 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token.location, token.text); in replaceMacroParams()
DExpressionParser.y467 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
DExpressionParser.cpp2044 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()