Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2872 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2873 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2877 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp3216 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
3217 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
3221 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()