Searched refs:__alloc_ (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator_destructor.h29 _Alloc& __alloc_; member in class:__allocator_destructor
34 : __alloc_(__a), __s_(__s) {}
37 {__alloc_traits::deallocate(__alloc_, __p, __s_);}
H A Dallocation_guard.h51 : __alloc_(_VSTD::move(__alloc))
53 , __ptr_(allocator_traits<_Alloc>::allocate(__alloc_, __n_)) // initialization order is important
59 allocator_traits<_Alloc>::deallocate(__alloc_, __ptr_, __n_);
76 _Alloc __alloc_; member in struct:__allocation_guard
H A Dshared_ptr.h1045 : __alloc_(__alloc), __count_(__count)
1047 std::__uninitialized_allocator_fill_n_multidimensional(__alloc_, std::begin(__data_), __count_, __arg);
1052 : __alloc_(__alloc), __count_(__count)
1060 std::__uninitialized_allocator_value_construct_n_multidimensional(__alloc_, std::begin(__data_), __count_);
1063 std::__uninitialized_allocator_value_construct_n_multidimensional(__alloc_, std::begin(__data_), __count_);
1092 __allocator_traits_rebind_t<_Alloc, _Tp> __value_alloc(__alloc_);
1096 __allocator_traits_rebind_t<_Alloc, _Tp> __value_alloc(__alloc_);
1106 _StorageAlloc __tmp(__alloc_);
1107 __alloc_.~_Alloc();
1113 _LIBCPP_NO_UNIQUE_ADDRESS _Alloc __alloc_; member in struct:__unbounded_array_control_block
1196 _LIBCPP_NO_UNIQUE_ADDRESS _Alloc __alloc_; member in struct:__bounded_array_control_block
[all...]
H A Duses_allocator_construction.h162 return std::__make_obj_using_allocator<_PairMutable>(__alloc_, __pair);
166 return std::__make_obj_using_allocator<_PairMutable>(__alloc_, std::move(__pair));
169 const _Alloc& __alloc_;
H A Duninitialized_algorithms.h530 : __alloc_(__alloc), __first_(__first), __last_(__last) {}
533 std::__allocator_destroy(__alloc_, std::reverse_iterator<_Iter>(__last_), std::reverse_iterator<_Iter>(__first_));
537 _Alloc& __alloc_; member in class:_AllocatorDestroyRangeReverse

Completed in 211 milliseconds