Lines Matching defs:reportParseError

353   bool reportParseError(const Twine &ErrorMsg);
354 bool reportParseError(SMLoc Loc, const Twine &ErrorMsg);
3253 reportParseError(IDLoc,
6397 reportParseError(Loc,
7057 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) {
7062 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) {
7077 reportParseError("unexpected token, expected end of statement");
7102 reportParseError("unexpected token, expected equals sign");
7109 reportParseError("no register specified");
7112 reportParseError("unexpected token, expected dollar sign '$'");
7126 reportParseError("unexpected token, expected identifier or integer");
7132 reportParseError("invalid register");
7139 reportParseError("unexpected token, expected end of statement");
7154 reportParseError("unexpected token, expected end of statement");
7168 reportParseError("unexpected token, expected end of statement");
7182 reportParseError("unexpected token, expected end of statement");
7196 reportParseError("unexpected token, expected end of statement");
7200 reportParseError("`noreorder' must be set before `nomacro'");
7215 return reportParseError("unexpected token, expected end of statement");
7228 return reportParseError("unexpected token, expected end of statement");
7241 reportParseError("unexpected token, expected end of statement");
7256 reportParseError("unexpected token, expected end of statement");
7271 reportParseError("unexpected token, expected end of statement");
7287 reportParseError("unexpected token, expected end of statement");
7306 reportParseError("unexpected token, expected equals sign '='");
7316 reportParseError("unexpected token, expected end of statement");
7329 reportParseError("unexpected token, expected end of statement");
7343 reportParseError("unexpected token, expected end of statement");
7358 reportParseError("unexpected token, expected end of statement");
7374 reportParseError("unexpected token, expected end of statement");
7391 reportParseError("unexpected token, expected end of statement");
7408 reportParseError("unexpected token, expected end of statement");
7425 reportParseError("unexpected token, expected end of statement");
7442 return reportParseError("unexpected token, expected end of statement");
7447 return reportParseError(Loc, ".set pop with no .set push");
7463 return reportParseError("unexpected token, expected end of statement");
7477 return reportParseError("unexpected token, expected end of statement");
7488 return reportParseError("unexpected token, expected end of statement");
7500 return reportParseError("expected identifier after .set");
7503 return reportParseError("unexpected token, expected comma");
7531 return reportParseError("unexpected token, expected end of statement");
7548 return reportParseError("unexpected token, expected equals sign");
7553 return reportParseError("expected arch identifier");
7578 return reportParseError("unsupported architecture");
7581 return reportParseError("mips64r6 does not support microMIPS");
7592 return reportParseError("unexpected token, expected end of statement");
7712 reportParseError("expected register");
7718 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7724 reportParseError("unexpected token, expected end of statement");
7738 reportParseError(".cpload is not supported in Mips16 mode");
7745 reportParseError("expected register containing function address");
7751 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7757 reportParseError("unexpected token, expected end of statement");
7767 reportParseError(".cplocal is allowed only in N32 or N64 mode");
7774 reportParseError("expected register containing global pointer");
7780 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7786 reportParseError("unexpected token, expected end of statement");
7806 reportParseError(".cprestore is not supported in Mips16 mode");
7814 reportParseError("expected stack offset value");
7819 reportParseError("stack offset is not an absolute expression");
7833 reportParseError("unexpected token, expected end of statement");
7853 reportParseError("expected register containing function address");
7859 reportParseError(FuncRegOpnd.getStartLoc(), "invalid register");
7877 reportParseError(ExprLoc, "expected save register or stack offset");
7886 reportParseError(SaveOpnd.getStartLoc(), "invalid register");
7897 reportParseError("expected expression");
7902 reportParseError("expected symbol");
7938 reportParseError("invalid option in .nan directive");
8232 reportParseError("unexpected token, expected end of statement");
8249 reportParseError("unexpected token, expected end of statement");
8267 reportParseError("unexpected token, expected end of statement");
8299 reportParseError(".module directive must appear before any code");
8305 reportParseError("expected .module option identifier");
8323 reportParseError("unexpected token, expected end of statement");
8346 reportParseError("unexpected token, expected end of statement");
8367 reportParseError("unexpected token, expected end of statement");
8386 reportParseError("unexpected token, expected end of statement");
8405 reportParseError("unexpected token, expected end of statement");
8424 reportParseError("unexpected token, expected end of statement");
8443 reportParseError("unexpected token, expected end of statement");
8462 reportParseError("unexpected token, expected end of statement");
8481 reportParseError("unexpected token, expected end of statement");
8500 reportParseError("unexpected token, expected end of statement");
8519 reportParseError("unexpected token, expected end of statement");
8538 reportParseError("unexpected token, expected equals sign '='");
8548 reportParseError("unexpected token, expected end of statement");
8576 reportParseError("unsupported value, expected 'xx', '32' or '64'");
8581 reportParseError("'" + Directive + " fp=xx' requires the O32 ABI");
8601 reportParseError("unsupported value, expected 'xx', '32' or '64'");
8607 reportParseError("'" + Directive + " fp=32' requires the O32 ABI");
8665 reportParseError("expected identifier after .ent");
8679 reportParseError("unexpected token, expected end of statement");
8688 reportParseError("expected number after comma");
8692 reportParseError("expected an absolute expression after comma");
8699 reportParseError("unexpected token, expected end of statement");
8715 reportParseError("expected identifier after .end");
8720 reportParseError("unexpected token, expected end of statement");
8725 reportParseError(".end used without .ent");
8730 reportParseError(".end symbol does not match .ent symbol");
8745 reportParseError("expected stack register");
8751 reportParseError(StackRegOpnd.getStartLoc(),
8760 reportParseError("unexpected token, expected comma");
8769 reportParseError("expected frame size value");
8774 reportParseError("frame size not an absolute expression");
8781 reportParseError("unexpected token, expected comma");
8789 reportParseError("expected return register");
8795 reportParseError(ReturnRegOpnd.getStartLoc(),
8802 reportParseError("unexpected token, expected end of statement");
8832 reportParseError("expected bitmask value");
8837 reportParseError("bitmask not an absolute expression");
8844 reportParseError("unexpected token, expected comma");
8853 reportParseError("expected frame offset value");
8858 reportParseError("frame offset not an absolute expression");
8864 reportParseError("unexpected token, expected end of statement");
8961 reportParseError("unexpected token, expected end of statement");