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

Lines Matching refs:TokError

1045     return TokError("expected ')' in parentheses expression");
1076 return TokError("unknown token in expression");
1181 return TokError("literal value out of range for directive");
1197 return TokError("invalid variant '" + Split.second + "'");
1236 return TokError("brackets expression not supported on this target");
1285 return TokError("expected '(' after operator");
1290 return TokError("expected ')'");
1320 TokError("invalid variant on expression '" + getTok().getIdentifier() +
1419 return TokError("unexpected symbol modifier following '@'");
1424 return TokError("invalid variant '" + getTok().getIdentifier() + "'");
1428 return TokError("invalid modifier '" + getTok().getIdentifier() +
2036 return TokError(Twine(IDVal) +
2171 return TokError(Twine(IDVal) +
2592 return TokError("unexpected token in macro instantiation");
2640 return TokError("unbalanced parentheses in macro argument");
2668 return TokError("expected '=' after formal parameter identifier");
2760 return TokError("too many positional arguments");
2773 return TokError(MaxNestingDepthError.str());
2916 return TokError("unexpected backslash at end of string");
2922 return TokError("invalid hexadecimal escape sequence");
2950 return TokError("invalid octal escape sequence (out of range)");
2960 return TokError("invalid escape sequence (unrecognized character)");
3079 return Asm.TokError("unknown token in expression");
3131 return TokError(Lexer.getErr());
3134 return TokError("unexpected token in directive");
3145 return TokError("invalid floating point literal");
3149 return TokError("invalid floating point literal");
3372 return TokError("negative file number");
3426 return TokError("unexpected token in '.file' directive");
3518 return TokError("line number less than zero in '.loc' directive");
3526 return TokError("column position less than zero in '.loc' directive");
3539 return TokError("unexpected token in '.loc' directive");
3599 return TokError("unsupported directive '.stabs'");
3761 return TokError("line number less than zero in '.cv_loc' directive");
3769 return TokError("column position less than zero in '.cv_loc' directive");
3780 return TokError("unexpected token in '.cv_loc' directive");
4032 return TokError("expected symbol name");
4048 return TokError("Expected an identifier");
4059 return TokError("Expected an identifier");
4354 return TokError("unexpected token in '" + Directive + "' directive");
4376 return TokError("expected identifier in '.macro' directive");
4391 return TokError("expected identifier in '.macro' directive");
4396 return TokError("macro '" + Name + "' has multiple parameters"
4465 return TokError("unexpected token in '" + EndToken.getIdentifier() +
4610 return TokError("unexpected '" + Directive + "' in file, "
4628 return TokError("unexpected token in '" + Directive + "' directive");
4639 return TokError("unexpected '" + Directive + "' in file, "
4896 return TokError("expected identifier in directive");
4902 return TokError("unexpected token in directive");
5143 return TokError("expected string parameter for '.ifeqs' directive");
5144 return TokError("expected string parameter for '.ifnes' directive");
5152 return TokError(
5154 return TokError("expected comma after first string for '.ifnes' directive");
5161 return TokError("expected string parameter for '.ifeqs' directive");
5162 return TokError("expected string parameter for '.ifnes' directive");
5286 return TokError(".error argument must be a string");
5309 return TokError(".warning argument must be a string");
5657 return TokError("unexpected token in '.irpc' directive");
5691 return TokError("unmatched '.endr' directive");
6084 return Parser.TokError("missing expression");