Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2813 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2814 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2818 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp2754 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2755 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2759 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()