Searched refs:__allocator_destroy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | uninitialized_algorithms.h | 174 _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 D | destroy.h | 48 __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) { in __allocator_destroy() function
|
| H A D | uninitialized_algorithms.h | 523 …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()
|