Home
last modified time | relevance | path

Searched refs:TestingElement (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dmemory_access_test.cpp75 template <size_t Size> struct TestingElement { struct
101 TestingElement<1>, // 1 Byte
102 TestingElement<2>, // 2 Bytes
103 TestingElement<4>, // 4 Bytes
104 Repeated<TestingElement<2>, 3>, // 6 Bytes
105 Chained<TestingElement<4>, TestingElement<2>, TestingElement<1>> // 7 Bytes
213 using AlignmentT = TestingElement<4>; in TearDown()