Home
last modified time | relevance | path

Searched refs:mMaxMacroExpansionDepth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.h92 int mMaxMacroExpansionDepth; variable
DDirectiveParser.cpp221 mMaxMacroExpansionDepth(maxMacroExpansionDepth) in DirectiveParser()
854 MacroExpander macroExpander(mTokenizer, mMacroSet, mDiagnostics, false, mMaxMacroExpansionDepth); in parseLine()
963 …MacroExpander macroExpander(&definedParser, mMacroSet, mDiagnostics, true, mMaxMacroExpansionDepth in parseExpressionIf()