Searched refs:MaxNestingDepth (Results 1 – 2 of 2) sorted by relevance
2860 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local2861 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()2864 << MaxNestingDepth << " levels deep." in handleMacroEntry()
3111 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local3112 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()3115 << MaxNestingDepth << " levels deep." in handleMacroEntry()