/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/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 …]
|
D | GraphWriter.cpp | 72 errs() << "Error: " << EC.message() << "\n"; in createGraphFilename() 76 errs() << "Writing '" << Filename << "'... "; in createGraphFilename() 88 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer() 92 errs() << " done. \n"; in ExecGraphViewer() 95 errs() << "Remember to erase graph file: " << Filename << "\n"; in ExecGraphViewer() 151 errs() << "Trying 'open' program... "; in DisplayGraph() 161 errs() << "Trying 'xdg-open' program... "; in DisplayGraph() 173 errs() << "Running 'Graphviz' program... "; in DisplayGraph() 188 errs() << "Running 'xdot.py' program... "; in DisplayGraph() 235 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph() [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/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/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/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/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/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/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/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/tools/llvm-mc/ |
D | Disassembler.cpp | 152 errs() << "error: no assembly info for target " << Triple << "\n"; in disassemble() 158 errs() << "error: no subtarget info for target " << Triple << "\n"; in disassemble() 164 errs() << "error: no disassembler for target " << Triple << "\n"; in disassemble() 172 errs() << "error: no instruction printer for target " << Triple << '\n'; in disassemble() 238 errs() << "error: no default assembly syntax for " << TS.c_str() << "\n"; in disassembleEnhanced() 255 errs() << "error: couldn't get disassembler for " << TS << '\n'; in disassembleEnhanced() 264 errs() << "error: Didn't get an instruction\n"; in disassembleEnhanced() 272 errs() << "error: couldn't count the instruction's tokens\n"; in disassembleEnhanced() 280 errs() << "error: Couldn't get token\n"; in disassembleEnhanced() 286 errs() << "error: Couldn't get string for token\n"; in disassembleEnhanced() [all …]
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 111 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in checkForMigration() 127 llvm::errs() << "error: no input files\n"; in checkForMigration() 156 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in performTransformations() 167 llvm::errs() << "error: no input files\n"; in performTransformations() 192 llvm::errs() << "\n##### FINAL RESULT #####\n"; in performTransformations() 194 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n"; in performTransformations() 195 printResult(migration.getRemapper(), llvm::errs()); in performTransformations() 196 llvm::errs() << "\n##########################\n\n"; in performTransformations() 233 errs() << "error: filename '" << fname in verifyTransformedFiles() 246 errs() << "error: could not read remappings input\n"; in verifyTransformedFiles() [all …]
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | litlint.py | 47 errs = 0 52 errs += 1 56 return errs 66 errs = 0 variable 68 errs += LintFile(p) 71 if errs > 0:
|
/external/llvm/tools/llc/ |
D | llc.cpp | 206 errs() << EC.message() << '\n'; in GetOutputStream() 218 DiagnosticPrinterRawOStream DP(errs()); in DiagnosticHandler() 219 errs() << LLVMContext::getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in DiagnosticHandler() 221 errs() << "\n"; in DiagnosticHandler() 289 Err.print(argv[0], errs()); in compileModule() 295 if (!NoVerify && verifyModule(*M, &errs())) { in compileModule() 296 errs() << argv[0] << ": " << InputFilename in compileModule() 317 errs() << argv[0] << ": " << Error; in compileModule() 326 errs() << argv[0] << ": invalid optimization level.\n"; in compileModule() 383 errs() << argv[0] in compileModule() [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LeaksContext.h | 22 static void print(const T* P) { errs() << P; } in print() 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';
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | OptimizerDriver.cpp | 80 errs() << "Error opening file '" << Filename << "' for writing!\n"; in EmitProgressBitcode() 117 errs() << getToolName() << ": Error making unique filename: " in runPasses() 126 errs() << getToolName() << ": Error making unique filename: " in runPasses() 137 errs() << "Error opening bitcode file: " << inputFilename.str() << "\n"; in runPasses() 143 errs() << "Error writing bitcode file: " << inputFilename.str() << "\n"; in runPasses() 151 errs() << "Cannot find `opt' in executable directory!\n"; in runPasses() 189 DEBUG(errs() << "\nAbout to run:\t"; in runPasses() 191 errs() << " " << Args[i]; in runPasses() 192 errs() << "\n"; in runPasses() 248 errs() << " Error running this sequence of passes" in runPassesOn() [all …]
|