Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dbackend_test.cpp124 struct LoadStoreConf { struct
126 using BufferT = Buffer<Size>;
127 using T = typename Backend::template getNextType<Size>;
129 static constexpr size_t SIZE = Size;
131 static BufferT load(const BufferT &ref) { in load()
137 static void store(BufferT &ref, const BufferT value) { in store()