Searched refs:MaxNestingDepth (Results 1 – 2 of 2) sorted by relevance
2870 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local2871 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()2874 << MaxNestingDepth << " levels deep." in handleMacroEntry()
3214 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local3215 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()3218 << MaxNestingDepth << " levels deep." in handleMacroEntry()