• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/

Lines Matching refs:TokError

1286     return TokError("expected ')' in parentheses expression");
1317 return TokError("unknown token in expression");
1452 return TokError("literal value out of range for directive");
1468 return TokError("invalid variant '" + Split.second + "'");
1507 return TokError("brackets expression not supported on this target");
1556 return TokError("expected '(' after operator");
1561 return TokError("expected ')'");
2740 return TokError("unexpected token in macro instantiation");
2788 return TokError("unbalanced parentheses in macro argument");
2816 return TokError("expected '=' after formal parameter identifier");
2908 return TokError("too many positional arguments");
2921 return TokError(MaxNestingDepthError.str());
3024 return TokError("invalid variable redefinition");
3049 return TokError("expected <text> in '" + Twine(IDVal) + "' directive");
3083 return TokError("unexpected backslash at end of string");
3089 return TokError("invalid hexadecimal escape sequence");
3117 return TokError("invalid octal escape sequence (out of range)");
3127 return TokError("invalid escape sequence (unrecognized character)");
3339 return Asm.TokError("unknown token in expression");
3367 return TokError(Lexer.getErr());
3370 return TokError("unexpected token in directive");
3383 return TokError("invalid floating point literal");
3387 return TokError("invalid floating point literal");
4059 return TokError("missing name in top-level '" + Twine(Directive) +
4096 return TokError("ENDS directive without matching STRUC/STRUCT/UNION");
4098 return TokError("missing name in top-level ENDS directive");
4225 return TokError("negative file number");
4279 return TokError("unexpected token in '.file' directive");
4371 return TokError("line number less than zero in '.loc' directive");
4379 return TokError("column position less than zero in '.loc' directive");
4392 return TokError("unexpected token in '.loc' directive");
4452 return TokError("unsupported directive '.stabs'");
4614 return TokError("line number less than zero in '.cv_loc' directive");
4622 return TokError("column position less than zero in '.cv_loc' directive");
4633 return TokError("unexpected token in '.cv_loc' directive");
4885 return TokError("expected symbol name");
4901 return TokError("Expected an identifier");
4912 return TokError("Expected an identifier");
5207 return TokError("unexpected token in '" + Directive + "' directive");
5217 return TokError("expected identifier in '.macro' directive");
5232 return TokError("expected identifier in '.macro' directive");
5237 return TokError("macro '" + Name + "' has multiple parameters"
5305 return TokError("unexpected token in '" + EndToken.getIdentifier() +
5448 return TokError("unexpected '" + Directive + "' in file, "
5466 return TokError("unexpected token in '" + Directive + "' directive");
5477 return TokError("unexpected '" + Directive + "' in file, "
5535 return TokError("expected identifier in directive");
5541 return TokError("unexpected token in directive");
5684 return TokError("expected string parameter for 'ifb' directive");
5704 return TokError("expected string parameter for 'ifidn' directive");
5705 return TokError("expected string parameter for 'ifdif' directive");
5710 return TokError(
5712 return TokError("expected comma after first string for 'ifdif' directive");
5718 return TokError("expected string parameter for 'ifidn' directive");
5719 return TokError("expected string parameter for 'ifdif' directive");
5830 return TokError("expected string parameter for 'elseifb' directive");
5910 return TokError("expected string parameter for 'elseifidn' directive");
5911 return TokError("expected string parameter for 'elseifdif' directive");
5916 return TokError(
5918 return TokError(
5925 return TokError("expected string parameter for 'elseifidn' directive");
5926 return TokError("expected string parameter for 'elseifdif' directive");
6078 return TokError("expected string parameter for '.erridn' directive");
6079 return TokError("expected string parameter for '.errdif' directive");
6084 return TokError(
6086 return TokError(
6093 return TokError("expected string parameter for '.erridn' directive");
6094 return TokError("expected string parameter for '.errdif' directive");
6432 return TokError("unexpected token in '.irpc' directive");
6466 return TokError("unmatched '.endr' directive");