Searched refs:MaxNestingDepth (Results 1 – 2 of 2) sorted by relevance
2882 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local2883 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()2886 << MaxNestingDepth << " levels deep." in handleMacroEntry()
3245 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local3246 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()3249 << MaxNestingDepth << " levels deep." in handleMacroEntry()