/llvm-project/libc/test/src/stdio/printf_core/ |
H A D | writer_test.cpp | 23 Writer writer(&wb); in TEST() local 30 Writer writer(&wb); in TEST() local 46 Writer writer(&wb); in TEST() local 60 Writer writer(&wb); in TEST() local 73 Writer writer(&wb); in TEST() local 87 Writer writer(&wb); in TEST() local 109 Writer writer(&wb); in TEST() local 124 Writer writer(&wb); in TEST() local 136 Writer writer(&wb); in TEST() local 149 Writer writer(&wb); in TEST() local [all …]
|
/llvm-project/llvm/test/tools/llvm-objcopy/Inputs/ |
H A D | ungzip.py | 5 writer = getattr(sys.stdout, "buffer", None) variable 7 writer = sys.stdout variable
|
/llvm-project/mlir/lib/Rewrite/ |
H A D | ByteCode.cpp | 727 void Generator::generate(Region *region, ByteCodeWriter &writer) { in generate() 737 void Generator::generate(Operation *op, ByteCodeWriter &writer) { in generate() 771 ByteCodeWriter &writer) { in generate() 794 ByteCodeWriter &writer) { in generate() 813 void Generator::generate(pdl_interp::AreEqualOp op, ByteCodeWriter &writer) { in generate() 824 void Generator::generate(pdl_interp::BranchOp op, ByteCodeWriter &writer) { in generate() 828 ByteCodeWriter &writer) { in generate() 833 ByteCodeWriter &writer) { in generate() 839 ByteCodeWriter &writer) { in generate() 844 ByteCodeWriter &writer) { in generate() [all …]
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | float_dec_converter.h | 108 write_left_padding(Writer * writer,size_t total_digits) write_left_padding() argument 131 write_right_padding(Writer * writer,size_t total_digits) write_right_padding() argument 165 Writer *writer; // Writes to the final output. global() variable 472 convert_float_decimal_typed(Writer * writer,const FormatSection & to_conv,fputil::FPBits<T> float_bits) convert_float_decimal_typed() argument 581 convert_float_dec_exp_typed(Writer * writer,const FormatSection & to_conv,fputil::FPBits<T> float_bits) convert_float_dec_exp_typed() argument 743 convert_float_dec_auto_typed(Writer * writer,const FormatSection & to_conv,fputil::FPBits<T> float_bits) convert_float_dec_auto_typed() argument 1109 convert_float_decimal(Writer * writer,const FormatSection & to_conv) convert_float_decimal() argument 1130 convert_float_dec_exp(Writer * writer,const FormatSection & to_conv) convert_float_dec_exp() argument 1151 convert_float_dec_auto(Writer * writer,const FormatSection & to_conv) convert_float_dec_auto() argument [all...] |
H A D | write_int_converter.h | 21 convert_write_int(Writer * writer,const FormatSection & to_conv) convert_write_int() argument
|
H A D | converter.cpp | 28 convert(Writer * writer,const FormatSection & to_conv) convert() argument [all...] |
H A D | ptr_converter.h | 20 convert_pointer(Writer * writer,const FormatSection & to_conv) convert_pointer() argument
|
H A D | char_converter.h | 19 convert_char(Writer * writer,const FormatSection & to_conv) convert_char() argument
|
H A D | string_converter.h | 22 convert_string(Writer * writer,const FormatSection & to_conv) convert_string() argument
|
H A D | printf_main.cpp | 22 printf_main(Writer * writer,const char * __restrict str,internal::ArgList & args) printf_main() argument
|
H A D | float_inf_nan_converter.h | 25 convert_inf_nan(Writer * writer,const FormatSection & to_conv) convert_inf_nan() argument
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 307 writer.write<uint16_t>(KeyLength); in EmitData() local 298 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKeyDataLength() local 358 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKeyDataLength() local 365 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 372 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitData() local 410 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitVersionTuple() local 449 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitVersionedInfo() local 483 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKeyDataLength() local 499 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitCommonEntityInfo() local 539 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitCommonTypeInfo() local 562 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 660 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitVariableInfo() local 676 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 745 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 761 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitUnversionedInfo() local 819 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKeyDataLength() local 826 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 833 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitData() local 877 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 942 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitParamInfo() local 967 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitFunctionInfo() local 991 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 1047 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 1105 llvm::support::endian::Writer writer(OS, llvm::endianness::little); EmitKey() local 1135 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitUnversionedInfo() local 1215 llvm::support::endian::Writer writer(OS, llvm::endianness::little); emitUnversionedInfo() local [all...] |
/llvm-project/libc/src/stdio/ |
H A D | vsprintf.cpp | 28 printf_core::Writer writer(&wb); global() variable
|
H A D | sprintf.cpp | 31 printf_core::Writer writer(&wb); global() variable
|
H A D | vsnprintf.cpp | 27 printf_core::Writer writer(&wb); global() variable
|
H A D | snprintf.cpp | 30 printf_core::Writer writer(&wb); global() variable
|
/llvm-project/libc/src/stdlib/ |
H A D | strfromf.cpp | 22 printf_core::Writer writer(&wb); global() variable
|
H A D | strfromd.cpp | 22 printf_core::Writer writer(&wb); global() variable
|
H A D | strfroml.cpp | 27 printf_core::Writer writer(&wb); global() variable
|
H A D | str_from_util.h | 106 strfromfloat_convert(printf_core::Writer * writer,const printf_core::FormatSection & section) strfromfloat_convert() argument
|
/llvm-project/libc/src/stdio/baremetal/ |
H A D | vprintf.cpp | 38 printf_core::Writer writer(&wb); global() variable
|
H A D | printf.cpp | 40 printf_core::Writer writer(&wb); global() variable
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestBytecodeRoundtrip.cpp | 141 DialectBytecodeWriter &writer) -> LogicalResult { in runTest0() 210 DialectBytecodeWriter &writer) -> LogicalResult { in runTest1() 271 DialectBytecodeWriter &writer) -> LogicalResult { in runTest3() 340 DialectBytecodeWriter &writer) -> LogicalResult { in runTest5() 345 DialectBytecodeWriter &writer) -> LogicalResult { in runTest5()
|
/llvm-project/mlir/include/mlir/Bytecode/ |
H A D | BytecodeImplementation.h | 457 DialectBytecodeWriter &writer) const { in writeAttribute() 466 DialectBytecodeWriter &writer) const { in writeType() 471 virtual void writeVersion(DialectBytecodeWriter &writer) const {} in writeVersion()
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | IRNumbering.cpp | 335 NumberingDialectWriter writer(*this, config.getDialectVersionMap()); number() local 347 NumberingDialectWriter writer(*this, config.getDialectVersionMap()); number() local 447 NumberingDialectWriter writer(*this, config.getDialectVersionMap()); number() local 502 NumberingDialectWriter writer(*this, config.getDialectVersionMap()); number() local 516 NumberingDialectWriter writer(*this, config.getDialectVersionMap()); number() local [all...] |