Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:reportParseError

144   bool reportParseError(StringRef ErrorMsg);
1619 bool MipsAsmParser::reportParseError(StringRef ErrorMsg) {
1633 reportParseError("unexpected token in statement");
1652 reportParseError("unexpected token in statement");
1662 reportParseError("unexpected token in statement");
1667 reportParseError("unexpected token in statement");
1672 reportParseError("unexpected token in statement");
1678 reportParseError("unexpected token in statement");
1684 reportParseError("unexpected token in statement");
1693 reportParseError("unexpected token in statement");
1705 reportParseError("unexpected token in statement");
1717 reportParseError("unexpected token in statement");
1729 reportParseError("`noreorder' must be set before `nomacro'");
1733 reportParseError("`noreorder' must be set before `nomacro'");
1746 reportParseError("expected identifier after .set");
1749 return reportParseError("unexpected token in .set directive");
1767 return reportParseError("expected valid expression after comma");
1772 return reportParseError("symbol already defined");