Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2880 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2881 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2885 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp3215 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
3216 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
3220 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()