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

12345678910

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dgetopts.pl18 local($errs) = 0;
28 ++$errs unless(@ARGV);
53 ++$errs;
62 $errs == 0;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Hello/
H A DHello.cpp32 errs() << "Hello: ";
33 errs().write_escaped(F.getName()) << '\n';
50 errs() << "Hello: ";
51 errs().write_escaped(F.getName()) << '\n';
/macosx-10.9.5/llvmCore-3425.0.33/tools/opt/
H A DPrintSCC.cpp76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:";
80 errs() << "\nSCC #" << ++sccNum << " : ";
83 errs() << (*I)->getName() << ", ";
85 errs() << " (Has self-loop).";
87 errs() << "\n";
97 errs() << "SCCs for the program in PostOrder:";
101 errs() << "\nSCC #" << ++sccNum << " : ";
104 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName()
107 errs() << " (Has self-loop).";
109 errs() << "\
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dmem-include-scan.pl88 my $errs;
90 $errs += scanfile("$dir/$_");
93 if($errs) {
94 print STDERR "----\n$errs errors detected!\n";
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DAliasAnalysisCounter.cpp44 errs() << " " << Val << " " << Desc << " responses ("
51 errs() << "\n===== Alias Analysis Counter Report =====\n"
59 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/"
65 errs() << " " << MRSum << " Total Mod/Ref Queries Performed\n";
71 errs() << " Mod/Ref Analysis Counter Summary: " <<NoMR*100/MRSum
139 errs() << AliasString << ":\t";
140 errs() << "[" << LocA.Size << "B] ";
141 WriteAsOperand(errs(), LocA.Ptr, true, M);
142 errs() << ", ";
143 errs() << "[" << Loc
[all...]
H A DAliasAnalysisEvaluator.cpp101 errs() << " " << Msg << ":\t"
111 errs() << " " << Msg << ": Ptr: ";
112 WriteAsOperand(errs(), Ptr, true, M);
113 errs() << "\t<->" << *I << '\n';
121 errs() << " " << Msg << ": " << *CSA.getInstruction()
167 errs() << "Function: " << F.getName() << ": " << Pointers.size()
255 errs() << "(" << Num*100ULL/Sum << "."
261 errs() << "===== Alias Analysis Evaluator Report =====\n";
263 errs() << " Alias Analysis Evaluator Summary: No pointers!\n";
265 errs() << " " << AliasSu
[all...]
H A DCFGPrinter.cpp81 errs() << "Writing '" << Filename << "'...";
89 errs() << " error opening file for writing!";
90 errs() << "\n";
115 errs() << "Writing '" << Filename << "'...";
123 errs() << " error opening file for writing!";
124 errs() << "\n";
H A DProfileInfoLoader.cpp47 errs() << ToolName << ": data packet truncated!\n";
58 errs() << ToolName << ": data packet truncated!\n";
90 errs() << ToolName << ": Error opening '" << Filename << "': ";
108 errs() << ToolName << ": arguments packet truncated!\n";
119 errs() << ToolName << ": arguments packet truncated!\n";
148 errs() << ToolName << ": Unknown packet type #" << PacketType << "!\n";
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-link/
H A Dllvm-link.cpp60 errs() << "Invalid file name: '" << FN << "'\n";
65 if (Verbose) errs() << "Loading '" << Filename.c_str() << "'\n";
72 Err.print(argv0, errs());
91 errs() << argv[0] << ": error loading file '"
100 errs() << argv[0] << ": error loading file '" <<InputFilenames[i]<< "'\n";
104 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
108 errs() << argv[0] << ": link error in '" << InputFilenames[i]
117 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
123 errs() << ErrorInfo << '\n';
128 errs() << arg
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLeaksContext.h22 static void print(const T* P) { errs() << P; }
27 static void print(const Value* P) { errs() << *P; }
71 errs() << "Leaked " << Name << " objects found: " << Message << ":\n";
74 errs() << '\t';
76 errs() << '\n';
78 errs() << '\n';
/macosx-10.9.5/man-16/man/misc/
H A Dmanlint42 $errs = $totalerrs = 0;
127 $errs++;
146 $errs--; # Patch up error count.
208 $totalerrs += $errs;
209 if ($errs) { $badfiles++ } else {
212 $errs = 0;
220 exit $errs;
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-cov/
H A Dllvm-cov.cpp45 errs() << " " << argv[0] << ": No gcov input file!\n";
49 errs() << InputGCNO << ": " << ec.message() << "\n";
54 errs() << "Invalid .gcno File!\n";
61 errs() << InputGCDA << ": " << ec.message() << "\n";
66 errs() << "Invalid .gcda File!\n";
/macosx-10.9.5/llvmCore-3425.0.33/utils/FileUpdate/
H A DFileUpdate.cpp42 errs() << argv[0] << ": error: Can't update standard output\n";
49 errs() << argv[0] << ": error: Unable to get input '"
63 errs() << argv[0] << ": Not updating '" << OutputFilename
70 errs() << argv[0] << ": Updating '" << OutputFilename
76 errs() << argv[0] << ": Unable to write output '"
/macosx-10.9.5/shell_cmds-175/renice/
H A Drenice.c71 int errs, incr, prio, which, who; local
75 errs = 0;
128 errs++;
132 errs++;
137 errs++;
142 errs++;
146 errs += donice(which, who, prio, incr);
148 exit(errs != 0);
/macosx-10.9.5/llvmCore-3425.0.33/utils/not/
H A Dnot.cpp22 errs() << "Error: " << ErrMsg << "\n";
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dmock_gem_ui.rb47 errs = StringIO.new
51 errs.extend TTY
53 super ins, outs, errs, true
73 @errs.string
/macosx-10.9.5/text_cmds-87/ed/test/
H A Dckscripts.sh19 done >errs.o 2>&1
37 grep -h '\*\*\*' errs.o scripts.o
/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_api.c211 state->errs |= CLEANUP_STAT_RCPT;
213 state->errs |= CLEANUP_STAT_BAD;
221 state->errs = 0;
268 ((state->errs & CLEANUP_STAT_MASK_CANT_BOUNCE) == 0 \
272 if (state->errs != 0 && CAN_BOUNCE())
285 if (state->errs == 0 && (state->flags & CLEANUP_FLAG_DISCARD) == 0) {
318 state->errs = mail_stream_finish(state->handle, (VSTRING *) 0);
338 if (state->errs != 0 || (state->flags & CLEANUP_FLAG_DISCARD) != 0) {
364 msg_info("cleanup_flush: status %d", state->errs);
365 status = state->errs;
[all...]
H A Dcleanup_bounce.c79 state->errs |= CLEANUP_STAT_WRITE;
119 detail = cleanup_stat_detail(state->errs);
144 while ((state->errs & CLEANUP_STAT_WRITE) == 0) {
209 if ((state->errs & CLEANUP_STAT_WRITE) == 0 && rcpt == 0) {
219 if ((state->errs & CLEANUP_STAT_WRITE) == 0) {
225 dsn_ret = (state->errs & (CLEANUP_STAT_CONT | CLEANUP_STAT_SIZE)) ?
243 state->errs |= CLEANUP_STAT_WRITE;
253 if ((state->errs &= CLEANUP_STAT_WRITE) == 0)
256 return (state->errs);
H A Dcleanup_final.c57 state->errs |= CLEANUP_STAT_SIZE;
60 state->errs |= CLEANUP_STAT_WRITE;
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DMain.cpp60 errs() << "Could not open input file '" << InputFilename << "': "
81 errs() << argv0 << ": error opening " << OutputFilename
87 errs() << argv0 << ": the option -d must be used together with -o\n";
92 errs() << argv0 << ": error opening " << DependFilename
121 errs() << argv0 << ": Unknown unexpected exception occurred.\n";
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-as/
H A Dllvm-as.cpp76 errs() << ErrorInfo << '\n';
99 Err.print(argv[0], errs());
106 errs() << argv[0]
108 errs() << Err;
113 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
/macosx-10.9.5/llvmCore-3425.0.33/utils/KillTheDoctor/
H A DKillTheDoctor.cpp304 errs() << ToolName << ": Timeout value too large, must be less than: "
315 errs() << ToolName << ": Failed to find program: '" << CommandLine
321 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
331 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
356 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
372 errs() << ToolName << ": Debugging...\n";
387 errs() << ToolName << ": Failed to get process times: "
400 errs() << ToolName << ": Timeout Failed: Process has been running for"
409 errs() << ToolName << ": Process timed out.\n";
423 errs() << ToolNam
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DDAGDeltaAlgorithm.cpp234 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n";
235 llvm::errs() << "Changes: [";
238 if (it != Changes.begin()) llvm::errs() << ", ";
239 llvm::errs() << *it;
242 llvm::errs() << "(";
245 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
246 llvm::errs() << "->" << *it2;
248 llvm::errs() << ")";
251 llvm::errs() << "]\n";
253 llvm::errs() << "Root
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/Fibonacci/
H A Dfibonacci.cpp113 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
118 errs() << "verifying... ";
120 errs() << argv[0] << ": Error constructing function!\n";
124 errs() << "OK\n";
125 errs() << "We just constructed this LLVM module:\n\n---------\n" << *M;
126 errs() << "---------\nstarting fibonacci(" << n << ") with JIT...\n";

Completed in 154 milliseconds

12345678910