Lines Matching refs:reportParseError

245   bool reportParseError(Twine ErrorMsg);
246 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
3861 reportParseError(Loc, in getATReg()
4770 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4777 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4792 reportParseError("unexpected token, expected end of statement"); in parseSetNoAtDirective()
4817 reportParseError("unexpected token, expected equals sign"); in parseSetAtDirective()
4824 reportParseError("no register specified"); in parseSetAtDirective()
4827 reportParseError("unexpected token, expected dollar sign '$'"); in parseSetAtDirective()
4841 reportParseError("unexpected token, expected identifier or integer"); in parseSetAtDirective()
4847 reportParseError("invalid register"); in parseSetAtDirective()
4854 reportParseError("unexpected token, expected end of statement"); in parseSetAtDirective()
4869 reportParseError("unexpected token, expected end of statement"); in parseSetReorderDirective()
4883 reportParseError("unexpected token, expected end of statement"); in parseSetNoReorderDirective()
4897 reportParseError("unexpected token, expected end of statement"); in parseSetMacroDirective()
4911 reportParseError("unexpected token, expected end of statement"); in parseSetNoMacroDirective()
4915 reportParseError("`noreorder' must be set before `nomacro'"); in parseSetNoMacroDirective()
4930 return reportParseError("unexpected token, expected end of statement"); in parseSetMsaDirective()
4943 return reportParseError("unexpected token, expected end of statement"); in parseSetNoMsaDirective()
4956 reportParseError("unexpected token, expected end of statement"); in parseSetNoDspDirective()
4971 reportParseError("unexpected token, expected end of statement"); in parseSetMips16Directive()
4987 reportParseError("unexpected token, expected end of statement"); in parseSetNoMips16Directive()
5006 reportParseError("unexpected token, expected equals sign '='"); in parseSetFpDirective()
5016 reportParseError("unexpected token, expected end of statement"); in parseSetFpDirective()
5029 reportParseError("unexpected token, expected end of statement"); in parseSetOddSPRegDirective()
5043 reportParseError("unexpected token, expected end of statement"); in parseSetNoOddSPRegDirective()
5058 return reportParseError("unexpected token, expected end of statement"); in parseSetPopDirective()
5063 return reportParseError(Loc, ".set pop with no .set push"); in parseSetPopDirective()
5079 return reportParseError("unexpected token, expected end of statement"); in parseSetPushDirective()
5093 return reportParseError("unexpected token, expected end of statement"); in parseSetSoftFloatDirective()
5104 return reportParseError("unexpected token, expected end of statement"); in parseSetHardFloatDirective()
5117 reportParseError("expected identifier after .set"); in parseSetAssignment()
5120 return reportParseError("unexpected token, expected comma"); in parseSetAssignment()
5124 return reportParseError("expected valid expression after comma"); in parseSetAssignment()
5136 return reportParseError("unexpected token, expected end of statement"); in parseSetMips0Directive()
5153 return reportParseError("unexpected token, expected equals sign"); in parseSetArchDirective()
5158 return reportParseError("expected arch identifier"); in parseSetArchDirective()
5182 return reportParseError("unsupported architecture"); in parseSetArchDirective()
5193 return reportParseError("unexpected token, expected end of statement"); in parseSetFeature()
5294 reportParseError(".cpload is not supported in Mips16 mode"); in parseDirectiveCpLoad()
5301 reportParseError("expected register containing function address"); in parseDirectiveCpLoad()
5307 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpLoad()
5313 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpLoad()
5328 reportParseError(".cprestore is not supported in Mips16 mode"); in parseDirectiveCpRestore()
5336 reportParseError("expected stack offset value"); in parseDirectiveCpRestore()
5341 reportParseError("stack offset is not an absolute expression"); in parseDirectiveCpRestore()
5355 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpRestore()
5378 reportParseError("expected register containing function address"); in parseDirectiveCPSetup()
5385 reportParseError(FuncRegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCPSetup()
5404 reportParseError(ExprLoc, "expected save register or stack offset"); in parseDirectiveCPSetup()
5414 reportParseError(SaveOpnd.getStartLoc(), "invalid register"); in parseDirectiveCPSetup()
5426 reportParseError("expected expression"); in parseDirectiveCPSetup()
5431 reportParseError("expected symbol"); in parseDirectiveCPSetup()
5467 reportParseError("invalid option in .nan directive"); in parseDirectiveNaN()
5677 reportParseError("unexpected token, expected end of statement"); in parseInsnDirective()
5702 reportParseError(".module directive must appear before any code"); in parseDirectiveModule()
5708 reportParseError("expected .module option identifier"); in parseDirectiveModule()
5726 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5750 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5771 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5790 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5809 reportParseError("unexpected token, expected equals sign '='"); in parseDirectiveModuleFP()
5819 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModuleFP()
5847 reportParseError("unsupported value, expected 'xx', '32' or '64'"); in parseFpABIValue()
5852 reportParseError("'" + Directive + " fp=xx' requires the O32 ABI"); in parseFpABIValue()
5872 reportParseError("unsupported value, expected 'xx', '32' or '64'"); in parseFpABIValue()
5878 reportParseError("'" + Directive + " fp=32' requires the O32 ABI"); in parseFpABIValue()
5923 reportParseError("expected identifier after .ent"); in ParseDirective()
5937 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
5946 reportParseError("expected number after comma"); in ParseDirective()
5950 reportParseError("expected an absolute expression after comma"); in ParseDirective()
5957 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
5973 reportParseError("expected identifier after .end"); in ParseDirective()
5978 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
5983 reportParseError(".end used without .ent"); in ParseDirective()
5988 reportParseError(".end symbol does not match .ent symbol"); in ParseDirective()
6003 reportParseError("expected stack register"); in ParseDirective()
6009 reportParseError(StackRegOpnd.getStartLoc(), in ParseDirective()
6018 reportParseError("unexpected token, expected comma"); in ParseDirective()
6027 reportParseError("expected frame size value"); in ParseDirective()
6032 reportParseError("frame size not an absolute expression"); in ParseDirective()
6039 reportParseError("unexpected token, expected comma"); in ParseDirective()
6047 reportParseError("expected return register"); in ParseDirective()
6053 reportParseError(ReturnRegOpnd.getStartLoc(), in ParseDirective()
6060 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6089 reportParseError("expected bitmask value"); in ParseDirective()
6094 reportParseError("bitmask not an absolute expression"); in ParseDirective()
6101 reportParseError("unexpected token, expected comma"); in ParseDirective()
6110 reportParseError("expected frame offset value"); in ParseDirective()
6115 reportParseError("frame offset not an absolute expression"); in ParseDirective()
6121 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6185 reportParseError("unexpected token, expected end of statement"); in parseInternalDirectiveReallowModule()