Searched refs:__destruct_first (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | uninitialized_algorithms.h | 202 auto __destruct_first = __first2; in __uninitialized_allocator_copy_impl() local 204 …xception_guard(_AllocatorDestroyRangeReverse<_Alloc, _Iter2>(__alloc, __destruct_first, __first2)); in __uninitialized_allocator_copy_impl() 285 auto __destruct_first = __result; 287 …_exception_guard(_AllocatorDestroyRangeReverse<_Alloc, _Tp*>(__alloc, __destruct_first, __result));
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 539 auto __destruct_first = __first2; in __uninitialized_allocator_copy_impl() local 541 …xception_guard(_AllocatorDestroyRangeReverse<_Alloc, _Iter2>(__alloc, __destruct_first, __first2)); in __uninitialized_allocator_copy_impl() 621 auto __destruct_first = __result; in __uninitialized_allocator_relocate() local 623 … _AllocatorDestroyRangeReverse<_Alloc, _ContiguousIterator>(__alloc, __destruct_first, __result)); in __uninitialized_allocator_relocate()
|