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

Lines Matching refs:TokError

320     default:         return TokError("expected top-level entity");
373 default: return TokError("unknown target property");
524 return TokError("expected 'global' or 'constant'");
624 return TokError("expected comdat type");
629 return TokError("unknown selection kind");
744 return TokError("unexpected type in metadata definition");
763 return TokError("Metadata id is already used");
778 return TokError(
796 return TokError("found end of file while parsing summary entry");
980 return TokError("unknown alias or ifunc property!");
1138 return TokError("unknown global variable property!");
1163 return TokError("expected attribute group id");
1486 return TokError(ErrMsg);
1495 return TokError("expected string constant");
1505 return TokError("expected integer");
1508 return TokError("expected 32-bit integer (too large)");
1518 return TokError("expected integer");
1531 return TokError("expected localdynamic, initialexec or localexec");
2040 return TokError("expected metadata after comma");
2250 default: return TokError("Expected ordering on atomic instruction");
2300 return TokError("expected ',' as start of index list");
2304 if (Indices.empty()) return TokError("expected index");
2325 return TokError(Msg);
2395 return TokError("basic block pointers are invalid");
2397 return TokError("pointers to void are invalid - use i8* instead");
2399 return TokError("pointer to this type is invalid");
2407 return TokError("basic block pointers are invalid");
2409 return TokError("pointers to void are invalid; use i8* instead");
2411 return TokError("pointer to this type is invalid");
2451 return TokError(Twine(Msg) + "non-musttail call");
2453 return TokError(Twine(Msg) + "musttail call in non-varargs function");
2479 return TokError("expected '...' at end of argument list for musttail call "
2653 return TokError("invalid function return type");
2797 return TokError("expected number in address space");
3077 default: return TokError("expected value token");
3690 return TokError("expected comdat variable");
3697 return TokError("comdat cannot be unnamed");
3952 return TokError("expected unsigned integer");
3956 return TokError("value for '" + Name + "' too large, limit is " +
3979 return TokError("expected DWARF tag");
3983 return TokError("invalid DWARF tag" + Twine(" '") + Lex.getStrVal() + "'");
3998 return TokError("expected DWARF macinfo type");
4002 return TokError(
4018 return TokError("expected DWARF virtuality code");
4022 return TokError("invalid DWARF virtuality code" + Twine(" '") +
4036 return TokError("expected DWARF language");
4040 return TokError("invalid DWARF language" + Twine(" '") + Lex.getStrVal() +
4054 return TokError("expected DWARF calling convention");
4058 return TokError("invalid DWARF calling convention" + Twine(" '") + Lex.getStrVal() +
4072 return TokError("expected emission kind");
4076 return TokError("invalid emission kind" + Twine(" '") + Lex.getStrVal() +
4091 return TokError("expected nameTable kind");
4095 return TokError("invalid nameTable kind" + Twine(" '") + Lex.getStrVal() +
4110 return TokError("expected DWARF type attribute encoding");
4114 return TokError("invalid DWARF type attribute encoding" + Twine(" '") +
4139 return TokError("expected debug info flag");
4143 return TokError(Twine("invalid debug info flag flag '") +
4179 return TokError("expected debug info flag");
4183 return TokError(Twine("invalid subprogram debug info flag '") +
4206 return TokError("expected signed integer");
4210 return TokError("value for '" + Name + "' too small, limit is " +
4213 return TokError("value for '" + Name + "' too large, limit is " +
4226 return TokError("expected 'true' or 'false'");
4242 return TokError("'" + Name + "' cannot be null");
4331 return TokError(
4345 return TokError("expected field label here");
4372 return TokError("field '" + Name + "' cannot be specified more than once");
4387 return TokError("expected metadata type");
4404 return TokError(Twine("invalid field '") + Lex.getStrVal() + "'"); \
4479 return TokError("unsigned enumerator with negative value");
4960 return TokError(Twine("invalid DWARF op '") + Lex.getStrVal() + "'");
4969 return TokError(Twine("invalid DWARF attribute encoding '") + Lex.getStrVal() + "'");
4973 return TokError("expected unsigned integer");
4977 return TokError("element too large, limit is " + Twine(UINT64_MAX));
5366 return TokError("function expected to be numbered '%" +
5369 return TokError("expected function name");
5375 return TokError("expected '(' in function argument list");
5584 return TokError("expected '{' in function body");
5600 return TokError("function body requires at least one basic block");
5698 return TokError("found end of file when expecting more instructions");
5855 default: return TokError("expected fcmp predicate (e.g. 'oeq')");
5875 default: return TokError("expected icmp predicate (e.g. 'eq')");
6241 return TokError("expected scope value for catchswitch");
6290 return TokError("expected scope value for catchpad");
6313 return TokError("expected scope value for cleanuppad");
6729 return TokError("expected 'catch' or 'filter' clause type");
7071 return TokError("cmpxchg cannot be unordered");
7073 return TokError("cmpxchg failure argument shall be no stronger than the "
7077 return TokError(
7111 default: return TokError("expected binary operation in atomicrmw");
7141 return TokError("atomicrmw cannot be unordered");
7189 return TokError("fence cannot be unordered");
7191 return TokError("fence cannot be monotonic");
8255 return TokError("expected integer");