Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp2762 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2763 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2766 << MaxNestingDepth << " levels deep." in handleMacroEntry()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp2779 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
2780 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
2783 << MaxNestingDepth << " levels deep." in handleMacroEntry()
DMasmParser.cpp3103 unsigned MaxNestingDepth = AsmMacroMaxNestingDepth; in handleMacroEntry() local
3104 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()
3107 << MaxNestingDepth << " levels deep." in handleMacroEntry()