Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/Inputs/
H A Dungzip.py5 writer = getattr(sys.stdout, 'buffer', None) variable
7 writer = sys.stdout variable
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp759 ByteCodeWriter &writer) { in generate()
767 ByteCodeWriter &writer) { in generate()
803 ByteCodeWriter &writer) { in generate()
808 ByteCodeWriter &writer) { in generate()
814 ByteCodeWriter &writer) { in generate()
819 ByteCodeWriter &writer) { in generate()
837 ByteCodeWriter &writer) { in generate()
842 ByteCodeWriter &writer) { in generate()
897 ByteCodeWriter &writer) { in generate()
902 ByteCodeWriter &writer) { in generate()
[all …]
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dchar_converter.h19 int inline convert_char(Writer *writer, const FormatSection &to_conv) { in convert_char()
H A Dconverter.cpp27 int convert(Writer *writer, const FormatSection &to_conv) { in convert()
H A Dwrite_int_converter.h22 int inline convert_write_int(Writer *writer, const FormatSection &to_conv) { in convert_write_int()
H A Dstring_converter.h21 int inline convert_string(Writer *writer, const FormatSection &to_conv) { in convert_string()
H A Dptr_converter.h20 int inline convert_pointer(Writer *writer, const FormatSection &to_conv) { in convert_pointer()
H A Dprintf_main.cpp22 int printf_main(Writer *writer, const char *__restrict str, in printf_main()
H A Doct_converter.h22 int inline convert_oct(Writer *writer, const FormatSection &to_conv) { in convert_oct()
H A Dfloat_inf_nan_converter.h25 int inline convert_inf_nan(Writer *writer, const FormatSection &to_conv) { in convert_inf_nan()
H A Dhex_converter.h22 int convert_hex(Writer *writer, const FormatSection &to_conv) { in convert_hex()
H A Dint_converter.h23 int inline convert_int(Writer *writer, const FormatSection &to_conv) { in convert_int()
H A Dfloat_hex_converter.h27 int inline convert_float_hex_exp(Writer *writer, const FormatSection &to_conv) { in convert_float_hex_exp()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DFifoFiles.cpp77 std::ofstream writer(m_fifo_file, std::ofstream::out); in SendJSON() local
/llvm-project-15.0.7/libc/test/src/stdio/printf_core/
H A Dconverter_test.cpp24 __llvm_libc::printf_core::Writer writer = __llvm_libc::printf_core::Writer( member in LlvmLibcPrintfConverterTest
/llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp85 std::coroutine_handle<> writer = nullptr; member in channel
/llvm-project-15.0.7/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp87 coroutine_handle<> writer = nullptr; member in channel
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp108 StreamWriter &&writer) { in MakeLocationExpressionInternal()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCMachOStreamer.cpp594 MCObjectWriter &writer = Asm.getWriter(); in createAddrSigSection() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp468 MutablePropertyWriter writer(builder, loc, box); in associateMutableBox() local
567 MutablePropertyWriter writer(builder, loc, box); in associateMutableBoxWithRemap() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp482 ModFileWriter writer{context_}; in PutSubprogram() local
858 llvm::raw_fd_ostream writer(temp->fd, /*shouldClose=*/false); in WriteFile() local
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp643 BinaryStreamWriter &writer) { in writeAllModuleSymbolRecords()
710 BinaryStreamWriter &writer) { in commitSymbolsForObject()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp5468 …FooWrite writer(foo); // expected-warning {{passing variable 'foo' by reference requires holding … in test1() local