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

1234567891011

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DSystemUtils.cpp25 errs() << "WARNING: You're attempting to print out a bitcode file.\n"
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...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModule.cpp68 llvm::errs() << " " << Name << ":\n";
71 llvm::errs() << " " << I->first << " -> " << I->second << "\n";
76 llvm::errs() << "\nModule: " << FileName << "\n";
78 llvm::errs() << " Imports: ";
81 llvm::errs() << ", ";
82 llvm::errs() << Imports[I]->FileName;
84 llvm::errs() << "\n";
88 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset
92 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n'
96 llvm::errs() << " Bas
[all...]
/freebsd-10.1-release/contrib/llvm/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...]
H A DAnalysisWrappers.cpp53 errs() << "Function '" << I->getName() << "':\n";
56 errs() << *User;
86 getAnalysis<CallGraph>().print(errs(), &M);
/freebsd-10.1-release/contrib/llvm/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 DCFGPrinter.cpp80 errs() << "Writing '" << Filename << "'...";
88 errs() << " error opening file for writing!";
89 errs() << "\n";
114 errs() << "Writing '" << Filename << "'...";
122 errs() << " error opening file for writing!";
123 errs() << "\n";
H A DAliasAnalysisEvaluator.cpp103 errs() << " " << Msg << ":\t"
113 errs() << " " << Msg << ": Ptr: ";
114 WriteAsOperand(errs(), Ptr, true, M);
115 errs() << "\t<->" << *I << '\n';
123 errs() << " " << Msg << ": " << *CSA.getInstruction()
132 errs() << " " << Msg << ": " << *V1
184 errs() << "Function: " << F.getName() << ": " << Pointers.size()
327 errs() << "(" << Num*100ULL/Sum << "."
333 errs() << "===== Alias Analysis Evaluator Report =====\n";
335 errs() << " Alia
[all...]
/freebsd-10.1-release/contrib/llvm/lib/IR/
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';
/freebsd-10.1-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp59 if (Verbose) errs() << "Loading '" << FN << "'\n";
65 Err.print(argv0, errs());
84 errs() << argv[0] << ": error loading file '"
93 errs() << argv[0] << ": error loading file '" <<InputFilenames[i]<< "'\n";
97 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
100 errs() << argv[0] << ": link error in '" << InputFilenames[i]
106 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
111 errs() << ErrorInfo << '\n';
116 errs() << argv[0] << ": linked module is broken!\n";
120 if (Verbose) errs() << "Writin
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsModuleISelDAGToDAG.cpp20 DEBUG(errs() << "In MipsModuleDAGToDAGISel::runMachineFunction\n");
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DMain.cpp56 errs() << argv0 << ": the option -d must be used together with -o\n";
62 errs() << argv0 << ": error opening " << DependFilename
87 errs() << "Could not open input file '" << InputFilename << "': "
108 errs() << argv0 << ": error opening " << OutputFilename
121 errs() << argv0 << ": " << ErrorsPrinted << " errors.\n";
/freebsd-10.1-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp75 errs() << ErrorInfo << '\n';
98 Err.print(argv[0], errs());
105 errs() << argv[0]
107 errs() << Err;
112 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
/freebsd-10.1-release/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-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp194 llvm::errs() << tok::getTokenName(Tok.getKind()) << " '"
199 llvm::errs() << "\t";
201 llvm::errs() << " [StartOfLine]";
203 llvm::errs() << " [LeadingSpace]";
205 llvm::errs() << " [ExpandDisabled]";
208 llvm::errs() << " [UnClean='" << StringRef(Start, Tok.getLength())
212 llvm::errs() << "\tLoc=<";
214 llvm::errs() << ">";
222 llvm::errs() << "MACRO: ";
225 llvm::errs() << " ";
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp39 Diag.print("llvm-diff", errs());
53 errs() << "No function named @" << Name << " in either module\n";
55 errs() << "No function named @" << Name << " in left module\n";
57 errs() << "No function named @" << Name << " in right module\n";
/freebsd-10.1-release/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-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl33 $errs = 0;
40 $errs++;
235 exit($errs != 0);
/freebsd-10.1-release/contrib/top/
H A Dcommands.c172 struct errs /* structure for a system-call error */ struct
178 static struct errs errs[ERRMAX]; variable in typeref:struct:errs
192 errs[errcnt].arg = (p); \
193 errs[errcnt++].errnum = (e); \
208 register struct errs *errp;
222 qsort((char *)errs, errcnt, sizeof(struct errs), err_compar);
232 errp = &(errs[cnt++]);
326 register struct errs *p
[all...]
/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DListReducer.h87 errs() << "\n\n*** Reduction Interrupted, cleaning up...\n\n";
98 errs() << "\n\n*** Testing shuffled set...\n\n";
107 errs() << "\n\n*** Shuffling does not hide the bug...\n\n";
110 errs() << "\n\n*** Shuffling hides the bug...\n\n";
173 errs() << "\n\n*** Reduction Interrupted, cleaning up...\n\n";
/freebsd-10.1-release/contrib/llvm/lib/Option/
H A DArg.cpp48 llvm::errs() << "<";
50 llvm::errs() << " Opt:";
53 llvm::errs() << " Index:" << Index;
55 llvm::errs() << " Values: [";
57 if (i) llvm::errs() << ", ";
58 llvm::errs() << "'" << Values[i] << "'";
61 llvm::errs() << "]>\n";
/freebsd-10.1-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp107 Err.print(argv[0], errs());
118 errs() << argv[0] << ": program doesn't contain alias named '"
130 errs() << argv[0] << ": '" << ExtractRegExpAliases[i] << "' "
142 errs() << argv[0] << ": program doesn't contain global named '"
152 errs() << argv[0] << ": program doesn't contain global named '"
164 errs() << argv[0] << ": '" << ExtractRegExpGlobals[i] << "' "
176 errs() << argv[0] << ": program doesn't contain global named '"
186 errs() << argv[0] << ": program doesn't contain function named '"
198 errs() << argv[0] << ": '" << ExtractRegExpFuncs[i] << "' "
210 errs() << arg
[all...]

Completed in 236 milliseconds

1234567891011