template <size_t Size>
struct Memcpy
Defined at line 28 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
////////////////////////////////////////////////////////////////////////////
Memcpy
Public Members
static const size_t SIZE
Public Methods
void block_offset (__restrict Ptrdst,__restrict CPtrsrc,size_toffset)
Defined at line 30 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void block (__restrict Ptr dst, __restrict CPtr src)
Defined at line 35 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void tail (__restrict Ptrdst,__restrict CPtrsrc,size_tcount)
Defined at line 39 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void head_tail (__restrict Ptrdst,__restrict CPtrsrc,size_tcount)
Defined at line 44 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void loop_and_tail_offset (__restrict Ptrdst,__restrict CPtrsrc,size_tcount,size_toffset)
Defined at line 50 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void loop_and_tail (__restrict Ptrdst,__restrict CPtrsrc,size_tcount)
Defined at line 61 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h