HomeSort by relevance Sort by last modified time
    Searched refs:errs (Results 1 - 25 of 354) 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...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
smooth_out_data.c 31 int32_t errs; local
37 errs=0;
40 errs += err * err; /* errs in Q-6 */
43 return errs;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
justsyms_exec.c 33 static int errs = 0; variable
43 errs++;
55 return errs;
  /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 61 llvm::errs() << " " << Name << ":\n";
64 llvm::errs() << " " << I->first << " -> " << I->second << "\n";
69 llvm::errs() << "\nModule: " << FileName << "\n";
71 llvm::errs() << " Imports: ";
74 llvm::errs() << ", ";
75 llvm::errs() << Imports[I]->FileName;
77 llvm::errs() << "\n";
81 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset
85 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n'
89 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/curl/tests/
mem-include-scan.pl 88 my $errs;
90 $errs += scanfile("$dir/$_");
93 if($errs) {
94 print STDERR "----\n$errs errors detected!\n";
  /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 "
111 llvm::errs() << "Error by clang_getRemappingsFromFileList\n"
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 114 if (Verbose) errs() << "Loading '" << FN << "'\n";
118 Err.print(argv0, errs());
132 errs() << "ERROR: ";
137 errs() << "WARNING: ";
144 DiagnosticPrinterRawOStream DP(errs());
146 errs() << '\n';
162 errs() << "Import parameter bad format: " << Import << "\n";
171 errs() << argv0 << ": error loading file '" << FileName << "'\n";
175 if (verifyModule(*M, &errs())) {
176 errs() << argv0 << ": " << FileNam
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 14 if go build $file >errs 2>&1; then
18 if ! test -s errs; then
22 if ! fgrep $file:$line: errs >/dev/null 2>&1; then
24 cat 1>&2 errs
35 rm -rf errs _obj
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 14 if go build $file >errs 2>&1; then
18 if ! test -s errs; then
22 if ! fgrep $file:$line: errs >/dev/null 2>&1; then
24 cat 1>&2 errs
35 rm -rf errs _obj
  /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/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 72 DEBUG(errs() << "Selecting: ");
74 DEBUG(errs() << "\n");
78 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n");
97 DEBUG(errs() << "=> ");
102 DEBUG(errs() << "\n");
  /external/llvm/utils/not/
not.cpp 37 errs() << "Error: Unable to find `" << argv[0]
54 errs() << "Error: " << ErrMsg << "\n";
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 38 errs() << "Usage: llvm-cov {gcov|report|show} [OPTION]...\n\n"
79 errs().changeColor(raw_ostream::RED);
80 errs() << "Unrecognized command: " << argv[1] << ".\n\n";
82 errs().resetColor();
  /external/llvm/lib/TableGen/
Main.cpp 54 errs() << argv0 << ": the option -d must be used together with -o\n";
60 errs() << argv0 << ": error opening " << DependFilename << ":"
80 errs() << "Could not open input file '" << InputFilename
100 errs() << argv0 << ": error opening " << OutputFilename << ":"
113 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/examples/Fibonacci/
fibonacci.cpp 112 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
117 errs() << "verifying... ";
119 errs() << argv[0] << ": Error constructing function!\n";
123 errs() << "OK\n";
124 errs() << "We just constructed this LLVM module:\n\n---------\n" << *M;
125 errs() << "---------\nstarting fibonacci(" << n << ") with JIT...\n";
  /external/llvm/lib/Analysis/
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";
  /frameworks/compile/slang/
llvm-rs-as.cpp 87 errs() << EC.message() << '\n';
118 errs() << "target API level '" << ActualTargetAPI << "' is out of range "
128 Err.print(argv[0], errs());
136 errs() << argv[0]
138 errs() << Err;
143 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();

Completed in 961 milliseconds

1 2 3 4 5 6 7 8 91011>>