Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp43 case PP_OUT_OF_MEMORY: in message()
DDiagnosticsBase.h29 PP_OUT_OF_MEMORY, enumerator
DMacroExpander.cpp455 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token.location, token.text); in collectMacroArgs()
473 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token.location, token.text); in replaceMacroParams()
Dpreprocessor.y457 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
Dpreprocessor_tab_autogen.cpp1896 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
/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()