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

Lines Matching refs:TokError

344     default:         return TokError("expected top-level entity");
392 default: return TokError("unknown target property");
542 return TokError("expected 'global' or 'constant'");
642 return TokError("expected comdat type");
647 return TokError("unknown selection kind");
762 return TokError("unexpected type in metadata definition");
781 return TokError("Metadata id is already used");
796 return TokError(
814 return TokError("found end of file while parsing summary entry");
1004 return TokError("unknown alias or ifunc property!");
1162 return TokError("unknown global variable property!");
1187 return TokError("expected attribute group id");
1523 return TokError(ErrMsg);
1532 return TokError("expected string constant");
1542 return TokError("expected integer");
1545 return TokError("expected 32-bit integer (too large)");
1555 return TokError("expected integer");
1568 return TokError("expected localdynamic, initialexec or localexec");
2097 return TokError("expected metadata after comma");
2319 default: return TokError("Expected ordering on atomic instruction");
2369 return TokError("expected ',' as start of index list");
2373 if (Indices.empty()) return TokError("expected index");
2394 return TokError(Msg);
2464 return TokError("basic block pointers are invalid");
2466 return TokError("pointers to void are invalid - use i8* instead");
2468 return TokError("pointer to this type is invalid");
2476 return TokError("basic block pointers are invalid");
2478 return TokError("pointers to void are invalid; use i8* instead");
2480 return TokError("pointer to this type is invalid");
2520 return TokError(Twine(Msg) + "non-musttail call");
2522 return TokError(Twine(Msg) + "musttail call in non-varargs function");
2548 return TokError("expected '...' at end of argument list for musttail call "
2737 return TokError("invalid function return type");
2881 return TokError("expected number in address space");
3161 default: return TokError("expected value token");
3777 return TokError("expected comdat variable");
3784 return TokError("comdat cannot be unnamed");
4042 return TokError("expected integer");
4053 return TokError("expected unsigned integer");
4057 return TokError("value for '" + Name + "' too large, limit is " +
4080 return TokError("expected DWARF tag");
4084 return TokError("invalid DWARF tag" + Twine(" '") + Lex.getStrVal() + "'");
4099 return TokError("expected DWARF macinfo type");
4103 return TokError(
4119 return TokError("expected DWARF virtuality code");
4123 return TokError("invalid DWARF virtuality code" + Twine(" '") +
4137 return TokError("expected DWARF language");
4141 return TokError("invalid DWARF language" + Twine(" '") + Lex.getStrVal() +
4155 return TokError("expected DWARF calling convention");
4159 return TokError("invalid DWARF calling convention" + Twine(" '") + Lex.getStrVal() +
4173 return TokError("expected emission kind");
4177 return TokError("invalid emission kind" + Twine(" '") + Lex.getStrVal() +
4192 return TokError("expected nameTable kind");
4196 return TokError("invalid nameTable kind" + Twine(" '") + Lex.getStrVal() +
4211 return TokError("expected DWARF type attribute encoding");
4215 return TokError("invalid DWARF type attribute encoding" + Twine(" '") +
4240 return TokError("expected debug info flag");
4244 return TokError(Twine("invalid debug info flag flag '") +
4280 return TokError("expected debug info flag");
4284 return TokError(Twine("invalid subprogram debug info flag '") +
4307 return TokError("expected signed integer");
4311 return TokError("value for '" + Name + "' too small, limit is " +
4314 return TokError("value for '" + Name + "' too large, limit is " +
4327 return TokError("expected 'true' or 'false'");
4343 return TokError("'" + Name + "' cannot be null");
4411 return TokError(
4425 return TokError("expected field label here");
4452 return TokError("field '" + Name + "' cannot be specified more than once");
4467 return TokError("expected metadata type");
4484 return TokError(Twine("invalid field '") + Lex.getStrVal() + "'"); \
4579 return TokError("unsigned enumerator with negative value");
5076 return TokError(Twine("invalid DWARF op '") + Lex.getStrVal() + "'");
5085 return TokError(Twine("invalid DWARF attribute encoding '") + Lex.getStrVal() + "'");
5089 return TokError("expected unsigned integer");
5093 return TokError("element too large, limit is " + Twine(UINT64_MAX));
5485 return TokError("function expected to be numbered '%" +
5488 return TokError("expected function name");
5494 return TokError("expected '(' in function argument list");
5703 return TokError("expected '{' in function body");
5719 return TokError("function body requires at least one basic block");
5817 return TokError("found end of file when expecting more instructions");
5974 default: return TokError("expected fcmp predicate (e.g. 'oeq')");
5994 default: return TokError("expected icmp predicate (e.g. 'eq')");
6360 return TokError("expected scope value for catchswitch");
6409 return TokError("expected scope value for catchpad");
6432 return TokError("expected scope value for cleanuppad");
6845 return TokError("expected 'catch' or 'filter' clause type");
7203 return TokError("cmpxchg cannot be unordered");
7205 return TokError("cmpxchg failure argument shall be no stronger than the "
7209 return TokError(
7248 default: return TokError("expected binary operation in atomicrmw");
7278 return TokError("atomicrmw cannot be unordered");
7328 return TokError("fence cannot be unordered");
7330 return TokError("fence cannot be monotonic");
8434 return TokError("expected integer");
8675 return TokError("expected integer");