reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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"); 2035 return TokError("expected metadata after comma"); 2245 default: return TokError("Expected ordering on atomic instruction"); 2295 return TokError("expected ',' as start of index list"); 2299 if (Indices.empty()) return TokError("expected index"); 2320 return TokError(Msg); 2390 return TokError("basic block pointers are invalid"); 2392 return TokError("pointers to void are invalid - use i8* instead"); 2394 return TokError("pointer to this type is invalid"); 2402 return TokError("basic block pointers are invalid"); 2404 return TokError("pointers to void are invalid; use i8* instead"); 2406 return TokError("pointer to this type is invalid"); 2446 return TokError(Twine(Msg) + "non-musttail call"); 2448 return TokError(Twine(Msg) + "musttail call in non-varargs function"); 2474 return TokError("expected '...' at end of argument list for musttail call " 2648 return TokError("invalid function return type"); 2792 return TokError("expected number in address space"); 3072 default: return TokError("expected value token"); 3685 return TokError("expected comdat variable"); 3692 return TokError("comdat cannot be unnamed"); 3947 return TokError("expected unsigned integer"); 3951 return TokError("value for '" + Name + "' too large, limit is " + 3974 return TokError("expected DWARF tag"); 3978 return TokError("invalid DWARF tag" + Twine(" '") + Lex.getStrVal() + "'"); 3993 return TokError("expected DWARF macinfo type"); 3997 return TokError( 4013 return TokError("expected DWARF virtuality code"); 4017 return TokError("invalid DWARF virtuality code" + Twine(" '") + 4031 return TokError("expected DWARF language"); 4035 return TokError("invalid DWARF language" + Twine(" '") + Lex.getStrVal() + 4049 return TokError("expected DWARF calling convention"); 4053 return TokError("invalid DWARF calling convention" + Twine(" '") + Lex.getStrVal() + 4067 return TokError("expected emission kind"); 4071 return TokError("invalid emission kind" + Twine(" '") + Lex.getStrVal() + 4086 return TokError("expected nameTable kind"); 4090 return TokError("invalid nameTable kind" + Twine(" '") + Lex.getStrVal() + 4105 return TokError("expected DWARF type attribute encoding"); 4109 return TokError("invalid DWARF type attribute encoding" + Twine(" '") + 4134 return TokError("expected debug info flag"); 4138 return TokError(Twine("invalid debug info flag flag '") + 4174 return TokError("expected debug info flag"); 4178 return TokError(Twine("invalid subprogram debug info flag '") + 4201 return TokError("expected signed integer"); 4205 return TokError("value for '" + Name + "' too small, limit is " + 4208 return TokError("value for '" + Name + "' too large, limit is " + 4221 return TokError("expected 'true' or 'false'"); 4237 return TokError("'" + Name + "' cannot be null"); 4326 return TokError( 4340 return TokError("expected field label here"); 4367 return TokError("field '" + Name + "' cannot be specified more than once"); 4382 return TokError("expected metadata type"); 4474 return TokError("unsigned enumerator with negative value"); 4955 return TokError(Twine("invalid DWARF op '") + Lex.getStrVal() + "'"); 4964 return TokError(Twine("invalid DWARF attribute encoding '") + Lex.getStrVal() + "'"); 4968 return TokError("expected unsigned integer"); 4972 return TokError("element too large, limit is " + Twine(UINT64_MAX)); 5361 return TokError("function expected to be numbered '%" + 5364 return TokError("expected function name"); 5370 return TokError("expected '(' in function argument list"); 5579 return TokError("expected '{' in function body"); 5595 return TokError("function body requires at least one basic block"); 5693 return TokError("found end of file when expecting more instructions"); 5849 default: return TokError("expected fcmp predicate (e.g. 'oeq')"); 5869 default: return TokError("expected icmp predicate (e.g. 'eq')"); 6235 return TokError("expected scope value for catchswitch"); 6284 return TokError("expected scope value for catchpad"); 6307 return TokError("expected scope value for cleanuppad"); 6723 return TokError("expected 'catch' or 'filter' clause type"); 7053 return TokError("cmpxchg cannot be unordered"); 7055 return TokError("cmpxchg failure argument shall be no stronger than the " 7059 return TokError( 7093 default: return TokError("expected binary operation in atomicrmw"); 7123 return TokError("atomicrmw cannot be unordered"); 7171 return TokError("fence cannot be unordered"); 7173 return TokError("fence cannot be monotonic"); 8237 return TokError("expected integer");lib/AsmParser/LLParser.h
303 return TokError("expected index");