Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp354 bool reportParseError(const Twine &ErrorMsg);
355 bool reportParseError(SMLoc Loc, const Twine &ErrorMsg);
3250 reportParseError(IDLoc, in loadAndAddSymbolAddress()
6394 reportParseError(Loc, in getATReg()
7049 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) { in reportParseError() function in MipsAsmParser
7054 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) { in reportParseError() function in MipsAsmParser
7069 reportParseError("unexpected token, expected end of statement"); in parseSetNoAtDirective()
7094 reportParseError("unexpected token, expected equals sign"); in parseSetAtDirective()
7101 reportParseError("no register specified"); in parseSetAtDirective()
7104 reportParseError("unexpected token, expected dollar sign '$'"); in parseSetAtDirective()
[all …]