Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2728 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2729 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2732 << MaxNestingDepth << " levels deep." in handleMacroEntry()