reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCParser/MCAsmParser.h
  223   bool TokError(const Twine &Msg, SMRange Range = None);

References

include/llvm/MC/MCParser/MCAsmParserExtension.h
   83     return getParser().TokError(Msg);
lib/MC/MCParser/AsmParser.cpp
 1049     return TokError("expected ')' in parentheses expression");
 1080     return TokError("unknown token in expression");
 1185     return TokError("literal value out of range for directive");
 1201           return TokError("invalid variant '" + Split.second + "'");
 1240       return TokError("brackets expression not supported on this target");
 1289       return TokError("expected '(' after operator");
 1294       return TokError("expected ')'");
 1324       TokError("invalid variant on expression '" + getTok().getIdentifier() +
 1423       return TokError("unexpected symbol modifier following '@'");
 1428       return TokError("invalid variant '" + getTok().getIdentifier() + "'");
 1432       return TokError("invalid modifier '" + getTok().getIdentifier() +
 2038       return TokError(Twine(IDVal) +
 2173       return TokError(Twine(IDVal) +
 2596       return TokError("unexpected token in macro instantiation");
 2644     return TokError("unbalanced parentheses in macro argument");
 2672         return TokError("expected '=' after formal parameter identifier");
 2764   return TokError("too many positional arguments");
 2777     return TokError(MaxNestingDepthError.str());
 2920       return TokError("unexpected backslash at end of string");
 2926         return TokError("invalid hexadecimal escape sequence");
 2954         return TokError("invalid octal escape sequence (out of range)");
 2964       return TokError("invalid escape sequence (unrecognized character)");
 3074     return Asm.TokError("unknown token in expression");
 3126     return TokError(Lexer.getErr());
 3129     return TokError("unexpected token in directive");
 3140       return TokError("invalid floating point literal");
 3143     return TokError("invalid floating point literal");
 3366       return TokError("negative file number");
 3420       return TokError("unexpected token in '.file' directive");
 3512       return TokError("line number less than zero in '.loc' directive");
 3520       return TokError("column position less than zero in '.loc' directive");
 3532       return TokError("unexpected token in '.loc' directive");
 3592   return TokError("unsupported directive '.stabs'");
 3754       return TokError("line number less than zero in '.cv_loc' directive");
 3762       return TokError("column position less than zero in '.cv_loc' directive");
 3773       return TokError("unexpected token in '.cv_loc' directive");
 4025     return TokError("expected symbol name");
 4041     return TokError("Expected an identifier");
 4052       return TokError("Expected an identifier");
 4347     return TokError("unexpected token in '" + Directive + "' directive");
 4369     return TokError("expected identifier in '.macro' directive");
 4384       return TokError("expected identifier in '.macro' directive");
 4389         return TokError("macro '" + Name + "' has multiple parameters"
 4457             return TokError("unexpected token in '" + EndToken.getIdentifier() +
 4600     return TokError("unexpected '" + Directive + "' in file, "
 4618     return TokError("unexpected token in '" + Directive + "' directive");
 4629   return TokError("unexpected '" + Directive + "' in file, "
 4886     return TokError("expected identifier in directive");
 4892     return TokError("unexpected token in directive");
 5133       return TokError("expected string parameter for '.ifeqs' directive");
 5134     return TokError("expected string parameter for '.ifnes' directive");
 5142       return TokError(
 5144     return TokError("expected comma after first string for '.ifnes' directive");
 5151       return TokError("expected string parameter for '.ifeqs' directive");
 5152     return TokError("expected string parameter for '.ifnes' directive");
 5276       return TokError(".error argument must be a string");
 5299       return TokError(".warning argument must be a string");
 5641     return TokError("unexpected token in '.irpc' directive");
 5675     return TokError("unmatched '.endr' directive");
 6030     return Parser.TokError("missing expression");
lib/MC/MCParser/MCAsmParser.cpp
   60     return TokError(Msg);
lib/Target/X86/AsmParser/X86AsmParser.cpp
 3678     return Parser.TokError("expected symbol name");
 3682     return Parser.TokError("parameters size out of range");