Lines Matching defs:reportParseError

354   bool reportParseError(const Twine &ErrorMsg);
355 bool reportParseError(SMLoc Loc, const Twine &ErrorMsg);
3250 reportParseError(IDLoc,
6394 reportParseError(Loc,
7049 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) {
7054 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) {
7069 reportParseError("unexpected token, expected end of statement");
7094 reportParseError("unexpected token, expected equals sign");
7101 reportParseError("no register specified");
7104 reportParseError("unexpected token, expected dollar sign '$'");
7118 reportParseError("unexpected token, expected identifier or integer");
7124 reportParseError("invalid register");
7131 reportParseError("unexpected token, expected end of statement");
7146 reportParseError("unexpected token, expected end of statement");
7160 reportParseError("unexpected token, expected end of statement");
7174 reportParseError("unexpected token, expected end of statement");
7188 reportParseError("unexpected token, expected end of statement");
7192 reportParseError("`noreorder' must be set before `nomacro'");
7207 return reportParseError("unexpected token, expected end of statement");
7220 return reportParseError("unexpected token, expected end of statement");
7233 reportParseError("unexpected token, expected end of statement");
7248 reportParseError("unexpected token, expected end of statement");
7263 reportParseError("unexpected token, expected end of statement");
7279 reportParseError("unexpected token, expected end of statement");
7298 reportParseError("unexpected token, expected equals sign '='");
7308 reportParseError("unexpected token, expected end of statement");
7321 reportParseError("unexpected token, expected end of statement");
7335 reportParseError("unexpected token, expected end of statement");
7350 reportParseError("unexpected token, expected end of statement");
7366 reportParseError("unexpected token, expected end of statement");
7383 reportParseError("unexpected token, expected end of statement");
7400 reportParseError("unexpected token, expected end of statement");
7417 reportParseError("unexpected token, expected end of statement");
7434 return reportParseError("unexpected token, expected end of statement");
7439 return reportParseError(Loc, ".set pop with no .set push");
7455 return reportParseError("unexpected token, expected end of statement");
7469 return reportParseError("unexpected token, expected end of statement");
7480 return reportParseError("unexpected token, expected end of statement");
7492 return reportParseError("expected identifier after .set");
7495 return reportParseError("unexpected token, expected comma");
7523 return reportParseError("unexpected token, expected end of statement");
7540 return reportParseError("unexpected token, expected equals sign");
7545 return reportParseError("expected arch identifier");
7570 return reportParseError("unsupported architecture");
7573 return reportParseError("mips64r6 does not support microMIPS");
7584 return reportParseError("unexpected token, expected end of statement");
7704 reportParseError("expected register");
7710 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7716 reportParseError("unexpected token, expected end of statement");
7730 reportParseError(".cpload is not supported in Mips16 mode");
7737 reportParseError("expected register containing function address");
7743 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7749 reportParseError("unexpected token, expected end of statement");
7759 reportParseError(".cplocal is allowed only in N32 or N64 mode");
7766 reportParseError("expected register containing global pointer");
7772 reportParseError(RegOpnd.getStartLoc(), "invalid register");
7778 reportParseError("unexpected token, expected end of statement");
7798 reportParseError(".cprestore is not supported in Mips16 mode");
7806 reportParseError("expected stack offset value");
7811 reportParseError("stack offset is not an absolute expression");
7825 reportParseError("unexpected token, expected end of statement");
7845 reportParseError("expected register containing function address");
7851 reportParseError(FuncRegOpnd.getStartLoc(), "invalid register");
7869 reportParseError(ExprLoc, "expected save register or stack offset");
7878 reportParseError(SaveOpnd.getStartLoc(), "invalid register");
7889 reportParseError("expected expression");
7894 reportParseError("expected symbol");
7930 reportParseError("invalid option in .nan directive");
8224 reportParseError("unexpected token, expected end of statement");
8241 reportParseError("unexpected token, expected end of statement");
8259 reportParseError("unexpected token, expected end of statement");
8291 reportParseError(".module directive must appear before any code");
8297 reportParseError("expected .module option identifier");
8315 reportParseError("unexpected token, expected end of statement");
8338 reportParseError("unexpected token, expected end of statement");
8359 reportParseError("unexpected token, expected end of statement");
8378 reportParseError("unexpected token, expected end of statement");
8397 reportParseError("unexpected token, expected end of statement");
8416 reportParseError("unexpected token, expected end of statement");
8435 reportParseError("unexpected token, expected end of statement");
8454 reportParseError("unexpected token, expected end of statement");
8473 reportParseError("unexpected token, expected end of statement");
8492 reportParseError("unexpected token, expected end of statement");
8511 reportParseError("unexpected token, expected end of statement");
8530 reportParseError("unexpected token, expected equals sign '='");
8540 reportParseError("unexpected token, expected end of statement");
8568 reportParseError("unsupported value, expected 'xx', '32' or '64'");
8573 reportParseError("'" + Directive + " fp=xx' requires the O32 ABI");
8593 reportParseError("unsupported value, expected 'xx', '32' or '64'");
8599 reportParseError("'" + Directive + " fp=32' requires the O32 ABI");
8657 reportParseError("expected identifier after .ent");
8671 reportParseError("unexpected token, expected end of statement");
8680 reportParseError("expected number after comma");
8684 reportParseError("expected an absolute expression after comma");
8691 reportParseError("unexpected token, expected end of statement");
8707 reportParseError("expected identifier after .end");
8712 reportParseError("unexpected token, expected end of statement");
8717 reportParseError(".end used without .ent");
8722 reportParseError(".end symbol does not match .ent symbol");
8737 reportParseError("expected stack register");
8743 reportParseError(StackRegOpnd.getStartLoc(),
8752 reportParseError("unexpected token, expected comma");
8761 reportParseError("expected frame size value");
8766 reportParseError("frame size not an absolute expression");
8773 reportParseError("unexpected token, expected comma");
8781 reportParseError("expected return register");
8787 reportParseError(ReturnRegOpnd.getStartLoc(),
8794 reportParseError("unexpected token, expected end of statement");
8824 reportParseError("expected bitmask value");
8829 reportParseError("bitmask not an absolute expression");
8836 reportParseError("unexpected token, expected comma");
8845 reportParseError("expected frame offset value");
8850 reportParseError("frame offset not an absolute expression");
8856 reportParseError("unexpected token, expected end of statement");
8953 reportParseError("unexpected token, expected end of statement");