Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp71 struct CountDestructor struct
73 TEST_CONSTEXPR explicit CountDestructor(int* counter) in CountDestructor() argument
77 TEST_CONSTEXPR_CXX20 ~CountDestructor() { ++*counter_; } in ~CountDestructor() argument
85 typedef NoDestroy<CountDestructor> Alloc; in test() argument