/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 319 errs() << Err << "\n"; in Error() 336 if (Dump) errs() << Indent << "<BLOCKINFO_BLOCK/>\n"; in ParseBlock() 350 errs() << Indent << "<"; in ParseBlock() 352 errs() << BlockName; in ParseBlock() 354 errs() << "UnknownBlock" << BlockID; in ParseBlock() 357 errs() << " BlockID=" << BlockID; in ParseBlock() 359 errs() << " NumWords=" << NumWords in ParseBlock() 381 errs() << Indent << "</"; in ParseBlock() 383 errs() << BlockName << ">\n"; in ParseBlock() 385 errs() << "UnknownBlock" << BlockID << ">\n"; in ParseBlock() [all …]
|
/external/clang/lib/Serialization/ |
D | Module.cpp | 59 llvm::errs() << " " << Name << ":\n"; in dumpLocalRemap() 62 llvm::errs() << " " << I->first << " -> " << I->second << "\n"; in dumpLocalRemap() 67 llvm::errs() << "\nModule: " << FileName << "\n"; in dump() 69 llvm::errs() << " Imports: "; in dump() 72 llvm::errs() << ", "; in dump() 73 llvm::errs() << Imports[I]->FileName; in dump() 75 llvm::errs() << "\n"; in dump() 79 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump() 83 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n' in dump() 87 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n' in dump() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysisCounter.cpp | 44 errs() << " " << Val << " " << Desc << " responses (" in printLine() 51 errs() << "\n===== Alias Analysis Counter Report =====\n" in ~AliasAnalysisCounter() 59 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/" in ~AliasAnalysisCounter() 65 errs() << " " << MRSum << " Total Mod/Ref Queries Performed\n"; in ~AliasAnalysisCounter() 71 errs() << " Mod/Ref Analysis Counter Summary: " <<NoMR*100/MRSum in ~AliasAnalysisCounter() 140 errs() << AliasString << ":\t"; in alias() 141 errs() << "[" << LocA.Size << "B] "; in alias() 142 WriteAsOperand(errs(), LocA.Ptr, true, M); in alias() 143 errs() << ", "; in alias() 144 errs() << "[" << LocB.Size << "B] "; in alias() [all …]
|
D | AliasAnalysisEvaluator.cpp | 101 errs() << " " << Msg << ":\t" in PrintResults() 111 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults() 112 WriteAsOperand(errs(), Ptr, true, M); in PrintModRefResults() 113 errs() << "\t<->" << *I << '\n'; in PrintModRefResults() 121 errs() << " " << Msg << ": " << *CSA.getInstruction() in PrintModRefResults() 167 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runOnFunction() 197 errs() << "Unknown alias query result!\n"; in runOnFunction() 227 errs() << "Unknown alias query result!\n"; in runOnFunction() 259 errs() << "(" << Num*100ULL/Sum << "." in PrintPercent() 265 errs() << "===== Alias Analysis Evaluator Report =====\n"; in doFinalization() [all …]
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 116 if (Verbose) errs() << "Loading '" << FN << "'\n"; in loadFile() 120 Err.print(argv0, errs()); in loadFile() 178 errs() << "ERROR: "; in diagnosticHandler() 183 errs() << "WARNING: "; in diagnosticHandler() 190 DiagnosticPrinterRawOStream DP(errs()); in diagnosticHandler() 192 errs() << '\n'; in diagnosticHandler() 208 errs() << EC.message() << '\n'; in importFunctions() 224 errs() << "Import parameter bad format: " << Import << "\n"; in importFunctions() 233 if (verifyModule(SrcModule, &errs())) { in importFunctions() 234 errs() << argv0 << ": " << FileName in importFunctions() [all …]
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 312 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main() 378 errs() << ToolName << ": Debugging...\n"; in main() 393 errs() << ToolName << ": Failed to get process times: " in main() 406 errs() << ToolName << ": Timeout Failed: Process has been running for" in main() 415 errs() << ToolName << ": Process timed out.\n"; in main() 430 errs() << ToolName << ": Process timed out.\n"; in main() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 312 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main() 378 errs() << ToolName << ": Debugging...\n"; in main() 393 errs() << ToolName << ": Failed to get process times: " in main() 406 errs() << ToolName << ": Timeout Failed: Process has been running for" in main() 415 errs() << ToolName << ": Process timed out.\n"; in main() 430 errs() << ToolName << ": Process timed out.\n"; in main() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 228 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl() 229 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl() 233 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 234 llvm::errs() << *it; in DAGDeltaAlgorithmImpl() 237 llvm::errs() << "("; in DAGDeltaAlgorithmImpl() 241 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 242 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() 244 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl() 247 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl() 249 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl() [all …]
|
/external/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 228 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl() 229 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl() 232 if (it != Changes.begin()) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 233 llvm::errs() << *it; in DAGDeltaAlgorithmImpl() 236 llvm::errs() << "("; in DAGDeltaAlgorithmImpl() 239 if (it2 != succ_begin(*it)) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 240 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() 242 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl() 245 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl() 247 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 234 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl() 235 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl() 238 if (it != Changes.begin()) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 239 llvm::errs() << *it; in DAGDeltaAlgorithmImpl() 242 llvm::errs() << "("; in DAGDeltaAlgorithmImpl() 245 if (it2 != succ_begin(*it)) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 246 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() 248 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl() 251 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl() 253 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl() [all …]
|
D | GraphWriter.cpp | 65 errs() << "Running 'Graphviz' program... "; in DisplayGraph() 67 errs() << "Error: " << ErrMsg << "\n"; in DisplayGraph() 71 errs() << " done. \n"; in DisplayGraph() 84 default: errs() << "Unknown graph layout name; using default.\n"; in DisplayGraph() 89 errs() << "Running 'xdot.py' program... "; in DisplayGraph() 92 errs() << "Error: " << ErrMsg << "\n"; in DisplayGraph() 96 errs() << " done. \n"; in DisplayGraph() 154 errs() << "Running '" << prog.str() << "' program... "; in DisplayGraph() 157 errs() << "Error: " << ErrMsg << "\n"; in DisplayGraph() 160 errs() << " done. \n"; in DisplayGraph() [all …]
|
/external/spirv-llvm/tools/llvm-spirv/ |
D | llvm-spirv.cpp | 124 errs() << "Fails to open input file: " << Err; in convertLLVMToSPIRV() 132 errs() << "Fails to load bitcode: " << EC.message(); in convertLLVMToSPIRV() 139 errs() << "Fails to materialize: " << EC.message(); in convertLLVMToSPIRV() 155 errs() << "Fails to save LLVM as SPIRV: " << Err << '\n'; in convertLLVMToSPIRV() 169 errs() << "Fails to load SPIRV as LLVM Module: " << Err << '\n'; in convertSPIRVToLLVM() 178 errs() << "Fails to verify module: " << ErrorOS.str(); in convertSPIRVToLLVM() 192 errs() << "Fails to open output file: " << EC.message(); in convertSPIRVToLLVM() 206 errs() << "Invalid arguments\n"; in convertSPIRV() 223 errs() << "Fails to convert SPIR-V : " << Err << '\n'; in convertSPIRV() 244 errs() << "Fails to open input file: " << Err; in regularizeLLVM() [all …]
|
/external/clang/tools/libclang/ |
D | ARCMigrate.cpp | 39 llvm::errs() << "error: feature not enabled in this build\n"; in clang_getRemappings() 46 llvm::errs() << "clang_getRemappings was called with NULL parameter\n"; in clang_getRemappings() 52 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path in clang_getRemappings() 54 llvm::errs() << "\"" << migrate_dir_path << "\" does not exist\n"; in clang_getRemappings() 66 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path in clang_getRemappings() 70 llvm::errs() << I->second << '\n'; in clang_getRemappings() 82 llvm::errs() << "error: feature not enabled in this build\n"; in clang_getRemappingsFromFileList() 91 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList() 98 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList() 111 llvm::errs() << "Error by clang_getRemappingsFromFileList\n"; in clang_getRemappingsFromFileList() [all …]
|
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 350 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 361 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 367 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 377 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 402 errs() << ToolName << ": Failed to run program: '" << ProgramToRun in main() 418 errs() << ToolName << ": Debugging...\n"; in main() 433 errs() << ToolName << ": Failed to get process times: " in main() 446 errs() << ToolName << ": Timeout Failed: Process has been running for" in main() 455 errs() << ToolName << ": Process timed out.\n"; in main() 469 errs() << ToolName << ": Process timed out.\n"; in main() [all …]
|
/external/grpc-grpc/tools/debug/core/ |
D | error_ref_leak.py | 27 errs = [] variable 37 assert (err not in errs) 38 errs.append(err) 40 errs.remove(line[1]) 41 errs.append(line[3]) 44 assert (err in errs) 45 errs.remove(err) 47 print "leaked:", errs
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 56 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n"; in PrintResults() 63 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults() 64 Ptr->printAsOperand(errs(), true, M); in PrintModRefResults() 65 errs() << "\t<->" << *I << '\n'; in PrintModRefResults() 72 errs() << " " << Msg << ": " << *CSA.getInstruction() << " <-> " in PrintModRefResults() 81 errs() << " " << AR << ": " << *V1 << " <-> " << *V2 << '\n'; in PrintLoadStoreResults() 138 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runInternal() 328 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10) in PrintPercent() 338 errs() << "===== Alias Analysis Evaluator Report =====\n"; in ~AAEvaluator() 340 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"; in ~AAEvaluator() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | PrintSCC.cpp | 76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:"; in runOnFunction() 79 errs() << "\nSCC #" << ++sccNum << " : "; in runOnFunction() 82 errs() << (*I)->getName() << ", "; 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() 108 errs() << "\n"; in runOnModule()
|
/external/llvm/tools/opt/ |
D | PrintSCC.cpp | 76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:"; in runOnFunction() 79 errs() << "\nSCC #" << ++sccNum << " : "; in runOnFunction() 82 errs() << (*I)->getName() << ", "; 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() 108 errs() << "\n"; in runOnModule()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | PrintSCC.cpp | 76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:"; in runOnFunction() 80 errs() << "\nSCC #" << ++sccNum << " : "; in runOnFunction() 83 errs() << (*I)->getName() << ", "; in runOnFunction() 85 errs() << " (Has self-loop)."; in runOnFunction() 87 errs() << "\n"; in runOnFunction() 97 errs() << "SCCs for the program in PostOrder:"; in runOnModule() 101 errs() << "\nSCC #" << ++sccNum << " : "; in runOnModule() 104 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getNameStr() in runOnModule() 107 errs() << " (Has self-loop)."; in runOnModule() 109 errs() << "\n"; in runOnModule()
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 60 errs() << "Invalid file name: '" << FN << "'\n"; in LoadFile() 65 if (Verbose) errs() << "Loading '" << Filename.c_str() << "'\n"; in LoadFile() 72 Err.Print(argv0, errs()); in LoadFile() 91 errs() << argv[0] << ": error loading file '" in main() 100 errs() << argv[0] << ": error loading file '" <<InputFilenames[i]<< "'\n"; in main() 104 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"; in main() 108 errs() << argv[0] << ": link error in '" << InputFilenames[i] in main() 117 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite; in main() 123 errs() << ErrorInfo << '\n'; in main() 128 errs() << argv[0] << ": linked module is broken!\n"; in main() [all …]
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 52 errs() << " " << Msg << ":\t" in PrintResults() 62 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults() 63 Ptr->printAsOperand(errs(), true, M); in PrintModRefResults() 64 errs() << "\t<->" << *I << '\n'; in PrintModRefResults() 72 errs() << " " << Msg << ": " << *CSA.getInstruction() in PrintModRefResults() 81 errs() << " " << Msg << ": " << *V1 in PrintLoadStoreResults() 139 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runInternal() 297 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10) in PrintPercent() 307 errs() << "===== Alias Analysis Evaluator Report =====\n"; in ~AAEvaluator() 309 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"; in ~AAEvaluator() [all …]
|
/external/vboot_reference/tests/ |
D | run_vbutil_kernel_arg_tests.sh | 38 errs=0 58 : $(( errs++ )) 75 : $(( errs++ )) 85 : $(( errs++ )) 114 : $(( errs++ )) 127 : $(( errs++ )) 150 : $(( errs++ )) 167 : $(( errs++ )) 179 : $(( errs++ )) 189 : $(( errs++ )) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
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 …]
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 215 llvm::errs() << tok::getTokenName(Tok.getKind()) << " '" in DumpToken() 220 llvm::errs() << "\t"; in DumpToken() 222 llvm::errs() << " [StartOfLine]"; in DumpToken() 224 llvm::errs() << " [LeadingSpace]"; in DumpToken() 226 llvm::errs() << " [ExpandDisabled]"; in DumpToken() 229 llvm::errs() << " [UnClean='" << StringRef(Start, Tok.getLength()) in DumpToken() 233 llvm::errs() << "\tLoc=<"; in DumpToken() 235 llvm::errs() << ">"; in DumpToken() 243 llvm::errs() << "MACRO: "; in DumpMacro() 246 llvm::errs() << " "; in DumpMacro() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 123 errs() << "Loading '" << FN << "'\n"; in loadFile() 131 Err.print(argv0, errs()); in loadFile() 203 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics() 205 errs() << '\n'; in handleDiagnostics() 231 errs() << "Import parameter bad format: " << Import << "\n"; in importFunctions() 240 if (verifyModule(SrcModule, &errs())) { in importFunctions() 241 errs() << argv0 << ": " << FileName; in importFunctions() 248 errs() << "Ignoring import request for non-existent function " in importFunctions() 256 errs() << "Ignoring import request for weak-any function " << FunctionName in importFunctions() 262 errs() << "Importing " << FunctionName << " from " << FileName << "\n"; in importFunctions() [all …]
|