Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Ddestroy_at.pass.cpp36 struct DerivedCounted : VirtualCounted { struct
37 TEST_CONSTEXPR DerivedCounted(int* counter) : VirtualCounted(counter) { } in DerivedCounted() function
38 TEST_CONSTEXPR_CXX20 ~DerivedCounted() override { } in ~DerivedCounted() argument
107 using Alloc = std::allocator<DerivedCounted>; in test()
109 DerivedCounted* ptr1 = std::allocator_traits<Alloc>::allocate(alloc, 1); in test()
110 DerivedCounted* ptr2 = std::allocator_traits<Alloc>::allocate(alloc, 1); in test()