Searched refs:MaxNestingDepth (Results 1 – 2 of 2) sorted by relevance
2881 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local2882 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()2885 << MaxNestingDepth << " levels deep." in handleMacroEntry()
3230 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local3231 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()3234 << MaxNestingDepth << " levels deep." in handleMacroEntry()