/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_single_artifact.bat | 36 python -c "import struct; print(struct.calcsize('P') * 8)"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 79 void print(raw_ostream &OS) const { OS << getAsString(); } in print() function in llvm::RecTy 95 Ty.print(OS); in operator <<() 359 void print(raw_ostream &OS) const { OS << getAsString(); } in print() function in llvm::Init 370 /// invokes print on stderr. 420 I.print(OS); return OS; in operator <<() 1419 void print(raw_ostream &OS, bool PrintSem = true) const; 1423 RV.print(OS << " "); in operator <<() 1615 void print(raw_ostream &OS) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 104 /// method to print assembly for each instruction. 195 GetARMGVSymbol(MO.getGlobal(), TF)->print(O, MAI); in PrintSymbolOperand() 228 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand() 237 GetCPISymbol(MO.getIndex())->print(O, MAI); in printOperand() 270 // See if this is a generic print operand in PrintAsmOperand() 1107 MI->print(errs()); 1165 MI->print(errs()); 1226 MI->print(errs()); 1234 MI->print(errs());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 149 void print(raw_ostream &OS) const { in print() function 290 void print(raw_ostream &OS) const; 433 Stats.print(OS); in operator <<() 439 Scope.print(OS); in operator <<() 471 void CHRScope::print(raw_ostream &OS) const { in print() function in CHRScope 2013 RI.print(dbgs())); in run() 2055 RI.print(dbgs())); in run()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_probe.h | 136 print_type_func_t print; /* Print functions */ member 183 .print = PRINT_TYPE_FUNC_NAME(ptype), \
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | proc.c | 163 goto print; in rxrpc_connection_seq_show() 168 print: in rxrpc_connection_seq_show()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_probe.h | 142 print_type_func_t print; /* Print functions */ member 191 .print = PRINT_TYPE_FUNC_NAME(ptype), \
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.h | 53 void print(std::ostream& os) const; 158 void print(std::ostream& os ) const;
|
/third_party/musl/libc-test/src/math/ |
H A D | fenv.c | 8 #define error(...) print(__FILE__, __LINE__, __VA_ARGS__) 9 static void print(char *f, int l, char *fmt, ...) in print() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disasm.c | 105 /* as f32 is the default print nothing */ in printf_type() 456 void (*print)(struct opc_operands *operands); member 609 opcs[opc].print(&operands); in print_instr()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | flag_subcommands.rs | 323 .arg(arg!(-p --print "print something").action(ArgAction::SetTrue)) in flag_subcommand_multiple() 329 .arg(arg!(-p --print "print something").action(ArgAction::SetTrue)), in flag_subcommand_multiple() 340 .get_one::<bool>("print") in flag_subcommand_multiple() 348 .get_one::<bool>("print") in flag_subcommand_multiple()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 612 // print them out after codegen. in compileOptimized() 663 DI.print(DP); in DiagnosticHandler() 703 void print(DiagnosticPrinter &DP) const override { DP << Msg; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 159 void print(raw_ostream &os) const; 305 li.print(os); in operator <<()
|
H A D | MachinePipeliner.h | 417 void print(raw_ostream &os) const; 586 void print(raw_ostream &os) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Module.h | 775 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW, 879 M.print(O, nullptr); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 75 void print(raw_ostream &OS, const MCAsmInfo *MAI, 126 E.print(OS, nullptr); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 586 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print() function in llvm::InstRef 592 IR.print(OS); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 96 void print(raw_ostream &Out) const; 351 Sym.print(OS); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 196 DVI->print(dbg()); in diagnoseMisSizedDbgValue() 248 I.print(dbg());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 466 LLVM_DEBUG(dbgs() << "Create VPInstruction "; VPI->print(dbgs()); in buildGraph() 467 cast<VPInstruction>(Values[0])->print(dbgs()); dbgs() << "\n"); in buildGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_ostream.cpp | 288 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); in operator <<() 310 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize); in operator <<() 372 // Figure out how many nibbles are needed to print the largest offset in operator <<() 410 // Print any spaces needed for any bytes that we didn't print on this in operator <<() 701 // close stdout twice and print an error the second time. in outs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 239 Diagnostic.print(nullptr, OS, ShowColors); in PrintMessage() 344 // If there were no tabs left, print the rest, we are done. in printSourceLine() 350 // Otherwise, print from i to NextTab. in printSourceLine() 368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, in print() function in SMDiagnostic
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 361 // We print these only when we have -wasm-keep-registers on for assembly in EmitInstruction() 400 GetExternalSymbolSymbol(MO.getSymbolName())->print(OS, MAI); in PrintAsmOperand() 404 MO.getMBB()->getSymbol()->print(OS, MAI); in PrintAsmOperand()
|
H A D | WebAssemblyMCInstLower.cpp | 217 MI->print(errs()); in lower() 220 MI->print(errs()); in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 102 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc() 120 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData() 304 // Otherwise, get the codeview register number and print $N. in printFPOReg()
|