Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2883 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2884 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2888 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp3232 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
3233 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
3237 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()