Home
last modified time | relevance | path

Searched refs:maxMacroExpansionDepth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.h32 PreprocessorSettings() : maxMacroExpansionDepth(1000) {} in PreprocessorSettings()
33 int maxMacroExpansionDepth; member
DPreprocessor.cpp42 … directiveParser(&tokenizer, &macroSet, diag, directiveHandler, settings.maxMacroExpansionDepth), in PreprocessorImpl()
43 macroExpander(&directiveParser, &macroSet, diag, false, settings.maxMacroExpansionDepth) in PreprocessorImpl()
DDirectiveParser.h37 int maxMacroExpansionDepth);
DDirectiveParser.cpp213 int maxMacroExpansionDepth) in DirectiveParser() argument
221 mMaxMacroExpansionDepth(maxMacroExpansionDepth) in DirectiveParser()