Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Duninitialized_algorithms.h174 _LIBCPP_HIDE_FROM_ABI void __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) { in __allocator_destroy() function
186 …std::__allocator_destroy(__alloc_, std::reverse_iterator<_Iter>(__last_), std::reverse_iterator<_I… in operator()
299 std::__allocator_destroy(__alloc, __first, __last);
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Ddestroy.h48 __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) { in __allocator_destroy() function
H A Duninitialized_algorithms.h523 …std::__allocator_destroy(__alloc_, std::reverse_iterator<_Iter>(__last_), std::reverse_iterator<_I… in operator()
635 std::__allocator_destroy(__alloc, __first, __last); in __uninitialized_allocator_relocate()