Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/libc/test/src/stdio/printf_core/
H A Dwriter_test.cpp23 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 Dungzip.py5 writer = getattr(sys.stdout, "buffer", None) variable
7 writer = sys.stdout variable
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp727 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 Dfloat_dec_converter.h108 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 Dwrite_int_converter.h21 convert_write_int(Writer * writer,const FormatSection & to_conv) convert_write_int() argument
H A Dconverter.cpp28 convert(Writer * writer,const FormatSection & to_conv) convert() argument
[all...]
H A Dptr_converter.h20 convert_pointer(Writer * writer,const FormatSection & to_conv) convert_pointer() argument
H A Dchar_converter.h19 convert_char(Writer * writer,const FormatSection & to_conv) convert_char() argument
H A Dstring_converter.h22 convert_string(Writer * writer,const FormatSection & to_conv) convert_string() argument
H A Dprintf_main.cpp22 printf_main(Writer * writer,const char * __restrict str,internal::ArgList & args) printf_main() argument
H A Dfloat_inf_nan_converter.h25 convert_inf_nan(Writer * writer,const FormatSection & to_conv) convert_inf_nan() argument
/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp307 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 Dvsprintf.cpp28 printf_core::Writer writer(&wb); global() variable
H A Dsprintf.cpp31 printf_core::Writer writer(&wb); global() variable
H A Dvsnprintf.cpp27 printf_core::Writer writer(&wb); global() variable
H A Dsnprintf.cpp30 printf_core::Writer writer(&wb); global() variable
/llvm-project/libc/src/stdlib/
H A Dstrfromf.cpp22 printf_core::Writer writer(&wb); global() variable
H A Dstrfromd.cpp22 printf_core::Writer writer(&wb); global() variable
H A Dstrfroml.cpp27 printf_core::Writer writer(&wb); global() variable
H A Dstr_from_util.h106 strfromfloat_convert(printf_core::Writer * writer,const printf_core::FormatSection & section) strfromfloat_convert() argument
/llvm-project/libc/src/stdio/baremetal/
H A Dvprintf.cpp38 printf_core::Writer writer(&wb); global() variable
H A Dprintf.cpp40 printf_core::Writer writer(&wb); global() variable
/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp141 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 DBytecodeImplementation.h457 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 DIRNumbering.cpp335 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...]

12