Searched refs:errs (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp30 errs() << format("Assertion failed: (%s), function %s, file %s, line %u\n",
32 errs() << "backtrace leading to the failure:\n";
33 llvm::sys::PrintStackTrace(errs());
34 errs() << "please file a bug report against lldb reporting this failure "
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp40 llvm::errs() << " " << Name << ":\n";
43 llvm::errs() << " " << I->first << " -> " << I->second << "\n";
48 llvm::errs() << "\nModule: " << FileName << "\n";
50 llvm::errs() << " Imports: ";
53 llvm::errs() << ", ";
54 llvm::errs() << Imports[I]->FileName;
56 llvm::errs() << "\n";
60 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset
64 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n'
68 llvm::errs() << " Bas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSystemUtils.cpp22 errs() << "WARNING: You're attempting to print out a bitcode file.\n"
H A DAllocator.cpp22 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
34 errs() << "Recycler element size: " << Size << '\n'
H A DDAGDeltaAlgorithm.cpp227 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n";
228 llvm::errs() << "Changes: [";
232 llvm::errs() << ", ";
233 llvm::errs() << *it;
236 llvm::errs() << "(";
240 llvm::errs() << ", ";
241 llvm::errs() << "->" << *it2;
243 llvm::errs() << ")";
246 llvm::errs() << "]\n";
248 llvm::errs() << "Root
[all...]
H A DGraphWriter.cpp84 errs() << "Error: " << EC.message() << "\n";
88 errs() << "Writing '" << Filename << "'... ";
98 errs() << "Error: " << ErrMsg << "\n";
102 errs() << " done. \n";
105 errs() << "Remember to erase graph file: " << Filename << "\n";
163 errs() << "Trying 'open' program... ";
172 errs() << "Trying 'xdg-open' program... ";
183 errs() << "Running 'Graphviz' program... ";
196 errs() << "Running 'xdot.py' program... ";
242 errs() << "Runnin
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp66 llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName()
72 llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName()
79 llvm::errs() << "PreStmt<ArraySubscriptExpr>\n";
85 llvm::errs() << "PostStmt<ArraySubscriptExpr>\n";
90 llvm::errs() << "PreStmt<CXXNewExpr>\n";
95 llvm::errs() << "PostStmt<CXXNewExpr>\n";
100 llvm::errs() << "PreStmt<OffsetOfExpr>\n";
105 llvm::errs() << "PostStmt<OffsetOfExpr>\n";
110 llvm::errs() << "PreCall";
112 llvm::errs() << " (" << N
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DPrintSCC.cpp75 errs() << "SCCs for Function " << F.getName() << " in PostOrder:";
78 errs() << "\nSCC #" << ++sccNum << " : ";
81 errs() << (*I)->getName() << ", ";
83 errs() << " (Has self-loop).";
85 errs() << "\n";
95 errs() << "SCCs for the program in PostOrder:";
99 errs() << "\nSCC #" << ++sccNum << " : ";
102 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName()
105 errs() << " (Has self-loop).";
107 errs() << "\
[all...]
H A DAnalysisWrappers.cpp51 errs() << "Function '" << I->getName() << "':\n";
54 errs() << *UI;
/freebsd-11-stable/bin/ed/test/
H A DMakefile10 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \
15 @if [ -f errs.o ]; then :; else \
H A Dckscripts.sh19 done >errs.o 2>&1
37 grep -h '\*\*\*' errs.o scripts.o
/freebsd-11-stable/usr.bin/renice/
H A Drenice.c70 int errs, incr, prio, which, who; local
72 errs = 0;
105 errs++;
109 errs++;
114 errs++;
119 errs++;
123 errs += donice(which, who, prio, incr);
125 exit(errs != 0);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp42 errs() << "Usage: llvm-cov {export|gcov|report|show} [OPTION]...\n\n"
88 errs().changeColor(raw_ostream::RED);
89 errs() << "Unrecognized command: " << argv[1] << ".\n\n";
91 errs().resetColor();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.cpp20 errs()
24 errs() << "32-bit ABIs are not supported for 64-bit targets (ignoring "
28 errs() << "64-bit ABIs are not supported for 32-bit targets (ignoring "
33 errs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp51 errs() << "MachineFunctionProperties required by " << getPassName()
54 RequiredProperties.print(errs());
55 errs() << "\nCurrent properties: ";
56 MFProps.print(errs());
57 errs() << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp56 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n";
63 errs() << " " << Msg << ": Ptr: ";
64 Ptr->printAsOperand(errs(), true, M);
65 errs() << "\t<->" << *I << '\n';
72 errs() << " " << Msg << ": " << *CallA << " <-> " << *CallB << '\n';
80 errs() << " " << AR << ": " << *V1 << " <-> " << *V2 << '\n';
137 errs() << "Function: " << F.getName() << ": " << Pointers.size()
330 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10)
340 errs() << "===== Alias Analysis Evaluator Report =====\n";
342 errs() << " Alia
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp61 llvm::errs() << "cannot open file " << Path << ": " << EC.message() << "\n";
84 llvm::errs() << Args.getArgString(MissingIndex) << ": missing argument\n";
98 llvm::errs() << "error: no target machine specified\n"
104 llvm::errs() << "ignoring unknown argument: " << Arg->getAsString(Args)
108 llvm::errs() << "no definition file specified\n";
118 llvm::errs() << "definition file empty\n";
127 llvm::errs() << "unknown target\n";
135 llvm::errs() << "error parsing definition\n"
145 llvm::errs() << "no DLL name specified\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp57 errs() << ExecName << ": Unknown option: " << Opt << ".\n";
61 errs() << NameAndArgs.first << ": Injected args:";
63 errs() << " " << Args[I];
64 errs() << "\n";
120 errs() << ExecName << ": Unknown option: " << Opt << ".\n";
125 errs() << NameAndArgs.first << ": Injected args:";
127 errs() << " " << Args[I];
128 errs() << "\n";
140 errs() << "*** This tool was not linked to libFuzzer.\n"
143 errs() << "Initializatio
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp122 errs() << "Loading '" << FN << "'\n";
130 Err.print(argv0, errs());
202 DiagnosticPrinterRawOStream DP(errs());
204 errs() << '\n';
230 errs() << "Import parameter bad format: " << Import << "\n";
239 if (verifyModule(SrcModule, &errs())) {
240 errs() << argv0 << ": " << FileName;
247 errs() << "Ignoring import request for non-existent function "
255 errs() << "Ignoring import request for weak-any function " << FunctionName
261 errs() << "Importin
[all...]
/freebsd-11-stable/usr.sbin/quotaon/
H A Dquotaon.c79 int ch, i, offmode = 0, errs = 0; local
119 errs += quotaonoff(fs, offmode, GRPQUOTA);
121 errs += quotaonoff(fs, offmode, USRQUOTA);
128 errs += quotaonoff(fs, offmode, GRPQUOTA);
130 errs += quotaonoff(fs, offmode, USRQUOTA);
137 exit(errs);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp97 errs() << "Error opening file '" << Filename << "' for writing!\n";
140 errs() << getToolName()
150 errs() << getToolName()
161 errs() << "Error writing bitcode file: " << Temp->TmpName << "\n";
172 errs() << Path.getError().message() << "\n";
175 errs() << "Cannot find `opt' in PATH!\n";
179 errs() << "Specified `opt' binary does not exist: " << tool << "\n";
188 errs() << Path.getError().message() << "\n";
192 errs() << "Cannot find `valgrind' in PATH!\n";
227 LLVM_DEBUG(errs() << "\nAbou
[all...]
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsignal.c93 int sig, errs, sigerr; local
102 errs = 0;
123 if (++errs > MAX_FAILS_T)
130 errs = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp37 Diag.print("llvm-diff", errs());
51 errs() << "No function named @" << Name << " in either module\n";
53 errs() << "No function named @" << Name << " in left module\n";
55 errs() << "No function named @" << Name << " in right module\n";
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicateDependencyEdge.cpp29 print(errs());
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl33 $errs = 0;
40 $errs++;
235 exit($errs != 0);

Completed in 328 milliseconds

1234567891011>>