/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalysisOrderChecker.cpp | 63 llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName() in checkPreStmt() 69 llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName() in checkPostStmt() 76 llvm::errs() << "PreStmt<ArraySubscriptExpr>\n"; in checkPreStmt() 82 llvm::errs() << "PostStmt<ArraySubscriptExpr>\n"; in checkPostStmt() 87 llvm::errs() << "PreStmt<CXXNewExpr>\n"; in checkPreStmt() 92 llvm::errs() << "PostStmt<CXXNewExpr>\n"; in checkPostStmt() 97 llvm::errs() << "PreStmt<CXXDeleteExpr>\n"; in checkPreStmt() 102 llvm::errs() << "PostStmt<CXXDeleteExpr>\n"; in checkPostStmt() 107 llvm::errs() << "PreStmt<CXXConstructExpr>\n"; in checkPreStmt() 112 llvm::errs() << "PostStmt<CXXConstructExpr>\n"; in checkPostStmt() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ModuleFile.cpp | 40 llvm::errs() << " " << Name << ":\n"; in dumpLocalRemap() 43 llvm::errs() << " " << I->first << " -> " << I->second << "\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() 60 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump() 64 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n' in dump() 68 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n' in dump() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 38 errs() << "Error making unique filename: " << EC.message() << "!\n"; in isReduced() 46 errs() << "Error emitting bitcode to file '" << CurrentFilepath << "'!\n"; in isReduced() 69 errs() << "Increasing granularity..."; in increaseGranularity() 85 errs() << "Success! New Chunks:\n"; in increaseGranularity() 87 errs() << '\t'; in increaseGranularity() 89 errs() << '\n'; in increaseGranularity() 104 errs() << "\nNothing to reduce\n"; in runDeltaPass() 111 errs() << "\nInput isn't interesting! Verify interesting-ness test\n"; in runDeltaPass() 115 assert(!verifyModule(*Program, &errs()) && in runDeltaPass() 148 if (verifyModule(*Clone.get(), &errs())) { in runDeltaPass() [all …]
|
H A D | ReduceAliases.cpp | 38 errs() << "----------------------------\n"; in countAliases() 39 errs() << "Aliases Index Reference:\n"; in countAliases() 42 errs() << "\t" << ++Count << ": " << GA.getName() << "\n"; in countAliases() 44 errs() << "----------------------------\n"; in countAliases() 49 errs() << "*** Reducing Aliases ...\n"; in reduceAliasesDeltaPass() 52 errs() << "----------------------------\n"; in reduceAliasesDeltaPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 311 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 322 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 336 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 361 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main() 377 errs() << ToolName << ": Debugging...\n"; in main() 392 errs() << ToolName << ": Failed to get process times: " in main() 405 errs() << ToolName << ": Timeout Failed: Process has been running for" in main() 414 errs() << ToolName << ": Process timed out.\n"; in main() 429 errs() << ToolName << ": Process timed out.\n"; in main() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 227 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl() 228 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl() 232 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 233 llvm::errs() << *it; in DAGDeltaAlgorithmImpl() 236 llvm::errs() << "("; in DAGDeltaAlgorithmImpl() 240 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 241 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() 243 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl() 246 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl() 248 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl() [all …]
|
H A D | GraphWriter.cpp | 109 errs() << "Error: " << EC.message() << "\n"; in createGraphFilename() 113 errs() << "Writing '" << Filename << "'... "; in createGraphFilename() 123 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer() 127 errs() << " done. \n"; in ExecGraphViewer() 130 errs() << "Remember to erase graph file: " << Filename << "\n"; in ExecGraphViewer() 188 errs() << "Trying 'open' program... "; in DisplayGraph() 197 errs() << "Trying 'xdg-open' program... "; in DisplayGraph() 208 errs() << "Running 'Graphviz' program... "; in DisplayGraph() 221 errs() << "Running 'xdot.py' program... "; in DisplayGraph() 267 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
H A D | PrintSCC.cpp | 75 errs() << "SCCs for Function " << F.getName() << " in PostOrder:"; in runOnFunction() 78 errs() << "\nSCC #" << ++sccNum << " : "; in runOnFunction() 80 BB->printAsOperand(errs(), false); in runOnFunction() 81 errs() << ", "; in runOnFunction() 84 errs() << " (Has self-loop)."; in runOnFunction() 86 errs() << "\n"; in runOnFunction() 96 errs() << "SCCs for the program in PostOrder:"; in runOnModule() 100 errs() << "\nSCC #" << ++sccNum << " : "; in runOnModule() 103 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName() in runOnModule() 106 errs() << " (Has self-loop)."; in runOnModule() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 59 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n"; in PrintResults() 66 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults() 67 Ptr->printAsOperand(errs(), true, M); in PrintModRefResults() 68 errs() << "\t<->" << *I << '\n'; in PrintModRefResults() 75 errs() << " " << Msg << ": " << *CallA << " <-> " << *CallB << '\n'; in PrintModRefResults() 83 errs() << " " << AR << ": " << *V1 << " <-> " << *V2 << '\n'; in PrintLoadStoreResults() 138 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runInternal() 331 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10) in PrintPercent() 341 errs() << "===== Alias Analysis Evaluator Report =====\n"; in ~AAEvaluator() 343 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"; in ~AAEvaluator() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | ARCMigrate.cpp | 37 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 125 errs() << "Loading '" << Buffer->getBufferIdentifier() << "'\n"; in loadFile() 134 Err.print(argv0, errs()); in loadFile() 152 errs() << "Reading library archive file '" << ArchiveName in loadArFile() 161 errs() << Argv0 << ": "; in loadArFile() 168 errs() << "Parsing member '" << ChildName in loadArFile() 173 errs() << Argv0 << ": "; in loadArFile() 184 errs() << Argv0 << ": "; in loadArFile() 198 errs() << Argv0 << ": "; in loadArFile() 205 errs() << "Linking member '" << ChildName << "' of archive library.\n"; in loadArFile() 275 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
H A D | rlkeymaps.c | 18 int r, errs; in main() local 20 errs = 0; in main() 27 errs++; in main() 35 errs++; in main() 42 errs++; in main() 50 errs++; in main() 57 errs++; in main() 60 exit (errs); in main()
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
H A D | rlkeymaps.c | 18 int r, errs; in main() local 20 errs = 0; in main() 27 errs++; in main() 35 errs++; in main() 42 errs++; in main() 50 errs++; in main() 57 errs++; in main() 60 exit (errs); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_masq.ref | 6 errs: 0 12 errs: 0 18 errs: 0 24 errs: 0 30 errs: 0 36 errs: 0 42 errs: 0 48 errs: 0 54 errs: 0 60 errs: 0 [all …]
|
H A D | cleanup_api.c | 227 state->errs |= CLEANUP_STAT_RCPT; in cleanup_flush() 229 state->errs |= CLEANUP_STAT_BAD; in cleanup_flush() 237 state->errs = 0; in cleanup_flush() 284 ((state->errs & CLEANUP_STAT_MASK_CANT_BOUNCE) == 0 \ in cleanup_flush() 288 if (state->errs != 0 && CAN_BOUNCE()) in cleanup_flush() 301 if (state->errs == 0 && (state->flags & CLEANUP_FLAG_DISCARD) == 0) { in cleanup_flush() 334 state->errs = mail_stream_finish(state->handle, (VSTRING *) 0); in cleanup_flush() 354 if (state->errs != 0 || (state->flags & CLEANUP_FLAG_DISCARD) != 0) { in cleanup_flush() 380 msg_info("cleanup_flush: status %d", state->errs); in cleanup_flush() 381 status = state->errs; in cleanup_flush()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A D | FuzzerCLI.cpp | 58 errs() << ExecName << ": Unknown option: " << Opt << ".\n"; in handleExecNameEncodedBEOpts() 62 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedBEOpts() 64 errs() << " " << Args[I]; in handleExecNameEncodedBEOpts() 65 errs() << "\n"; in handleExecNameEncodedBEOpts() 121 errs() << ExecName << ": Unknown option: " << Opt << ".\n"; in handleExecNameEncodedOptimizerOpts() 126 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedOptimizerOpts() 128 errs() << " " << Args[I]; in handleExecNameEncodedOptimizerOpts() 129 errs() << "\n"; in handleExecNameEncodedOptimizerOpts() 141 errs() << "*** This tool was not linked to libFuzzer.\n" in runFuzzerOnInputs() 144 errs() << "Initialization failed\n"; in runFuzzerOnInputs() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | rehash.c | 240 int type, errs = 0; in do_file() local 257 errs++; in do_file() 279 ++errs; in do_file() 287 ++errs; in do_file() 291 ++errs; in do_file() 296 errs += add_entry(type, X509_NAME_hash(name), filename, digest, 1, ~0); in do_file() 298 errs += add_entry(type, X509_NAME_hash_old(name), filename, digest, 1, ~0); in do_file() 303 return errs; in do_file() 335 int n, numfiles, nextid, buflen, errs = 0; in do_dir() local 356 errs = 1; in do_dir() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 81 errs() << "'" << Feature << "' is not a recognized feature for this target" in ApplyFeatureFlag() 110 errs() << "Available CPUs for this target:\n\n"; in Help() 112 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key, in Help() 114 errs() << '\n'; in Help() 117 errs() << "Available features for this target:\n\n"; in Help() 119 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help() 120 errs() << '\n'; in Help() 122 errs() << "Use +feature to enable a feature, or -feature to disable it.\n" in Help() 138 errs() << "Available CPUs for this target:\n\n"; in cpuHelp() 140 errs() << "\t" << CPU.Key << "\n"; in cpuHelp() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | rehash.c | 242 int type, errs = 0; in do_file() local 259 errs++; in do_file() 281 ++errs; in do_file() 289 ++errs; in do_file() 293 ++errs; in do_file() 304 errs += add_entry(type, hash_value, filename, digest, 1, ~0); in do_file() 308 errs++; in do_file() 312 errs += add_entry(type, X509_NAME_hash_old(name), in do_file() 318 return errs; in do_file() 355 int n, numfiles, nextid, dirlen, buflen, errs = 0; in do_dir() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/ |
H A D | arcmt-test.cpp | 112 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() 193 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\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() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 46 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineCheckDebugify.cpp | 35 errs() << "WARNING: Please run mir-debugify to generate " in runOnModule() 68 errs() << "WARNING: Instruction with empty DebugLoc in function "; in runOnModule() 69 errs() << F.getName() << " --"; in runOnModule() 70 MI.print(errs()); in runOnModule() 91 errs() << "WARNING: Missing line " << Idx + 1 << "\n"; in runOnModule() 96 errs() << "WARNING: Missing variable " << Idx + 1 << "\n"; in runOnModule() 99 errs() << "Machine IR debug info check: "; in runOnModule() 100 errs() << (Fail ? "FAIL" : "PASS") << "\n"; in runOnModule()
|
/netbsd-src/external/bsd/less/dist/lesstest/ |
H A D | runtest | 41 my $errs = 0; 43 $errs += run(rfile($file, $cwd)); 46 print STDERR "RAN $num_tests tests with $errs errors\n" if $errs > 0 or $err_only != 2; 47 return ($errs > 0); 82 my $errs = 0; 90 $errs += run("$dir/$entry"); 93 return $errs;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
H A D | llvm-opt-fuzzer.cpp | 68 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() 165 if (verifyModule(*M, &errs())) { in LLVMFuzzerTestOneInput() 166 errs() << "Transformation resulted in an invalid module\n"; in LLVMFuzzerTestOneInput() 217 errs() << *argv[0] << ": -mtriple must be specified\n"; in LLVMFuzzerInitialize() 226 errs() << *argv[0] << ": " << Error; in LLVMFuzzerInitialize() 242 errs() << *argv[0] << ": at least one pass should be specified\n"; in LLVMFuzzerInitialize() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | OptimizerDriver.cpp | 97 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 …]
|