/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer 29 void Writer::write(int64_t i) { in write() function in Writer 62 void Writer::write(uint64_t u) { in write() function in Writer 90 void Writer::write(double d) { in write() function in Writer 103 void Writer::write(StringRef s) { in write() function in Writer 123 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | EndianStream.h | 28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function 59 template <typename value_type> void write(value_type Val) { in write() function
|
H A D | Endian.h | 97 inline void write(void *memory, value_type value, endianness endian) { in write() function 107 inline void write(void *memory, value_type value) { in write() function 387 template <typename T> inline void write(void *P, T V, endianness E) { in write() function 391 template <typename T, endianness E> inline void write(void *P, T V) { in write() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 324 MDNode *ResourceBase::ExtendedProperties::write(LLVMContext &Ctx) const { in write() function in ResourceBase::ExtendedProperties 338 void ResourceBase::write(LLVMContext &Ctx, in write() function in ResourceBase 349 MDNode *UAVResource::write() const { in write() function in UAVResource 363 MDNode *ConstantBuffer::write() const { in write() function in ConstantBuffer 373 template <typename T> MDNode *ResourceTable<T>::write(Module &M) const { in write() function in ResourceTable 387 void Resources::write(Module &M) const { in write() function in Resources
|
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | Logger.py | 11 def write(self, data): member in NopLogger 26 def write(self, data): member in StdoutLogger 49 def write(self, data): member in FileLogger 120 def write(self, data): member in Logger
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 49 const bool write = false; in ProcessLaunchInfo() local 56 const bool write = true; in ProcessLaunchInfo() local 63 const bool write = true; in ProcessLaunchInfo() local 90 bool read, bool write) { in AppendOpenFileAction() 100 bool write) { in AppendSuppressFileAction()
|
H A D | FileAction.cpp | 35 bool write) { in Open()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/ |
H A D | DependencyInfo.h | 29 virtual void write(llvm::Twine Version, in write() function 83 void write(llvm::Twine Version, const std::vector<std::string> &Inputs, in write() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.h | 30 bool write; member 81 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr()
|
/openbsd-src/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_domain.c | 133 i915_gem_object_set_to_wc_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_wc_domain() 195 i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_gtt_domain() 504 i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write) in i915_gem_object_set_to_cpu_domain()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 60 void StringTableBuilder::write(raw_ostream &OS) const { in write() function in StringTableBuilder 70 void StringTableBuilder::write(uint8_t *Buf) const { in write() function in StringTableBuilder
|
/openbsd-src/gnu/llvm/llvm/lib/XRay/ |
H A D | FDRTraceWriter.cpp | 26 static size_t write(support::endian::Writer &OS, Tuple &&T) { in write() function 36 static size_t write(support::endian::Writer &OS, Tuple &&) { in write() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/ |
H A D | I.pm | 54 sub write { subroutine
|
H A D | A.pm | 76 sub write { subroutine
|
/openbsd-src/usr.bin/libtool/LT/ |
H A D | LoFile.pm | 26 sub write($self, $filename) subroutine
|
H A D | LaFile.pm | 43 sub write($lainfo, $filename, $name) subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/ |
H A D | TieIn.pm | 10 sub write { subroutine
|
/openbsd-src/lib/libc/sys/ |
H A D | w_write.c | 22 write(int fd, const void *buf, size_t nbytes) in write() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/ |
H A D | Writer.pm | 31 sub write { subroutine [all...] |
/openbsd-src/sys/lib/libsa/ |
H A D | write.c | 68 write(int fd, void *dest, size_t bcount) in write() function
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingWriter.cpp | 39 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() function in CoverageFilenamesSectionWriter 153 void CoverageMappingWriter::write(raw_ostream &OS) { in write() function in CoverageMappingWriter
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 379 Error COFFWriter::write(bool IsBigObj) { in write() function in llvm::objcopy::coff::COFFWriter 458 Error COFFWriter::write() { in write() function in llvm::objcopy::coff::COFFWriter
|
/openbsd-src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/ |
H A D | SharedMem.pm | 123 sub write subroutine
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | md5.pm | 37 sub write($self, $fh) subroutine
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | builtin-prefetch-1.c | 9 enum rw { read, write }; enumerator
|