Home
last modified time | relevance | path

Searched defs:macroExpander (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.cpp35 MacroExpander macroExpander; member
DDirectiveParser.cpp854 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, false, mMaxMacroExpansionDepth); in parseLine() local
963 …MacroExpander macroExpander(&definedParser, mMacroSet, mDiagnostics, true, mMaxMacroExpansionDepth… in parseExpressionIf() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.cpp29 MacroExpander macroExpander; member
DDirectiveParser.cpp811 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, mSettings, false); in parseLine() local
919 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, mSettings, true); in parseExpressionIf() local
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.cpp29 MacroExpander macroExpander; member
DDirectiveParser.cpp823 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, mSettings, false); in parseLine() local
931 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, mSettings, true); in parseExpressionIf() local