HomeSort by relevance Sort by last modified time
    Searched refs:errs (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
SystemUtils.cpp 23 errs() << "WARNING: You're attempting to print out a bitcode file.\n"
Allocator.cpp 23 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
35 errs() << "Recycler element size: " << Size << '\n'
DAGDeltaAlgorithm.cpp 228 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n";
229 llvm::errs() << "Changes: [";
232 if (it != Changes.begin()) llvm::errs() << ", ";
233 llvm::errs() << *it;
236 llvm::errs() << "(";
239 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
240 llvm::errs() << "->" << *it2;
242 llvm::errs() << ")";
245 llvm::errs() << "]\n";
247 llvm::errs() << "Roots: ["
    [all...]
GraphWriter.cpp 72 errs() << "Error: " << EC.message() << "\n";
76 errs() << "Writing '" << Filename << "'... ";
88 errs() << "Error: " << ErrMsg << "\n";
92 errs() << " done. \n";
95 errs() << "Remember to erase graph file: " << Filename << "\n";
151 errs() << "Trying 'open' program... ";
161 errs() << "Trying 'xdg-open' program... ";
173 errs() << "Running 'Graphviz' program... ";
188 errs() << "Running 'xdot.py' program... ";
220 errs() << "Running '" << GeneratorPath << "' program... "
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
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/lib/Transforms/Hello/
Hello.cpp 33 errs() << "Hello: ";
34 errs().write_escaped(F.getName()) << '\n';
51 errs() << "Hello: ";
52 errs().write_escaped(F.getName()) << '\n';
  /external/clang/lib/Serialization/
Module.cpp 69 llvm::errs() << " " << Name << ":\n";
72 llvm::errs() << " " << I->first << " -> " << I->second << "\n";
77 llvm::errs() << "\nModule: " << FileName << "\n";
79 llvm::errs() << " Imports: ";
82 llvm::errs() << ", ";
83 llvm::errs() << Imports[I]->FileName;
85 llvm::errs() << "\n";
89 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset
93 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n'
97 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n
    [all...]
  /external/clang/tools/diagtool/
diagtool_main.cpp 23 llvm::errs() << "usage: diagtool <command> [<args>]\n\n";
24 diagTools->printCommands(llvm::errs());
  /external/llvm/tools/opt/
PrintSCC.cpp 76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:";
79 errs() << "\nSCC #" << ++sccNum << " : ";
82 errs() << (*I)->getName() << ", ";
84 errs() << " (Has self-loop).";
86 errs() << "\n";
96 errs() << "SCCs for the program in PostOrder:";
100 errs() << "\nSCC #" << ++sccNum << " : ";
103 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName()
106 errs() << " (Has self-loop).";
108 errs() << "\n"
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 44 errs() << " " << Val << " " << Desc << " responses ("
51 errs() << "\n===== Alias Analysis Counter Report =====\n"
59 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/"
65 errs() << " " << MRSum << " Total Mod/Ref Queries Performed\n";
71 errs() << " Mod/Ref Analysis Counter Summary: " <<NoMR*100/MRSum
139 errs() << AliasString << ":\t";
140 errs() << "[" << LocA.Size << "B] ";
141 LocA.Ptr->printAsOperand(errs(), true, M);
142 errs() << ", ";
143 errs() << "[" << LocB.Size << "B] "
    [all...]
CFGPrinter.cpp 81 errs() << "Writing '" << Filename << "'...";
89 errs() << " error opening file for writing!";
90 errs() << "\n";
115 errs() << "Writing '" << Filename << "'...";
123 errs() << " error opening file for writing!";
124 errs() << "\n";
AliasAnalysisEvaluator.cpp 102 errs() << " " << Msg << ":\t"
112 errs() << " " << Msg << ": Ptr: ";
113 Ptr->printAsOperand(errs(), true, M);
114 errs() << "\t<->" << *I << '\n';
122 errs() << " " << Msg << ": " << *CSA.getInstruction()
131 errs() << " " << Msg << ": " << *V1
183 errs() << "Function: " << F.getName() << ": " << Pointers.size()
326 errs() << "(" << Num*100ULL/Sum << "."
332 errs() << "===== Alias Analysis Evaluator Report =====\n";
334 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"
    [all...]
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 37 errs() << "Usage: llvm-cov {gcov|report|show} [OPTION]...\n\n"
71 errs().changeColor(raw_ostream::RED);
72 errs() << "Unrecognized command: " << argv[1] << ".\n\n";
74 errs().resetColor();
  /external/clang/tools/libclang/
ARCMigrate.cpp 39 llvm::errs() << "error: feature not enabled in this build\n";
46 llvm::errs() << "clang_getRemappings was called with NULL parameter\n";
52 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path
54 llvm::errs() << "\"" << migrate_dir_path << "\" does not exist\n";
66 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path
70 llvm::errs() << I->second << '\n';
82 llvm::errs() << "error: feature not enabled in this build\n";
91 llvm::errs() << "clang_getRemappingsFromFileList was called with "
98 llvm::errs() << "clang_getRemappingsFromFileList was called with "
113 llvm::errs() << "Error by clang_getRemappingsFromFileList\n"
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 78 if (Verbose) errs() << "Loading '" << FN << "'\n";
81 Err.print(argv0, errs());
93 errs() << "ERROR: ";
98 errs() << "WARNING: ";
105 DiagnosticPrinterRawOStream DP(errs());
107 errs() << '\n';
125 errs() << argv[0] << ": error loading file '" <<InputFilenames[i]<< "'\n";
129 if (verifyModule(*M, &errs())) {
130 errs() << argv[0] << ": " << InputFilenames[i]
135 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"
    [all...]
  /external/vboot_reference/tests/
run_preamble_tests.sh 29 errs=0
50 : $(( errs++ ))
77 : $(( errs++ ))
95 : $(( errs++ ))
105 if [ "$errs" -ne 0 ]; then
106 echo -e "${COL_RED}${ME}: ${errs}/${tests} tests failed${COL_STOP}"
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/utils/not/
not.cpp 37 errs() << "Error: Unable to find `" << argv[0]
54 errs() << "Error: " << ErrMsg << "\n";
  /external/linux-tools-perf/src/tools/perf/tests/
perf-record.c 59 int err = -1, errs = 0, i, wakeups = 0; local
190 ++errs;
198 ++errs;
204 ++errs;
210 ++errs;
220 ++errs;
228 ++errs;
235 ++errs;
264 ++errs;
289 ++errs;
    [all...]
  /external/llvm/lib/TableGen/
Main.cpp 56 errs() << argv0 << ": the option -d must be used together with -o\n";
62 errs() << argv0 << ": error opening " << DependFilename << ":"
84 errs() << "Could not open input file '" << InputFilename
104 errs() << argv0 << ": error opening " << OutputFilename << ":"
117 errs() << argv0 << ": " << ErrorsPrinted << " errors.\n";
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 312 errs() << ToolName << ": Timeout value too large, must be less than: "
323 errs() << ToolName << ": Failed to find program: '" << CommandLine
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
339 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
364 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
380 errs() << ToolName << ": Debugging...\n";
395 errs() << ToolName << ": Failed to get process times: "
408 errs() << ToolName << ": Timeout Failed: Process has been running for"
417 errs() << ToolName << ": Process timed out.\n";
432 errs() << ToolName << ": Process timed out.\n"
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 117 Err.print(argv[0], errs());
128 errs() << argv[0] << ": program doesn't contain alias named '"
140 errs() << argv[0] << ": '" << ExtractRegExpAliases[i] << "' "
152 errs() << argv[0] << ": program doesn't contain global named '"
162 errs() << argv[0] << ": program doesn't contain global named '"
174 errs() << argv[0] << ": '" << ExtractRegExpGlobals[i] << "' "
185 errs() << argv[0] << ": program doesn't contain global named '"
195 errs() << argv[0] << ": program doesn't contain function named '"
207 errs() << argv[0] << ": '" << ExtractRegExpFuncs[i] << "' "
219 errs() << argv[0] << ": program doesn't contain global named '
    [all...]
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 113 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
118 errs() << "verifying... ";
120 errs() << argv[0] << ": Error constructing function!\n";
124 errs() << "OK\n";
125 errs() << "We just constructed this LLVM module:\n\n---------\n" << *M;
126 errs() << "---------\nstarting fibonacci(" << n << ") with JIT...\n";
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 110 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts);
126 llvm::errs() << "error: no input files\n";
154 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts);
165 llvm::errs() << "error: no input files\n";
189 llvm::errs() << "\n##### FINAL RESULT #####\n";
191 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n";
192 printResult(migration.getRemapper(), llvm::errs());
193 llvm::errs() << "\n##########################\n\n";
230 errs() << "error: filename '" << fname
243 errs() << "error: could not read remappings input\n"
    [all...]
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 99 errs() << "Error opening file '" << Filename << "' for writing!\n";
140 errs() << getToolName() << ": Error making unique filename: "
152 errs() << getToolName() << ": Error making unique filename: "
162 errs() << "Error writing bitcode file: " << InputFilename << "\n";
172 errs() << Path.getError().message() << "\n";
175 errs() << "Cannot find `opt' in PATH!\n";
184 errs() << Path.getError().message() << "\n";
188 errs() << "Cannot find `valgrind' in PATH!\n";
225 DEBUG(errs() << "\nAbout to run:\t";
227 errs() << " " << Args[i]
    [all...]

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>