Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2878 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2879 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2882 << MaxNestingDepth << " levels deep." in handleMacroEntry()
H A DMasmParser.cpp3213 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
3214 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
3217 << MaxNestingDepth << " levels deep." in handleMacroEntry()