Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2867 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2868 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2871 << MaxNestingDepth << " levels deep." in handleMacroEntry()
H A DMasmParser.cpp3265 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
3266 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
3269 << MaxNestingDepth << " levels deep." in handleMacroEntry()