Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2862 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
2863 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
2867 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
H A DMasmParser.cpp3113 std::ostringstream MaxNestingDepthError; in handleMacroEntry() local
3114 MaxNestingDepthError << "macros cannot be nested more than " in handleMacroEntry()
3118 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()