Searched refs:errs (Results 1 - 25 of 533) sorted by relevance

1234567891011>>

/external/llvm/lib/Support/
H A DSystemUtils.cpp23 errs() << "WARNING: You're attempting to print out a bitcode file.\n"
H A DAllocator.cpp23 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
35 errs() << "Recycler element size: " << Size << '\n'
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth_out_data.c31 int32_t errs; local
37 errs=0;
40 errs += err * err; /* errs in Q-6 */
43 return errs;
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dlitlint.py47 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/
H A DHello.cpp33 errs() << "Hello: ";
34 errs().write_escaped(F.getName()) << '\n';
51 errs() << "Hello: ";
52 errs().write_escaped(F.getName()) << '\n';
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
H A DHello.cpp32 errs() << "Hello: ";
33 errs().write_escaped(F.getName()) << '\n';
50 errs() << "Hello: ";
51 errs().write_escaped(F.getName()) << '\n';
/external/clang/lib/Serialization/
H A DModule.cpp59 llvm::errs() << " " << Name << ":\n";
62 llvm::errs() << " " << I->first << " -> " << I->second << "\n";
67 llvm::errs() << "\nModule: " << FileName << "\n";
69 llvm::errs() << " Imports: ";
72 llvm::errs() << ", ";
73 llvm::errs() << Imports[I]->FileName;
75 llvm::errs() << "\n";
79 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset
83 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n'
87 llvm::errs() << " Bas
[all...]
/external/clang/tools/diagtool/
H A Ddiagtool_main.cpp23 llvm::errs() << "usage: diagtool <command> [<args>]\n\n";
24 diagTools->printCommands(llvm::errs());
/external/llvm/tools/opt/
H A DPrintSCC.cpp76 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() << "\
[all...]
/external/swiftshader/third_party/LLVM/tools/opt/
H A DPrintSCC.cpp76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:";
80 errs() << "\nSCC #" << ++sccNum << " : ";
83 errs() << (*I)->getName() << ", ";
85 errs() << " (Has self-loop).";
87 errs() << "\n";
97 errs() << "SCCs for the program in PostOrder:";
101 errs() << "\nSCC #" << ++sccNum << " : ";
104 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getNameStr()
107 errs() << " (Has self-loop).";
109 errs() << "\
[all...]
/external/curl/tests/
H A Dmem-include-scan.pl88 my $errs;
90 $errs += scanfile("$dir/$_");
93 if($errs) {
94 print STDERR "----\n$errs errors detected!\n";
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasAnalysisCounter.cpp44 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
140 errs() << AliasString << ":\t";
141 errs() << "[" << LocA.Size << "B] ";
142 WriteAsOperand(errs(), LocA.Ptr, true, M);
143 errs() << ", ";
144 errs() << "[" << Loc
[all...]
H A DAliasAnalysisEvaluator.cpp101 errs() << " " << Msg << ":\t"
111 errs() << " " << Msg << ": Ptr: ";
112 WriteAsOperand(errs(), Ptr, true, M);
113 errs() << "\t<->" << *I << '\n';
121 errs() << " " << Msg << ": " << *CSA.getInstruction()
167 errs() << "Function: " << F.getName() << ": " << Pointers.size()
197 errs() << "Unknown alias query result!\n";
227 errs() << "Unknown alias query result!\n";
259 errs() << "(" << Num*100ULL/Sum << "."
265 errs() << "
[all...]
H A DCFGPrinter.cpp81 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";
/external/clang/tools/libclang/
H A DARCMigrate.cpp39 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() << "Erro
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-link/
H A Dllvm-link.cpp60 errs() << "Invalid file name: '" << FN << "'\n";
65 if (Verbose) errs() << "Loading '" << Filename.c_str() << "'\n";
72 Err.Print(argv0, errs());
91 errs() << argv[0] << ": error loading file '"
100 errs() << argv[0] << ": error loading file '" <<InputFilenames[i]<< "'\n";
104 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
108 errs() << argv[0] << ": link error in '" << InputFilenames[i]
117 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
123 errs() << ErrorInfo << '\n';
128 errs() << arg
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLeaksContext.h22 static void print(const T* P) { errs() << P; }
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/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp49 errs() << "MachineFunctionProperties required by " << getPassName()
52 RequiredProperties.print(errs(), /*OnlySet=*/true);
53 errs() << "\nCurrent properties: ";
54 MFProps.print(errs());
55 errs() << "\n";
/external/swiftshader/third_party/LLVM/tools/llvm-cov/
H A Dllvm-cov.cpp45 errs() << " " << argv[0] << ": No gcov input file!\n";
49 errs() << InputGCNO << ": " << ec.message() << "\n";
54 errs() << "Invalid .gcno File!\n";
61 errs() << InputGCDA << ": " << ec.message() << "\n";
66 errs() << "Invalid .gcda File!\n";
/external/swiftshader/third_party/LLVM/utils/FileUpdate/
H A DFileUpdate.cpp42 errs() << argv[0] << ": error: Can't update standard output\n";
49 errs() << argv[0] << ": error: Unable to get input '"
63 errs() << argv[0] << ": Not updating '" << OutputFilename
70 errs() << argv[0] << ": Updating '" << OutputFilename
76 errs() << argv[0] << ": Unable to write output '"
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp319 errs() << Err << "\n";
336 if (Dump) errs() << Indent << "<BLOCKINFO_BLOCK/>\n";
350 errs() << Indent << "<";
352 errs() << BlockName;
354 errs() << "UnknownBlock" << BlockID;
357 errs() << " BlockID=" << BlockID;
359 errs() << " NumWords=" << NumWords
381 errs() << Indent << "</";
383 errs() << BlockName << ">\n";
385 errs() << "UnknownBloc
[all...]
/external/vboot_reference/tests/
H A Drun_preamble_tests.sh29 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}"
H A Drun_vbutil_kernel_arg_tests.sh38 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/
H A Dnot.cpp37 errs() << "Error: Unable to find `" << argv[0]
54 errs() << "Error: " << ErrMsg << "\n";
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp116 if (Verbose) errs() << "Loading '" << FN << "'\n";
120 Err.print(argv0, errs());
178 errs() << "ERROR: ";
183 errs() << "WARNING: ";
190 DiagnosticPrinterRawOStream DP(errs());
192 errs() << '\n';
208 errs() << EC.message() << '\n';
224 errs() << "Import parameter bad format: " << Import << "\n";
233 if (verifyModule(SrcModule, &errs())) {
234 errs() << argv
[all...]

Completed in 609 milliseconds

1234567891011>>