Searched refs:outs (Results 51 - 75 of 93) sorted by relevance

1234

/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp164 outs() << "Function: " << Name << ", Size = " << Size << "\n";
170 outs() << " Line info @ " << It->first - Addr << ": "
/external/clang/lib/Frontend/
H A DFrontendAction.cpp80 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
82 llvm::outs() << " - " << *ND;
83 llvm::outs() << "\n";
H A DFrontendActions.cpp70 OS = &llvm::outs();
437 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
586 llvm::outs().write(Buffer->getBufferStart(), Preamble);
H A DASTConsumers.cpp41 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
102 : Out(Out ? *Out : llvm::outs()) {}
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp253 for (std::deque<ValueRef>::iterator it = f->outs.begin();
254 it != f->outs.end(); ++it) {
513 for (std::deque<ValueRef>::iterator it = func->outs.begin();
514 it != func->outs.end(); ++it) {
H A Dnv50_ir_ra.cpp413 tmp->reg.data.id = cal->target.fn->outs[d].rep()->reg.data.id;
487 for (std::deque<ValueRef>::iterator it = f->outs.begin();
488 it != f->outs.end(); ++it) {
563 // remaining live-outs are live until end
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddes.c131 struct stat ins,outs; local
267 (stat(out,&outs) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
/external/clang/tools/clang-check/
H A DClangCheck.cpp182 return clang::CreateASTPrinter(&llvm::outs(), ASTDumpFilter);
/external/llvm/lib/Support/
H A DTargetRegistry.cpp154 raw_ostream &OS = outs();
H A Draw_ostream.cpp648 // outs(), errs(), nulls()
651 /// outs() - This returns a reference to a raw_ostream for standard output.
652 /// Use it like: outs() << "foo" << "bar";
653 raw_ostream &llvm::outs() { function in class:llvm
656 // detection. If you don't want this behavior, don't use outs().
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp146 outs() << "Override triple set to '" << TargetTriple.getTriple() << "'\n";
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp253 for (std::deque<ValueRef>::iterator it = f->outs.begin();
254 it != f->outs.end(); ++it) {
513 for (std::deque<ValueRef>::iterator it = func->outs.begin();
514 it != func->outs.end(); ++it) {
/external/openssl/crypto/des/
H A Ddes.c131 struct stat ins,outs; local
267 (stat(out,&outs) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp183 transformPrinter.reset(new PrintTransforms(llvm::outs()));
200 printResult(migration.getRemapper(), llvm::outs());
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp979 llvm::outs() << "\n*** Dumping IRgen Record Layout\n";
980 llvm::outs() << "Record: ";
981 D->dump(llvm::outs());
982 llvm::outs() << "\nLayout: ";
983 RL->print(llvm::outs());
/external/llvm/unittests/Support/
H A DPath.cpp100 outs() << " Reverse Iteration: [";
105 outs() << *ci << ',';
107 outs() << "]\n";
/external/kernel-headers/original/asm-x86/
H A Dio_32.h334 static inline void outs##bwl(int port, const void *addr, unsigned long count) { \
335 __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); \
/external/llvm/include/llvm/Support/
H A Draw_ostream.h408 /// outs() - This returns a reference to a raw_ostream for standard output.
409 /// Use it like: outs() << "foo" << "bar";
410 raw_ostream &outs();
/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp257 raw_ostream &OS = outs();
/external/valgrind/main/helgrind/
H A Dhg_main.c3263 WordSetID outs; /* in univ_laog */ member in struct:__anon27543
3330 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs );
3363 tl_assert(links->outs >= 0 && links->outs < univ_laog_cardinality);
3364 univ_laog_seen[links->outs] = True;
3443 outs_new = HG_(addToWS)( univ_laog, links->outs, (Word)dst );
3444 presentF = outs_new == links->outs;
3445 links->outs = outs_new;
3449 links->outs = HG_(singletonWS)( univ_laog, (Word)dst );
3465 links->outs
[all...]
/external/clang/lib/Tooling/
H A DRefactoring.cpp146 llvm::outs(), &Diagnostics.getDiagnosticOptions()));
H A DTooling.cpp260 llvm::outs() << "Skipping " << File << ". Command line not found.\n";
/external/kernel-headers/original/asm-mips/
H A Dio.h472 static inline void outs##bwlq(unsigned long port, const void *addr, \
/external/clang/tools/driver/
H A Dcc1as_main.cpp431 Opts->PrintHelp(llvm::outs(), "clang -cc1as", "Clang Integrated Assembler");
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp421 outs() << Buffer;

Completed in 1243 milliseconds

1234