Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2869 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2870 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2874 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp3267 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
3268 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
3272 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()