Lines Matching refs:reportParseError

354   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()
7118 reportParseError("unexpected token, expected identifier or integer"); in parseSetAtDirective()
7124 reportParseError("invalid register"); in parseSetAtDirective()
7131 reportParseError("unexpected token, expected end of statement"); in parseSetAtDirective()
7146 reportParseError("unexpected token, expected end of statement"); in parseSetReorderDirective()
7160 reportParseError("unexpected token, expected end of statement"); in parseSetNoReorderDirective()
7174 reportParseError("unexpected token, expected end of statement"); in parseSetMacroDirective()
7188 reportParseError("unexpected token, expected end of statement"); in parseSetNoMacroDirective()
7192 reportParseError("`noreorder' must be set before `nomacro'"); in parseSetNoMacroDirective()
7207 return reportParseError("unexpected token, expected end of statement"); in parseSetMsaDirective()
7220 return reportParseError("unexpected token, expected end of statement"); in parseSetNoMsaDirective()
7233 reportParseError("unexpected token, expected end of statement"); in parseSetNoDspDirective()
7248 reportParseError("unexpected token, expected end of statement"); in parseSetNoMips3DDirective()
7263 reportParseError("unexpected token, expected end of statement"); in parseSetMips16Directive()
7279 reportParseError("unexpected token, expected end of statement"); in parseSetNoMips16Directive()
7298 reportParseError("unexpected token, expected equals sign '='"); in parseSetFpDirective()
7308 reportParseError("unexpected token, expected end of statement"); in parseSetFpDirective()
7321 reportParseError("unexpected token, expected end of statement"); in parseSetOddSPRegDirective()
7335 reportParseError("unexpected token, expected end of statement"); in parseSetNoOddSPRegDirective()
7350 reportParseError("unexpected token, expected end of statement"); in parseSetMtDirective()
7366 reportParseError("unexpected token, expected end of statement"); in parseSetNoMtDirective()
7383 reportParseError("unexpected token, expected end of statement"); in parseSetNoCRCDirective()
7400 reportParseError("unexpected token, expected end of statement"); in parseSetNoVirtDirective()
7417 reportParseError("unexpected token, expected end of statement"); in parseSetNoGINVDirective()
7434 return reportParseError("unexpected token, expected end of statement"); in parseSetPopDirective()
7439 return reportParseError(Loc, ".set pop with no .set push"); in parseSetPopDirective()
7455 return reportParseError("unexpected token, expected end of statement"); in parseSetPushDirective()
7469 return reportParseError("unexpected token, expected end of statement"); in parseSetSoftFloatDirective()
7480 return reportParseError("unexpected token, expected end of statement"); in parseSetHardFloatDirective()
7492 return reportParseError("expected identifier after .set"); in parseSetAssignment()
7495 return reportParseError("unexpected token, expected comma"); in parseSetAssignment()
7523 return reportParseError("unexpected token, expected end of statement"); in parseSetMips0Directive()
7540 return reportParseError("unexpected token, expected equals sign"); in parseSetArchDirective()
7545 return reportParseError("expected arch identifier"); in parseSetArchDirective()
7570 return reportParseError("unsupported architecture"); in parseSetArchDirective()
7573 return reportParseError("mips64r6 does not support microMIPS"); in parseSetArchDirective()
7584 return reportParseError("unexpected token, expected end of statement"); in parseSetFeature()
7704 reportParseError("expected register"); in parseDirectiveCpAdd()
7710 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpAdd()
7716 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpAdd()
7730 reportParseError(".cpload is not supported in Mips16 mode"); in parseDirectiveCpLoad()
7737 reportParseError("expected register containing function address"); in parseDirectiveCpLoad()
7743 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpLoad()
7749 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpLoad()
7759 reportParseError(".cplocal is allowed only in N32 or N64 mode"); in parseDirectiveCpLocal()
7766 reportParseError("expected register containing global pointer"); in parseDirectiveCpLocal()
7772 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpLocal()
7778 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpLocal()
7798 reportParseError(".cprestore is not supported in Mips16 mode"); in parseDirectiveCpRestore()
7806 reportParseError("expected stack offset value"); in parseDirectiveCpRestore()
7811 reportParseError("stack offset is not an absolute expression"); in parseDirectiveCpRestore()
7825 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpRestore()
7845 reportParseError("expected register containing function address"); in parseDirectiveCPSetup()
7851 reportParseError(FuncRegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCPSetup()
7869 reportParseError(ExprLoc, "expected save register or stack offset"); in parseDirectiveCPSetup()
7878 reportParseError(SaveOpnd.getStartLoc(), "invalid register"); in parseDirectiveCPSetup()
7889 reportParseError("expected expression"); in parseDirectiveCPSetup()
7894 reportParseError("expected symbol"); in parseDirectiveCPSetup()
7930 reportParseError("invalid option in .nan directive"); in parseDirectiveNaN()
8224 reportParseError("unexpected token, expected end of statement"); in parseInsnDirective()
8241 reportParseError("unexpected token, expected end of statement"); in parseRSectionDirective()
8259 reportParseError("unexpected token, expected end of statement"); in parseSSectionDirective()
8291 reportParseError(".module directive must appear before any code"); in parseDirectiveModule()
8297 reportParseError("expected .module option identifier"); in parseDirectiveModule()
8315 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8338 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8359 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8378 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8397 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8416 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8435 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8454 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8473 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8492 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8511 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
8530 reportParseError("unexpected token, expected equals sign '='"); in parseDirectiveModuleFP()
8540 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModuleFP()
8568 reportParseError("unsupported value, expected 'xx', '32' or '64'"); in parseFpABIValue()
8573 reportParseError("'" + Directive + " fp=xx' requires the O32 ABI"); in parseFpABIValue()
8593 reportParseError("unsupported value, expected 'xx', '32' or '64'"); in parseFpABIValue()
8599 reportParseError("'" + Directive + " fp=32' requires the O32 ABI"); in parseFpABIValue()
8657 reportParseError("expected identifier after .ent"); in ParseDirective()
8671 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
8680 reportParseError("expected number after comma"); in ParseDirective()
8684 reportParseError("expected an absolute expression after comma"); in ParseDirective()
8691 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
8707 reportParseError("expected identifier after .end"); in ParseDirective()
8712 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
8717 reportParseError(".end used without .ent"); in ParseDirective()
8722 reportParseError(".end symbol does not match .ent symbol"); in ParseDirective()
8737 reportParseError("expected stack register"); in ParseDirective()
8743 reportParseError(StackRegOpnd.getStartLoc(), in ParseDirective()
8752 reportParseError("unexpected token, expected comma"); in ParseDirective()
8761 reportParseError("expected frame size value"); in ParseDirective()
8766 reportParseError("frame size not an absolute expression"); in ParseDirective()
8773 reportParseError("unexpected token, expected comma"); in ParseDirective()
8781 reportParseError("expected return register"); in ParseDirective()
8787 reportParseError(ReturnRegOpnd.getStartLoc(), in ParseDirective()
8794 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
8824 reportParseError("expected bitmask value"); in ParseDirective()
8829 reportParseError("bitmask not an absolute expression"); in ParseDirective()
8836 reportParseError("unexpected token, expected comma"); in ParseDirective()
8845 reportParseError("expected frame offset value"); in ParseDirective()
8850 reportParseError("frame offset not an absolute expression"); in ParseDirective()
8856 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
8953 reportParseError("unexpected token, expected end of statement"); in parseInternalDirectiveReallowModule()