template <size_t Size>
struct Memset
Defined at line 69 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
////////////////////////////////////////////////////////////////////////////
Memset
Public Members
static const size_t SIZE
Public Methods
void block (Ptr dst, uint8_t value)
Defined at line 72 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void tail (Ptr dst, uint8_t value, size_t count)
Defined at line 83 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void head_tail (Ptr dst, uint8_t value, size_t count)
Defined at line 87 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h
void loop_and_tail (Ptr dst, uint8_t value, size_t count)
Defined at line 92 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_builtin.h