reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
388 bool error(const Twine &Message, StringRef ArgName = StringRef(), raw_ostream &Errs = llvm::errs());
390 return error(Message, StringRef(), Errs); 806 return O.error("Cannot find option named '" + ArgVal + "'!"); 1249 return O.error("cl::location(x) specified more than once!"); 1436 return O.error("cl::location(x) specified more than once!"); 1631 return O.error("cl::location(x) specified more than once!"); 1772 error("cl::alias must have argument name specified!"); 1774 error("cl::alias must have an cl::aliasopt(option) specified!"); 1776 error("cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!"); 1789 error("cl::alias must only have one cl::aliasopt(...) specified!");lib/Support/CommandLine.cpp
216 O->error("Cannot specify more than one option with cl::ConsumeAfter!"); 648 return Handler->error("requires a value!"); 656 return Handler->error("multi-valued option specified" 660 return Handler->error("does not allow a value! '" + Twine(Value) + 683 return Handler->error("not enough values!"); 771 ErrorParsing |= PGOpt->error("may not occur within a group!"); 1326 Opt->error("error - this positional option will never be matched, " 1337 Opt->error("error - option can never match, because " 1565 Opt.second->error("must be specified at least once!"); 1618 return error("may only occur zero or one times!", ArgName); 1622 return error("must occur exactly one time!", ArgName); 1729 return O.error("'" + Arg + 1747 return O.error("'" + Arg + 1756 return O.error("'" + Arg + "' value invalid for integer argument!"); 1766 return O.error("'" + Arg + "' value invalid for uint argument!"); 1776 return O.error("'" + Arg + "' value invalid for ulong argument!"); 1787 return O.error("'" + Arg + "' value invalid for ullong argument!"); 1796 return O.error("'" + Arg + "' value invalid for floating point argument!");tools/llvm-dwarfdump/llvm-dwarfdump.cpp
60 return O.error("'" + Arg + "' value invalid for integer argument!");
tools/llvm-stress/llvm-stress.cpp 90 return O.error("Invalid IR scalar type: '" + Arg + "'!");