Searched refs:MaxNestingDepth (Results 1 – 2 of 2) sorted by relevance
2878 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local2879 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()2882 << MaxNestingDepth << " levels deep." in handleMacroEntry()
3213 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local3214 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()3217 << MaxNestingDepth << " levels deep." in handleMacroEntry()