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

1234567891011>>

/openbsd-current/usr.bin/top/
H A Dtop.h63 struct errs { /* structure for a system-call error */ struct
68 extern struct errs errs[];
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DSystemUtils.cpp20 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.cpp222 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n";
223 llvm::errs() << "Changes: [";
227 llvm::errs() << ", ";
228 llvm::errs() << *it;
231 llvm::errs() << "(";
235 llvm::errs() << ", ";
236 llvm::errs() << "->" << *it2;
238 llvm::errs() << ")";
241 llvm::errs() << "]\n";
243 llvm::errs() << "Root
[all...]
/openbsd-current/gnu/llvm/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...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DLLDBAssert.cpp42 errs() << format("Assertion failed: (%s), function %s, file %s, line %u\n",
44 errs() << "backtrace leading to the failure:\n";
45 llvm::sys::PrintStackTrace(errs());
46 errs() << "please file a bug report against lldb reporting this failure "
/openbsd-current/gnu/llvm/llvm/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';
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DHelloWorld.cpp15 errs() << F.getName() << "\n";
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp63 llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName()
69 llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName()
76 llvm::errs() << "PreStmt<ArraySubscriptExpr>\n";
82 llvm::errs() << "PostStmt<ArraySubscriptExpr>\n";
87 llvm::errs() << "PreStmt<CXXNewExpr>\n";
92 llvm::errs() << "PostStmt<CXXNewExpr>\n";
97 llvm::errs() << "PreStmt<CXXDeleteExpr>\n";
102 llvm::errs() << "PostStmt<CXXDeleteExpr>\n";
107 llvm::errs() << "PreStmt<CXXConstructExpr>\n";
112 llvm::errs() << "PostStm
[all...]
/openbsd-current/gnu/llvm/clang/tools/diagtool/
H A Ddiagtool_main.cpp22 llvm::errs() << "usage: diagtool <command> [<args>]\n\n";
23 diagTools->printCommands(llvm::errs());
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc13.C5 int errs = 0; variable
22 ++errs;
30 ++errs;
47 if (errs) {
/openbsd-current/lib/libcurses/
H A Dreport_hashing.c41 int errs = 0; local
51 errs++;
54 if (errs)
55 printf("%d errors\n", errs);
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DARCMigrate.cpp37 llvm::errs() << "error: feature not enabled in this build\n";
44 llvm::errs() << "clang_getRemappings was called with NULL parameter\n";
50 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path
52 llvm::errs() << "\"" << migrate_dir_path << "\" does not exist\n";
64 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path
68 llvm::errs() << I->second << '\n';
80 llvm::errs() << "error: feature not enabled in this build\n";
89 llvm::errs() << "clang_getRemappingsFromFileList was called with "
96 llvm::errs() << "clang_getRemappingsFromFileList was called with "
109 llvm::errs() << "Erro
[all...]
/openbsd-current/gnu/llvm/lldb/scripts/
H A Dreproducer-replay.py18 outs, errs = proc.communicate(timeout=TIMEOUT)
23 errs = errs.decode()
25 if 'Encountered unexpected packet during replay' in errs:
27 elif 'Assertion failed' in errs:
29 elif 'UNREACHABLE' in errs:
31 elif 'Segmentation fault' in errs:
33 elif 'Illegal instruction' in errs:
40 outs, errs = proc.communicate()
49 if errs
[all...]
/openbsd-current/bin/ed/test/
H A DMakefile11 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \
16 @if [ -f errs.o ]; then :; else \
H A Dckscripts.sh20 done >errs.o 2>&1
38 grep -h '\*\*\*' errs.o scripts.o
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp33 errs() << "WARNING: Please run mir-debugify to generate "
69 errs() << "WARNING: Instruction with empty DebugLoc in function ";
70 errs() << F.getName() << " --";
71 MI.print(errs());
92 errs() << "WARNING: Missing line " << Idx + 1 << "\n";
97 errs() << "WARNING: Missing variable " << Idx + 1 << "\n";
100 errs() << "Machine IR debug info check: ";
101 errs() << (Fail ? "FAIL" : "PASS") << "\n";
H A DMachineCFGPrinter.cpp43 errs() << "Writing '" << Filename << "'...";
53 errs() << " error opening file for writing!";
54 errs() << '\n';
90 errs() << "Writing Machine CFG for function ";
91 errs().write_escaped(MF.getName()) << '\n';
H A DMachineFunctionPass.cpp52 errs() << "MachineFunctionProperties required by " << getPassName()
55 RequiredProperties.print(errs());
56 errs() << "\nCurrent properties: ";
57 MFProps.print(errs());
58 errs() << "\n";
127 errs() << ("*** IR Dump After " + getPassName() + " (" + PassID +
136 errs() << AfterStr;
148 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange);
158 errs() << "*** IR Dump After " << getPassName();
160 errs() << " (" << PassI
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp150 errs() << "Found non-header PHI recipe in header VPBB";
152 errs() << ": ";
159 errs() << "Found header PHI recipe in non-header VPBB";
161 errs() << ": ";
171 errs() << "There should be no more than one VPActiveLaneMaskPHIRecipe";
177 errs() << "Found phi-like recipe after non-phi recipe";
180 errs() << ": ";
182 errs() << "after\n";
216 errs() << "Use before def!\n";
234 errs() << "Us
[all...]
/openbsd-current/gnu/llvm/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp34 errs() << "Usage: " << argv[0] << " <input fd> <output fd>\n";
39 errs() << "Error loading program symbols.\n";
71 errs() << argv[0]
/openbsd-current/gnu/llvm/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp51 errs() << ExecName << ": Unknown option: " << Opt << ".\n";
55 errs() << NameAndArgs.first << ": Injected args:";
57 errs() << " " << Args[I];
58 errs() << "\n";
114 errs() << ExecName << ": Unknown option: " << Opt << ".\n";
119 errs() << NameAndArgs.first << ": Injected args:";
121 errs() << " " << Args[I];
122 errs() << "\n";
134 errs() << "*** This tool was not linked to libFuzzer.\n"
137 errs() << "Initializatio
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dselfcheck.t21 my $errs = 0;
38 $errs++;
44 exit( ($errs == 0) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DError.h27 WithColor::error(errs(), Prefix) << Info.message() << '\n';
33 WithColor::warning(errs(), Prefix) << Message << '\n';
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp59 errs() << " " << AR << ":\t";
60 Ty1->print(errs(), false, /* NoDetails */ true);
62 errs() << " addrspace(" << AS1 << ")";
63 errs() << "* " << o1 << ", ";
64 Ty2->print(errs(), false, /* NoDetails */ true);
66 errs() << " addrspace(" << AS2 << ")";
67 errs() << "* " << o2 << "\n";
75 errs() << " " << Msg << ": Ptr: ";
76 Loc.second->print(errs(), false, /* NoDetails */ true);
77 errs() << "* ";
[all...]

Completed in 229 milliseconds

1234567891011>>