Searched refs:Errs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| D | Object.cpp | 39 Error Errs = Error::success(); in removeSymbols() local 40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols() 43 Errs = joinErrors(std::move(Errs), ShouldRemove.takeError()); in removeSymbols() 50 return Errs; in removeSymbols()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | CommandLine.cpp | 178 StringRef Overview, raw_ostream *Errs = nullptr, 1298 StringRef Overview, raw_ostream *Errs, in ParseCommandLineOptions() argument 1321 Errs, LongOptionsUseDoubleDash); in ParseCommandLineOptions() 1336 raw_ostream *Errs, in ParseCommandLineOptions() argument 1355 bool IgnoreErrors = Errs; in ParseCommandLineOptions() 1356 if (!Errs) in ParseCommandLineOptions() 1357 Errs = &errs(); in ParseCommandLineOptions() 1419 *Errs << ProgramName << ": CommandLine Error: Option '" << Opt->ArgStr in ParseCommandLineOptions() 1421 *Errs << PositionalOpts.size(); in ParseCommandLineOptions() 1522 *Errs << ProgramName << ": Unknown command line argument '" << argv[i] in ParseCommandLineOptions() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/ |
| D | FileCheck.cpp | 1253 Error Errs = Error::success(); in match() local 1261 Errs = joinErrors(std::move(Errs), in match() 1282 if (Errs) in match() 1283 return std::move(Errs); in match() 2620 Error Errs = Error::success(); in defineCmdlineVariables() local 2661 Errs = joinErrors( in defineCmdlineVariables() 2662 std::move(Errs), in defineCmdlineVariables() 2678 Errs = joinErrors(std::move(Errs), ExpressionResult.takeError()); in defineCmdlineVariables() 2688 Errs = joinErrors(std::move(Errs), Value.takeError()); in defineCmdlineVariables() 2706 Errs = joinErrors(std::move(Errs), ParseVarResult.takeError()); in defineCmdlineVariables() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | CommandLine.h | 73 raw_ostream *Errs = nullptr, 399 …bool error(const Twine &Message, StringRef ArgName = StringRef(), raw_ostream &Errs = llvm::errs()… 400 bool error(const Twine &Message, raw_ostream &Errs) { in error() argument 401 return error(Message, StringRef(), Errs); in error()
|
| /freebsd-12-stable/contrib/bmake/mk/ |
| D | README | 227 Errs, errs, mklog, and core.
|