Searched refs:errs (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/external/llvm/lib/Support/
H A DAllocator.cpp163 errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
191 errs() << "Recycler element size: " << Size << '\n'
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp50 raw_ostream *OutputFile = &llvm::errs();
110 // Write to a temporary string to avoid unnecessary flushing on errs().
H A DInitHeaderSearch.cpp176 llvm::errs() << "ignoring nonexistent directory \""
579 llvm::errs() << "ignoring duplicate directory \""
582 llvm::errs() << " as it is a non-system directory that duplicates "
650 llvm::errs() << "#include \"...\" search starts here:\n";
653 llvm::errs() << "#include <...> search starts here:\n";
664 llvm::errs() << " " << Name << Suffix << "\n";
666 llvm::errs() << "End of search list.\n";
H A DASTConsumers.cpp157 D->print(llvm::errs());
160 llvm::errs() << '\n';
162 llvm::errs() << '\n';
178 DeclContextPrinter() : Out(llvm::errs()) {}
/external/llvm/include/llvm/Support/
H A DPassNameParser.h71 errs() << "Two passes with the same argument (-"
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp300 errs() << "DUMP: ";
303 errs().write_hex(c); errs() << " ";
305 errs() << "\n";
/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp88 DEBUG(errs() << "Run on Module MipsOs16\n");
H A DMipsRegisterInfo.cpp194 DEBUG(errs() << "\nFunction : " << MF.getName() << "\n";
195 errs() << "<--------->\n" << MI);
201 DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n"
H A DMips16RegisterInfo.cpp135 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
H A DMipsCodeEmitter.cpp144 DEBUG(errs() << "JITTing function '"
280 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << *MI);
296 DEBUG(errs() << " 0x";
297 errs().write_hex(Word) << "\n");
/external/llvm/lib/Transforms/Instrumentation/
H A DEdgeProfiling.cpp57 errs() << "WARNING: cannot insert edge profiling into a module"
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java191 int errs = 0;
197 ++errs;
200 if (errs > 0) {
/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp112 llvm::errs() << "llvm-config: unknown component name: " << Components[i]
129 errs() << "\
351 errs() << "llvm-config: error: components given, but unused\n\n";
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp158 errs() << Input << ": " << EC.message() << "\n";
159 errs().flush();
166 errs() << Input << ": " << Message << "\n";
/external/bison/src/
H A Dprint-xml.c183 errs *errp = s->errs;
260 for (i = 0; i < s->errs->num; ++i)
261 if (s->errs->symbols[i])
262 bitset_set (no_reduce_set, s->errs->symbols[i]->number);
H A Dprint.c179 errs *errp = s->errs;
259 for (i = 0; i < s->errs->num; ++i)
260 if (s->errs->symbols[i])
261 bitset_set (no_reduce_set, s->errs->symbols[i]->number);
/external/clang/lib/AST/
H A DASTDumper.cpp2018 dump(llvm::errs());
2028 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(),
2034 dumpLookups(llvm::errs());
2051 dump(llvm::errs(), SM);
2060 ASTDumper P(llvm::errs(), 0, 0);
2065 ASTDumper P(llvm::errs(), 0, 0, /*ShowColors*/true);
2074 dump(llvm::errs(), 0, 0);
2078 dump(llvm::errs(), &Context.getCommentCommandTraits(),
2091 ASTDumper D(llvm::errs(), 0, 0, /*ShowColors*/true);
/external/clang/lib/Basic/
H A DSourceLocation.cpp72 print(llvm::errs(), SM);
/external/clang/lib/Parse/
H A DParseAST.cpp157 llvm::errs() << "\nSTATISTICS:\n";
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp40 llvm::errs() << "Usage: diagtool show-enabled [<flags>] <single-input.c>\n";
/external/clang/tools/driver/
H A Ddriver.cpp164 raw_ostream *OS = &llvm::errs();
309 llvm::errs() << "error: unknown integrated tool '" << Tool << "'\n";
345 = new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts);
423 llvm::TimerGroup::printAll(llvm::errs());
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp75 errs() << "Non phi translatable instruction found in PHITransAddr:\n";
76 errs() << *I << '\n';
101 errs() << "PHITransAddr contains extra instructions:\n";
103 errs() << " InstInput #" << i << " is " << *InstInputs[i] << "\n";
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp135 errs() << PrintReg(Reg, getTargetRegisterInfo())
143 errs() << PrintReg(Reg, getTargetRegisterInfo())
149 errs() << PrintReg(Reg, getTargetRegisterInfo())
155 errs() << PrintReg(Reg, getTargetRegisterInfo())
/external/llvm/lib/IR/
H A DLLVMContext.cpp118 errs() << "error: " << ErrorStr << "\n";
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp99 errs() << "'" << CPU

Completed in 428 milliseconds

1234567891011>>