Home
last modified time | relevance | path

Searched refs:MaxNestingDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2811 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2812 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2815 << MaxNestingDepth << " levels deep." in handleMacroEntry()
H A DMasmParser.cpp2752 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2753 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2756 << MaxNestingDepth << " levels deep." in handleMacroEntry()