Lines Matching refs:Array
27 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
29 Array<TestData> Data(A); in TEST()
34 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
36 Array<TestData> data(A); in TEST()
43 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
45 Array<TestData> data(A); in TEST()
53 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
55 Array<TestData> data(A); in TEST()
68 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
70 Array<TestData> data(A); in TEST()
77 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
79 Array<TestData> data(A); in TEST()
88 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
90 Array<TestData> data(A); in TEST()
109 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
111 Array<TestData> data(A); in TEST()
130 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
132 Array<TestData> Data(A); in TEST()
136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()
176 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST()
177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()
178 constexpr auto MaxElements = Array<TestData>::ElementsPerSegment; in TEST()
180 Array<TestData> Data(A); in TEST()
199 using AllocatorType = typename Array<ShadowStackEntry>::AllocatorType; in TEST()
201 Array<ShadowStackEntry> Data(A); in TEST()
228 using AllocatorType = typename Array<ShadowStackEntry>::AllocatorType; in TEST()
232 alignas(Array<ShadowStackEntry>) in TEST()
233 std::byte ArrayStorage[sizeof(Array<ShadowStackEntry>)]; in TEST()
234 new (&ArrayStorage) Array<ShadowStackEntry>(*A); in TEST()
235 auto *Data = reinterpret_cast<Array<ShadowStackEntry> *>(&ArrayStorage); in TEST()
273 Data->~Array(); in TEST()
276 new (Data) Array<ShadowStackEntry>(*A); in TEST()
312 using PtrArray = Array<int *>; in TEST()
314 Array<int *> A(Alloc); in TEST()
329 using PtrArray = Array<int *>; in TEST()
331 Array<int *> A(Alloc); in TEST()