Home
last modified time | relevance | path

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

12345678910>>...13

/external/clang/lib/Serialization/
DModule.cpp68 llvm::errs() << " " << Name << ":\n"; in dumpLocalRemap()
71 llvm::errs() << " " << I->first << " -> " << I->second << "\n"; in dumpLocalRemap()
76 llvm::errs() << "\nModule: " << FileName << "\n"; in dump()
78 llvm::errs() << " Imports: "; in dump()
81 llvm::errs() << ", "; in dump()
82 llvm::errs() << Imports[I]->FileName; in dump()
84 llvm::errs() << "\n"; in dump()
88 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump()
92 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n' in dump()
96 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n' in dump()
[all …]
/external/llvm/lib/Analysis/
DAliasAnalysisCounter.cpp43 errs() << " " << Val << " " << Desc << " responses (" in printLine()
50 errs() << "\n===== Alias Analysis Counter Report =====\n" in ~AliasAnalysisCounter()
58 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/" in ~AliasAnalysisCounter()
64 errs() << " " << MRSum << " Total Mod/Ref Queries Performed\n"; in ~AliasAnalysisCounter()
70 errs() << " Mod/Ref Analysis Counter Summary: " <<NoMR*100/MRSum in ~AliasAnalysisCounter()
138 errs() << AliasString << ":\t"; in alias()
139 errs() << "[" << LocA.Size << "B] "; in alias()
140 LocA.Ptr->printAsOperand(errs(), true, M); in alias()
141 errs() << ", "; in alias()
142 errs() << "[" << LocB.Size << "B] "; in alias()
[all …]
DAliasAnalysisEvaluator.cpp102 errs() << " " << Msg << ":\t" in PrintResults()
112 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults()
113 Ptr->printAsOperand(errs(), true, M); in PrintModRefResults()
114 errs() << "\t<->" << *I << '\n'; in PrintModRefResults()
122 errs() << " " << Msg << ": " << *CSA.getInstruction() in PrintModRefResults()
131 errs() << " " << Msg << ": " << *V1 in PrintLoadStoreResults()
183 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runOnFunction()
326 errs() << "(" << Num*100ULL/Sum << "." in PrintPercent()
332 errs() << "===== Alias Analysis Evaluator Report =====\n"; in doFinalization()
334 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"; in doFinalization()
[all …]
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp236 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl()
237 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl()
240 if (it != Changes.begin()) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl()
241 llvm::errs() << *it; in DAGDeltaAlgorithmImpl()
244 llvm::errs() << "("; in DAGDeltaAlgorithmImpl()
247 if (it2 != succ_begin(*it)) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl()
248 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl()
250 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl()
253 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl()
255 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl()
[all …]
DGraphWriter.cpp73 errs() << "Error: " << EC.message() << "\n"; in createGraphFilename()
77 errs() << "Writing '" << Filename << "'... "; in createGraphFilename()
89 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer()
93 errs() << " done. \n"; in ExecGraphViewer()
96 errs() << "Remember to erase graph file: " << Filename.str() << "\n"; in ExecGraphViewer()
148 errs() << "Running 'Graphviz' program... "; in DisplayGraph()
163 errs() << "Running 'xdot.py' program... "; in DisplayGraph()
195 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
235 errs() << "Running 'dotty' program... "; in DisplayGraph()
239 errs() << "Error: Couldn't find a usable graph viewer program:\n"; in DisplayGraph()
[all …]
/external/llvm/tools/opt/
DPrintSCC.cpp76 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/utils/KillTheDoctor/
DKillTheDoctor.cpp311 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()
338 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main()
363 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main()
379 errs() << ToolName << ": Debugging...\n"; in main()
394 errs() << ToolName << ": Failed to get process times: " in main()
407 errs() << ToolName << ": Timeout Failed: Process has been running for" in main()
416 errs() << ToolName << ": Process timed out.\n"; in main()
431 errs() << ToolName << ": Process timed out.\n"; in main()
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dperf-record.c59 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local
190 ++errs; in test__PERF_RECORD()
198 ++errs; in test__PERF_RECORD()
204 ++errs; in test__PERF_RECORD()
210 ++errs; in test__PERF_RECORD()
220 ++errs; in test__PERF_RECORD()
228 ++errs; in test__PERF_RECORD()
235 ++errs; in test__PERF_RECORD()
264 ++errs; in test__PERF_RECORD()
289 ++errs; in test__PERF_RECORD()
[all …]
/external/llvm/tools/llvm-link/
Dllvm-link.cpp64 if (Verbose) errs() << "Loading '" << FN << "'\n"; in LoadFile()
70 Err.print(argv0, errs()); in LoadFile()
89 errs() << argv[0] << ": error loading file '" in main()
98 errs() << argv[0] << ": error loading file '" <<InputFilenames[i]<< "'\n"; in main()
102 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"; in main()
105 errs() << argv[0] << ": link error in '" << InputFilenames[i] in main()
111 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite; in main()
116 errs() << ErrorInfo << '\n'; in main()
121 errs() << argv[0] << ": linked module is broken!\n"; in main()
125 if (Verbose) errs() << "Writing bitcode...\n"; in main()
/external/clang/tools/libclang/
DARCMigrate.cpp42 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()
84 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList()
91 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList()
106 llvm::errs() << "Error by clang_getRemappingsFromFileList\n"; in clang_getRemappingsFromFileList()
109 llvm::errs() << I->second << '\n'; in clang_getRemappingsFromFileList()
/external/clang/lib/Lex/
DPreprocessor.cpp191 llvm::errs() << tok::getTokenName(Tok.getKind()) << " '" in DumpToken()
196 llvm::errs() << "\t"; in DumpToken()
198 llvm::errs() << " [StartOfLine]"; in DumpToken()
200 llvm::errs() << " [LeadingSpace]"; in DumpToken()
202 llvm::errs() << " [ExpandDisabled]"; in DumpToken()
205 llvm::errs() << " [UnClean='" << StringRef(Start, Tok.getLength()) in DumpToken()
209 llvm::errs() << "\tLoc=<"; in DumpToken()
211 llvm::errs() << ">"; in DumpToken()
219 llvm::errs() << "MACRO: "; in DumpMacro()
222 llvm::errs() << " "; in DumpMacro()
[all …]
/external/compiler-rt/lib/sanitizer_common/scripts/
Dlitlint.py47 errs = 0
52 errs += 1
56 return errs
66 errs = 0 variable
68 errs += LintFile(p)
71 if errs > 0:
/external/clang/tools/arcmt-test/
Darcmt-test.cpp110 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in checkForMigration()
126 llvm::errs() << "error: no input files\n"; in checkForMigration()
154 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in performTransformations()
165 llvm::errs() << "error: no input files\n"; in performTransformations()
189 llvm::errs() << "\n##### FINAL RESULT #####\n"; in performTransformations()
191 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n"; in performTransformations()
192 printResult(migration.getRemapper(), llvm::errs()); in performTransformations()
193 llvm::errs() << "\n##########################\n\n"; in performTransformations()
230 errs() << "error: filename '" << fname in verifyTransformedFiles()
243 errs() << "error: could not read remappings input\n"; in verifyTransformedFiles()
[all …]
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp108 Err.print(argv[0], errs()); in main()
119 errs() << argv[0] << ": program doesn't contain alias named '" in main()
131 errs() << argv[0] << ": '" << ExtractRegExpAliases[i] << "' " in main()
143 errs() << argv[0] << ": program doesn't contain global named '" in main()
153 errs() << argv[0] << ": program doesn't contain global named '" in main()
165 errs() << argv[0] << ": '" << ExtractRegExpGlobals[i] << "' " in main()
176 errs() << argv[0] << ": program doesn't contain global named '" in main()
186 errs() << argv[0] << ": program doesn't contain function named '" in main()
198 errs() << argv[0] << ": '" << ExtractRegExpFuncs[i] << "' " in main()
210 errs() << argv[0] << ": program doesn't contain global named '" in main()
[all …]
/external/llvm/lib/IR/
DLeaksContext.h26 static void print(const T* P) { errs() << P; } in print()
31 static void print(const Value* P) { errs() << *P; }
75 errs() << "Leaked " << Name << " objects found: " << Message << ":\n";
78 errs() << '\t';
80 errs() << '\n';
82 errs() << '\n';
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
69 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
70 errs() << "\n"; \
76 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
77 b->print(errs()); \
78 errs() << "\n"; \
434 errs() << "AMDGPUCFGStructurizer::prepare\n"; in prepare()
458 errs() << "LoopInfo:\n"; in prepare()
459 PrintLoopinfo(*loopInfo, errs()); in prepare()
464 errs() << "Ordered blocks:\n"; in prepare()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
69 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
70 errs() << "\n"; \
76 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
77 b->print(errs()); \
78 errs() << "\n"; \
434 errs() << "AMDGPUCFGStructurizer::prepare\n"; in prepare()
458 errs() << "LoopInfo:\n"; in prepare()
459 PrintLoopinfo(*loopInfo, errs()); in prepare()
464 errs() << "Ordered blocks:\n"; in prepare()
[all …]
/external/llvm/lib/Option/
DOption.cpp42 llvm::errs() << "<"; in dump()
44 #define P(N) case N: llvm::errs() << #N; break in dump()
60 llvm::errs() << " Prefixes:["; in dump()
62 llvm::errs() << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in dump()
64 llvm::errs() << ']'; in dump()
67 llvm::errs() << " Name:\"" << getName() << '"'; in dump()
71 llvm::errs() << " Group:"; in dump()
77 llvm::errs() << " Alias:"; in dump()
82 llvm::errs() << " NumArgs:" << getNumArgs(); in dump()
84 llvm::errs() << ">\n"; in dump()
/external/llvm/tools/lli/
Dlli.cpp403 Err.print(argv[0], errs()); in main()
413 errs() << "warning: -enable-cache-manager can only be used with MCJIT."; in main()
419 errs() << argv[0] << ": bitcode didn't read correctly.\n"; in main()
420 errs() << "Reason: " << EC.message() << "\n"; in main()
427 errs() << "warning: -debug-ir used without -use-mcjit. Only partial debug" in main()
463 errs() << "error: Remote process execution requires -use-mcjit\n"; in main()
473 errs() << argv[0] << ": invalid optimization level.\n"; in main()
501 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n"; in main()
503 errs() << argv[0] << ": unknown error creating EE!\n"; in main()
516 Err.print(argv[0], errs()); in main()
[all …]
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp29 errs() << "error: "; in exitWithError()
31 errs() << Whence << ": "; in exitWithError()
32 errs() << Message << "\n"; in exitWithError()
65 errs() << Filename << ": " << I.Name << ": " << EC.message() << "\n"; in merge_main()
106 errs() << "warning: -function argument ignored: showing all functions\n"; in show_main()
178 errs() << "OVERVIEW: LLVM profile data tools\n\n" in main()
187 errs() << ProgName << ": No command specified!\n"; in main()
189 errs() << ProgName << ": Unknown command!\n"; in main()
191 errs() << "USAGE: " << ProgName << " <merge|show> [args...]\n"; in main()
/external/llvm/lib/MC/
DSubtargetFeature.cpp120 errs() << "Available CPUs for this target:\n\n"; in Help()
122 errs() << format(" %-*s - %s.\n", MaxCPULen, CPU.Key, CPU.Desc); in Help()
123 errs() << '\n'; in Help()
126 errs() << "Available features for this target:\n\n"; in Help()
128 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help()
129 errs() << '\n'; in Help()
131 errs() << "Use +feature to enable a feature, or -feature to disable it.\n" in Help()
204 errs() << "'" << Feature in ToggleFeature()
254 errs() << "'" << CPU in getFeatureBits()
284 errs() << "'" << Feature in getFeatureBits()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth_out_data.c31 int32_t errs; in WebRtcIlbcfix_Smooth_odata() local
38 errs=0; in WebRtcIlbcfix_Smooth_odata()
41 errs+=WEBRTC_SPL_MUL_16_16(err, err); /* errs in Q-6 */ in WebRtcIlbcfix_Smooth_odata()
44 return errs; in WebRtcIlbcfix_Smooth_odata()
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp66 errs() << "MSP430ISelAddressMode " << this << '\n'; in dump()
68 errs() << "Base.Reg "; in dump()
71 errs() << " Base.FrameIndex " << Base.FrameIndex << '\n'; in dump()
73 errs() << " Disp " << Disp << '\n'; in dump()
75 errs() << "GV "; in dump()
78 errs() << " CP "; in dump()
80 errs() << " Align" << Align << '\n'; in dump()
82 errs() << "ES "; in dump()
83 errs() << ES << '\n'; in dump()
85 errs() << " JT" << JT << " Align" << Align << '\n'; in dump()
[all …]
/external/llvm/tools/bugpoint/
DToolRunner.cpp70 errs() << "RUN:"; in RunProgramWithTimeout()
72 errs() << " " << Args[i]; in RunProgramWithTimeout()
73 errs() << "\n"; in RunProgramWithTimeout()
98 errs() << "RUN:"; in RunProgramRemotelyWithTimeout()
100 errs() << " " << Args[i]; in RunProgramRemotelyWithTimeout()
101 errs() << "\n"; in RunProgramRemotelyWithTimeout()
127 errs() << OS.str(); in RunProgramRemotelyWithTimeout()
148 errs() << "Error making unique filename: " << EC.message() << "\n"; in ProcessFailure()
225 DEBUG(errs() << "\nAbout to run:\t"; in ExecuteProgram()
227 errs() << " " << LLIArgs[i]; in ExecuteProgram()
[all …]
/external/llvm/lib/Transforms/Hello/
DHello.cpp33 errs() << "Hello: "; in runOnFunction()
34 errs().write_escaped(F.getName()) << '\n'; in runOnFunction()
51 errs() << "Hello: "; in runOnFunction()
52 errs().write_escaped(F.getName()) << '\n'; in runOnFunction()

12345678910>>...13