Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2881 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2882 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2885 << MaxNestingDepth << " levels deep." in handleMacroEntry()
H A DMasmParser.cpp3230 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
3231 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
3234 << MaxNestingDepth << " levels deep." in handleMacroEntry()