Searched refs:PP_OUT_OF_MEMORY (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 43 case PP_OUT_OF_MEMORY: in message()
|
D | DiagnosticsBase.h | 29 PP_OUT_OF_MEMORY, enumerator
|
D | MacroExpander.cpp | 455 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()
|
D | preprocessor.y | 457 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
|
D | preprocessor_tab_autogen.cpp | 1896 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DiagnosticsBase.h | 42 PP_OUT_OF_MEMORY, enumerator
|
D | DiagnosticsBase.cpp | 62 case PP_OUT_OF_MEMORY: in message()
|
D | MacroExpander.cpp | 459 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()
|
D | ExpressionParser.y | 467 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
|
D | ExpressionParser.cpp | 2044 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); in parse()
|