• Home
  • Raw
  • Download

Lines Matching refs:reportParseError

248   bool reportParseError(Twine ErrorMsg);
249 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
4103 reportParseError(Loc, in getATReg()
4897 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4904 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4919 reportParseError("unexpected token, expected end of statement"); in parseSetNoAtDirective()
4944 reportParseError("unexpected token, expected equals sign"); in parseSetAtDirective()
4951 reportParseError("no register specified"); in parseSetAtDirective()
4954 reportParseError("unexpected token, expected dollar sign '$'"); in parseSetAtDirective()
4968 reportParseError("unexpected token, expected identifier or integer"); in parseSetAtDirective()
4974 reportParseError("invalid register"); in parseSetAtDirective()
4981 reportParseError("unexpected token, expected end of statement"); in parseSetAtDirective()
4996 reportParseError("unexpected token, expected end of statement"); in parseSetReorderDirective()
5010 reportParseError("unexpected token, expected end of statement"); in parseSetNoReorderDirective()
5024 reportParseError("unexpected token, expected end of statement"); in parseSetMacroDirective()
5038 reportParseError("unexpected token, expected end of statement"); in parseSetNoMacroDirective()
5042 reportParseError("`noreorder' must be set before `nomacro'"); in parseSetNoMacroDirective()
5057 return reportParseError("unexpected token, expected end of statement"); in parseSetMsaDirective()
5070 return reportParseError("unexpected token, expected end of statement"); in parseSetNoMsaDirective()
5083 reportParseError("unexpected token, expected end of statement"); in parseSetNoDspDirective()
5098 reportParseError("unexpected token, expected end of statement"); in parseSetMips16Directive()
5114 reportParseError("unexpected token, expected end of statement"); in parseSetNoMips16Directive()
5133 reportParseError("unexpected token, expected equals sign '='"); in parseSetFpDirective()
5143 reportParseError("unexpected token, expected end of statement"); in parseSetFpDirective()
5156 reportParseError("unexpected token, expected end of statement"); in parseSetOddSPRegDirective()
5170 reportParseError("unexpected token, expected end of statement"); in parseSetNoOddSPRegDirective()
5185 return reportParseError("unexpected token, expected end of statement"); in parseSetPopDirective()
5190 return reportParseError(Loc, ".set pop with no .set push"); in parseSetPopDirective()
5206 return reportParseError("unexpected token, expected end of statement"); in parseSetPushDirective()
5220 return reportParseError("unexpected token, expected end of statement"); in parseSetSoftFloatDirective()
5231 return reportParseError("unexpected token, expected end of statement"); in parseSetHardFloatDirective()
5244 reportParseError("expected identifier after .set"); in parseSetAssignment()
5247 return reportParseError("unexpected token, expected comma"); in parseSetAssignment()
5251 return reportParseError("expected valid expression after comma"); in parseSetAssignment()
5263 return reportParseError("unexpected token, expected end of statement"); in parseSetMips0Directive()
5280 return reportParseError("unexpected token, expected equals sign"); in parseSetArchDirective()
5285 return reportParseError("expected arch identifier"); in parseSetArchDirective()
5309 return reportParseError("unsupported architecture"); in parseSetArchDirective()
5320 return reportParseError("unexpected token, expected end of statement"); in parseSetFeature()
5422 reportParseError(".cpload is not supported in Mips16 mode"); in parseDirectiveCpLoad()
5429 reportParseError("expected register containing function address"); in parseDirectiveCpLoad()
5435 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpLoad()
5441 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpLoad()
5456 reportParseError(".cprestore is not supported in Mips16 mode"); in parseDirectiveCpRestore()
5464 reportParseError("expected stack offset value"); in parseDirectiveCpRestore()
5469 reportParseError("stack offset is not an absolute expression"); in parseDirectiveCpRestore()
5483 reportParseError("unexpected token, expected end of statement"); in parseDirectiveCpRestore()
5503 reportParseError("expected register containing function address"); in parseDirectiveCPSetup()
5509 reportParseError(FuncRegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCPSetup()
5528 reportParseError(ExprLoc, "expected save register or stack offset"); in parseDirectiveCPSetup()
5538 reportParseError(SaveOpnd.getStartLoc(), "invalid register"); in parseDirectiveCPSetup()
5550 reportParseError("expected expression"); in parseDirectiveCPSetup()
5555 reportParseError("expected symbol"); in parseDirectiveCPSetup()
5591 reportParseError("invalid option in .nan directive"); in parseDirectiveNaN()
5802 reportParseError("unexpected token, expected end of statement"); in parseInsnDirective()
5820 reportParseError("unexpected token, expected end of statement"); in parseSSectionDirective()
5845 reportParseError(".module directive must appear before any code"); in parseDirectiveModule()
5851 reportParseError("expected .module option identifier"); in parseDirectiveModule()
5869 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5893 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5914 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5933 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModule()
5952 reportParseError("unexpected token, expected equals sign '='"); in parseDirectiveModuleFP()
5962 reportParseError("unexpected token, expected end of statement"); in parseDirectiveModuleFP()
5990 reportParseError("unsupported value, expected 'xx', '32' or '64'"); in parseFpABIValue()
5995 reportParseError("'" + Directive + " fp=xx' requires the O32 ABI"); in parseFpABIValue()
6015 reportParseError("unsupported value, expected 'xx', '32' or '64'"); in parseFpABIValue()
6021 reportParseError("'" + Directive + " fp=32' requires the O32 ABI"); in parseFpABIValue()
6075 reportParseError("expected identifier after .ent"); in ParseDirective()
6089 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6098 reportParseError("expected number after comma"); in ParseDirective()
6102 reportParseError("expected an absolute expression after comma"); in ParseDirective()
6109 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6125 reportParseError("expected identifier after .end"); in ParseDirective()
6130 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6135 reportParseError(".end used without .ent"); in ParseDirective()
6140 reportParseError(".end symbol does not match .ent symbol"); in ParseDirective()
6155 reportParseError("expected stack register"); in ParseDirective()
6161 reportParseError(StackRegOpnd.getStartLoc(), in ParseDirective()
6170 reportParseError("unexpected token, expected comma"); in ParseDirective()
6179 reportParseError("expected frame size value"); in ParseDirective()
6184 reportParseError("frame size not an absolute expression"); in ParseDirective()
6191 reportParseError("unexpected token, expected comma"); in ParseDirective()
6199 reportParseError("expected return register"); in ParseDirective()
6205 reportParseError(ReturnRegOpnd.getStartLoc(), in ParseDirective()
6212 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6242 reportParseError("expected bitmask value"); in ParseDirective()
6247 reportParseError("bitmask not an absolute expression"); in ParseDirective()
6254 reportParseError("unexpected token, expected comma"); in ParseDirective()
6263 reportParseError("expected frame offset value"); in ParseDirective()
6268 reportParseError("frame offset not an absolute expression"); in ParseDirective()
6274 reportParseError("unexpected token, expected end of statement"); in ParseDirective()
6359 reportParseError("unexpected token, expected end of statement"); in parseInternalDirectiveReallowModule()