Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2884 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2885 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2889 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp3247 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
3248 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
3252 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()