Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h546 auto __destruct_first = __first2; in __uninitialized_allocator_copy_impl() local
548 …xception_guard(_AllocatorDestroyRangeReverse<_Alloc, _Iter2>(__alloc, __destruct_first, __first2)); in __uninitialized_allocator_copy_impl()
607 auto __destruct_first = __first2;
609 …xception_guard(_AllocatorDestroyRangeReverse<_Alloc, _Iter2>(__alloc, __destruct_first, __first2));