Home
last modified time | relevance | path

Searched refs:errs (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp127 llvm::errs() << "EvalCall"; in evalCall()
132 llvm::errs() << '\n'; in evalCall()
140 llvm::errs() << "PreCall"; in checkPreCall()
144 llvm::errs() << '\n'; in checkPreCall()
150 llvm::errs() << "PostCall"; in checkPostCall()
154 llvm::errs() << '\n'; in checkPostCall()
164 llvm::errs() << "CFGElement: "; in checkEndFunction()
169 llvm::errs() << "CFGStmt\n"; in checkEndFunction()
178 llvm::errs() << "EndAnalysis\n"; in checkEndAnalysis()
189 llvm::errs() << "Bind\n"; in checkBind()
[all …]
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DModuleFile.cpp40 llvm::errs() << " " << Name << ":\n"; in dumpLocalRemap()
48 llvm::errs() << "\nModule: " << FileName << "\n"; in dump()
50 llvm::errs() << " Imports: "; in dump()
53 llvm::errs() << ", "; in dump()
54 llvm::errs() << Imports[I]->FileName; in dump()
56 llvm::errs() << "\n"; in dump()
68 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n' in dump()
72 llvm::errs() << " Base submodule ID: " << BaseSubmoduleID << '\n' in dump()
76 llvm::errs() << " Base selector ID: " << BaseSelectorID << '\n' in dump()
87 llvm::errs() << " Base type index: " << BaseTypeIndex << '\n' in dump()
[all …]
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp59 errs() << " " << AR << ":\t"; in PrintResults()
60 Ty1->print(errs(), false, /* NoDetails */ true); in PrintResults()
62 errs() << " addrspace(" << AS1 << ")"; in PrintResults()
63 errs() << "* " << o1 << ", "; in PrintResults()
64 Ty2->print(errs(), false, /* NoDetails */ true); in PrintResults()
66 errs() << " addrspace(" << AS2 << ")"; in PrintResults()
67 errs() << "* " << o2 << "\n"; in PrintResults()
75 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults()
77 errs() << "* "; in PrintModRefResults()
78 Loc.first->printAsOperand(errs(), false, M); in PrintModRefResults()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp152 errs() << ": "; in verifyPhiRecipes()
161 errs() << ": "; in verifyPhiRecipes()
180 errs() << ": "; in verifyPhiRecipes()
182 errs() << "after\n"; in verifyPhiRecipes()
216 errs() << "Use before def!\n"; in verifyVPBasicBlock()
234 errs() << "Use before def!\n"; in verifyVPBasicBlock()
243 errs() << "Use before def!\n"; in verifyVPBasicBlock()
268 errs() << "VPlan entry block is not a VPBasicBlock\n"; in verifyPlanIsValid()
302 errs() << "region entry block has predecessors\n"; in verifyPlanIsValid()
306 errs() << "region exiting block has successors\n"; in verifyPlanIsValid()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm643 my @errs = ();
665 my ($errs) = @_;
688 push @$errs, "tcp socket: $!";
706 my ($errs) = @_;
728 push @$errs, "udp socket: $!";
750 my ($errs) = @_;
773 my ($errs) = @_;
793 my ($errs) = @_;
834 my ($errs) = @_;
849 my ($errs) = @_;
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp227 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl()
228 llvm::errs() << *it; in DAGDeltaAlgorithmImpl()
231 llvm::errs() << "("; in DAGDeltaAlgorithmImpl()
238 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl()
241 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl()
248 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl()
249 llvm::errs() << *it; in DAGDeltaAlgorithmImpl()
251 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl()
263 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl()
276 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl()
[all …]
H A DGraphWriter.cpp126 errs() << "Error: " << EC.message() << "\n"; in createGraphFilename()
130 errs() << "Writing '" << Filename << "'... "; in createGraphFilename()
140 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer()
144 errs() << " done. \n"; in ExecGraphViewer()
205 errs() << "Trying 'open' program... "; in DisplayGraph()
214 errs() << "Trying 'xdg-open' program... "; in DisplayGraph()
225 errs() << "Running 'Graphviz' program... "; in DisplayGraph()
238 errs() << "Running 'xdot.py' program... "; in DisplayGraph()
284 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
333 errs() << "Running 'dotty' program... "; in DisplayGraph()
[all …]
/openbsd/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp371 errs() << ToolName << ": Debugging...\n"; in main()
386 errs() << ToolName << ": Failed to get process times: " in main()
408 errs() << ToolName << ": Process timed out.\n"; in main()
423 errs() << ToolName << ": Process timed out.\n"; in main()
456 errs() << ToolName << ": Got unknown process id!\n"; in main()
484 errs() << ToolName << ": user32.dll loaded!\n"; in main()
485 errs().indent(ToolName.size()) in main()
503 errs().indent(ToolName.size()) << ": Debug Info : "; in main()
504 errs() << "First chance exception at " in main()
515 errs().indent(ToolName.size()) << ": location: "; in main()
[all …]
/openbsd/gnu/llvm/clang/tools/libclang/
H A DARCMigrate.cpp37 llvm::errs() << "error: feature not enabled in this build\n"; in clang_getRemappings()
44 llvm::errs() << "clang_getRemappings was called with NULL parameter\n"; in clang_getRemappings()
50 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path in clang_getRemappings()
52 llvm::errs() << "\"" << migrate_dir_path << "\" does not exist\n"; in clang_getRemappings()
64 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path in clang_getRemappings()
68 llvm::errs() << I->second << '\n'; in clang_getRemappings()
80 llvm::errs() << "error: feature not enabled in this build\n"; in clang_getRemappingsFromFileList()
89 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList()
96 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList()
109 llvm::errs() << "Error by clang_getRemappingsFromFileList\n"; in clang_getRemappingsFromFileList()
[all …]
/openbsd/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:
50 print(errs)
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp62 errs() << "Increasing granularity..."; in increaseGranularity()
81 errs() << '\t'; in increaseGranularity()
83 errs() << '\n'; in increaseGranularity()
116 if (Clone->verify(&errs())) { in CheckChunk()
119 Clone->print(errs()); in CheckChunk()
130 errs() << "Ignoring: "; in CheckChunk()
134 errs() << "\n"; in CheckChunk()
140 errs() << "\n"; in CheckChunk()
186 assert(!Test.getProgram().verify(&errs()) && in runDeltaPass()
188 errs() << "*** " << Message << "...\n"; in runDeltaPass()
[all …]
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp17 llvm::errs() << "{\n"; in dump()
18 llvm::errs() << " AddrAdjust: " << AddrAdjust << '\n'; in dump()
19 llvm::errs() << " Ctxt: " << formatv("{0:x}", Ctxt) << '\n'; in dump()
20 llvm::errs() << " Clone: " << formatv("{0:x}", Clone) << '\n'; in dump()
21 llvm::errs() << " ParentIdx: " << ParentIdx << '\n'; in dump()
22 llvm::errs() << " Keep: " << Keep << '\n'; in dump()
23 llvm::errs() << " InDebugMap: " << InDebugMap << '\n'; in dump()
24 llvm::errs() << " Prune: " << Prune << '\n'; in dump()
25 llvm::errs() << " Incomplete: " << Incomplete << '\n'; in dump()
26 llvm::errs() << " InModuleScope: " << InModuleScope << '\n'; in dump()
[all …]
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp51 errs() << ExecName << ": Unknown option: " << Opt << ".\n"; in handleExecNameEncodedBEOpts()
55 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedBEOpts()
57 errs() << " " << Args[I]; in handleExecNameEncodedBEOpts()
58 errs() << "\n"; in handleExecNameEncodedBEOpts()
114 errs() << ExecName << ": Unknown option: " << Opt << ".\n"; in handleExecNameEncodedOptimizerOpts()
119 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedOptimizerOpts()
121 errs() << " " << Args[I]; in handleExecNameEncodedOptimizerOpts()
122 errs() << "\n"; in handleExecNameEncodedOptimizerOpts()
134 errs() << "*** This tool was not linked to libFuzzer.\n" in runFuzzerOnInputs()
137 errs() << "Initialization failed\n"; in runFuzzerOnInputs()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp152 Err.print(argv0, errs()); in loadFile()
184 errs() << Argv0 << ": "; in loadArFile()
196 errs() << Argv0 << ": "; in loadArFile()
209 errs() << Argv0 << ": "; in loadArFile()
223 errs() << Argv0 << ": "; in loadArFile()
300 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics()
302 errs() << '\n'; in handleDiagnostics()
340 errs() << argv0 << ": " << FileName; in importFunctions()
391 errs() << argv0 << ": "; in linkFiles()
502 errs() << argv[0] << ": "; in main()
[all …]
/openbsd/usr.bin/top/
H A Dcommands.c132 struct errs errs[ERRMAX]; variable
144 free(errs[errcnt].arg); \
145 if ((errs[errcnt].arg = strdup(p)) == NULL) \
147 errs[errcnt++].err = (e); \
163 struct errs *errp; in err_string()
170 qsort(errs, errcnt, sizeof(struct errs), err_compar); in err_string()
178 errp = &(errs[cnt++]); in err_string()
248 const struct errs *p1 = (const struct errs *) e1; in err_compar()
249 const struct errs *p2 = (const struct errs *) e2; in err_compar()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp52 errs() << "MachineFunctionProperties required by " << getPassName() in runOnFunction()
55 RequiredProperties.print(errs()); in runOnFunction()
56 errs() << "\nCurrent properties: "; in runOnFunction()
57 MFProps.print(errs()); in runOnFunction()
58 errs() << "\n"; in runOnFunction()
127 errs() << ("*** IR Dump After " + getPassName() + " (" + PassID + in runOnFunction()
136 errs() << AfterStr; in runOnFunction()
148 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
158 errs() << "*** IR Dump After " << getPassName(); in runOnFunction()
160 errs() << " (" << PassID << ")"; in runOnFunction()
[all …]
H A DMachineCheckDebugify.cpp33 errs() << "WARNING: Please run mir-debugify to generate " in runOnModule()
69 errs() << "WARNING: Instruction with empty DebugLoc in function "; in runOnModule()
70 errs() << F.getName() << " --"; in runOnModule()
71 MI.print(errs()); in runOnModule()
92 errs() << "WARNING: Missing line " << Idx + 1 << "\n"; in runOnModule()
97 errs() << "WARNING: Missing variable " << Idx + 1 << "\n"; in runOnModule()
100 errs() << "Machine IR debug info check: "; in runOnModule()
101 errs() << (Fail ? "FAIL" : "PASS") << "\n"; in runOnModule()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp111 errs() << "Available CPUs for this target:\n\n"; in Help()
115 errs() << '\n'; in Help()
118 errs() << "Available features for this target:\n\n"; in Help()
120 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help()
121 errs() << '\n'; in Help()
123 errs() << "Use +feature to enable a feature, or -feature to disable it.\n" in Help()
139 errs() << "Available CPUs for this target:\n\n"; in cpuHelp()
141 errs() << "\t" << CPU.Key << "\n"; in cpuHelp()
142 errs() << '\n'; in cpuHelp()
144 errs() << "Use -mcpu or -mtune to specify the target's processor.\n" in cpuHelp()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp46 errs() << in NotifyEvent()
59 errs() << "A function with a non-zero line count had no line table."; in NotifyEvent()
75 errs() << in NotifyEvent()
95 errs() << "Error: The IttNotify event listener did not provide a module " in ittNotifyInfo()
103 errs() << "Error: The IttNotify event listener did not provide a section " in ittNotifyInfo()
111 errs() << "Error: The IttNotify event listener did not provide a module " in ittNotifyInfo()
120 errs() << "Error: The IttNotify event listener did not provide a section " in ittNotifyInfo()
154 errs() << Err.getMessage(); in InitEE()
160 errs() << "Unable to create memory manager."; in InitEE()
182 errs() << Error; in InitEE()
/openbsd/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp112 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in checkForMigration()
128 llvm::errs() << "error: no input files\n"; in checkForMigration()
156 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in performTransformations()
166 llvm::errs() << "error: no input files\n"; in performTransformations()
191 llvm::errs() << "\n##### FINAL RESULT #####\n"; in performTransformations()
194 printResult(migration.getRemapper(), llvm::errs()); in performTransformations()
195 llvm::errs() << "\n##########################\n\n"; in performTransformations()
234 errs() << "error: filename '" << fname in verifyTransformedFiles()
247 errs() << "error: could not read remappings input\n"; in verifyTransformedFiles()
256 errs() << "error: no files to verify from stdin\n"; in verifyTransformedFiles()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp68 errs() << "error: mutator input module is broken!\n"; in LLVMFuzzerCustomMutator()
74 if (verifyModule(*M, &errs())) { in LLVMFuzzerCustomMutator()
75 errs() << "mutation result doesn't pass verification\n"; in LLVMFuzzerCustomMutator()
100 errs() << "mutator failed to re-read the module\n"; in LLVMFuzzerCustomMutator()
124 errs() << "error: input module is broken!\n"; in LLVMFuzzerTestOneInput()
164 if (verifyModule(*M, &errs())) { in LLVMFuzzerTestOneInput()
165 errs() << "Transformation resulted in an invalid module\n"; in LLVMFuzzerTestOneInput()
212 errs() << *argv[0] << ": -mtriple must be specified\n"; in LLVMFuzzerInitialize()
221 errs() << *argv[0] << ": " << Error; in LLVMFuzzerInitialize()
237 errs() << *argv[0] << ": at least one pass should be specified\n"; in LLVMFuzzerInitialize()
[all …]
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp97 errs() << "Error opening file '" << Filename << "' for writing!\n"; in EmitProgressBitcode()
140 errs() << getToolName() in runPasses()
150 errs() << getToolName() in runPasses()
161 errs() << "Error writing bitcode file: " << Temp->TmpName << "\n"; in runPasses()
172 errs() << Path.getError().message() << "\n"; in runPasses()
175 errs() << "Cannot find `opt' in PATH!\n"; in runPasses()
179 errs() << "Specified `opt' binary does not exist: " << tool << "\n"; in runPasses()
188 errs() << Path.getError().message() << "\n"; in runPasses()
192 errs() << "Cannot find `valgrind' in PATH!\n"; in runPasses()
230 LLVM_DEBUG(errs() << "\nAbout to run:\t"; in runPasses()
[all …]
/openbsd/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp251 errs() << "error: start line should be at least 1\n"; in fillRanges()
286 errs() << "error: invalid length " << Lengths[i] in fillRanges()
396 errs() << "clang-format error:" << vec << "\n"; in HandleDiagnostic()
403 errs() << "error: cannot use -i when reading from stdin.\n"; in format()
412 errs() << EC.message() << "\n"; in format()
427 errs() << " in file '" << FileName << "'"; in format()
428 errs() << ".\n"; in format()
437 llvm::errs() << "error: empty filenames are not allowed\n"; in format()
486 llvm::errs() << "Bad Json variable insertion\n"; in format()
560 llvm::errs() << EC.message() << "\n"; in dumpConfig()
[all …]
/openbsd/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp49 llvm::errs() << "error: -selection=test:" << Filename in foreachRange()
97 llvm::errs() << "failed to open" << File << "\n"; in printRewrittenSources()
103 llvm::errs() << toString(Result.takeError()); in printRewrittenSources()
222 llvm::errs() in handleAllResults()
227 llvm::errs() << "valid result"; in handleAllResults()
230 llvm::errs() << " does not match initial "; in handleAllResults()
234 llvm::errs() << "valid result\n"; in handleAllResults()
236 llvm::errs() << " Expected to Produce:\n"; in handleAllResults()
237 dumpChanges(*CanonicalResult, llvm::errs()); in handleAllResults()
238 llvm::errs() << " Produced:\n"; in handleAllResults()
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTDumper.cpp180 llvm::errs() << msg << ": "; in dump()
185 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
227 ASTDumper P(llvm::errs(), Ctx, /*ShowColors=*/true); in dumpColor()
249 ASTDumper P = Ctx ? ASTDumper(llvm::errs(), *Ctx, in dumpAsDecl()
257 dumpLookups(llvm::errs()); in dumpLookups()
277 ASTDumper P(llvm::errs(), /*ShowColors=*/false); in dump()
288 ASTDumper P(llvm::errs(), /*ShowColors=*/true); in dumpColor()
300 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
317 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true); in dumpColor()
326 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
[all …]

12345678910>>...27