Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2730 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2731 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2735 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()