Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2882 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2883 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2886 << MaxNestingDepth << " levels deep." in handleMacroEntry()
H A DMasmParser.cpp3245 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
3246 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
3249 << MaxNestingDepth << " levels deep." in handleMacroEntry()