Searched defs:__alloc (Results  1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ | 
| H A D | uses_allocator_construction.h | 38 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept {  in __uses_allocator_construction_args()54     const _Alloc& __alloc, piecewise_construct_t, _Tuple1&& __x, _Tuple2&& __y) noexcept {  in __uses_allocator_construction_args()
 72 _LIBCPP_HIDE_FROM_ABI constexpr auto __uses_allocator_construction_args(const _Alloc& __alloc) noex…  in __uses_allocator_construction_args()
 78 __uses_allocator_construction_args(const _Alloc& __alloc, _Up&& __u, _Vp&& __v) noexcept {  in __uses_allocator_construction_args()
 89 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>& __pair) noexcept {  in __uses_allocator_construction_args()
 97 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>& __pair) noexcept {  in __uses_allocator_construction_args()
 104 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>&& __pair) noexcept {  in __uses_allocator_construction_args()
 115 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>&& __pair) noexcept {  in __uses_allocator_construction_args()
 157 __uses_allocator_construction_args(const _Alloc& __alloc, _Type&& __value) noexcept {  in __uses_allocator_construction_args()
 181 _LIBCPP_HIDE_FROM_ABI constexpr _Type __make_obj_using_allocator(const _Alloc& __alloc, _Args&&... …  in __make_obj_using_allocator()
 [all …]
 
 | 
| H A D | uninitialized_algorithms.h | 377 constexpr void __allocator_destroy_multidimensional(_Alloc& __alloc, _BidirIter __first, _BidirIter…  in __allocator_destroy_multidimensional()413 constexpr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc) {  in __allocator_construct_at_multidimensional()
 449 constexpr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc, _Arg const& _…  in __allocator_construct_at_multidimensional()
 485 __uninitialized_allocator_fill_n_multidimensional(_Alloc& __alloc, _BidirIter __it, _Size __n, _Tp …  in __uninitialized_allocator_fill_n_multidimensional()
 502 __uninitialized_allocator_value_construct_n_multidimensional(_Alloc& __alloc, _BidirIter __it, _Siz…  in __uninitialized_allocator_value_construct_n_multidimensional()
 520 __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) {  in __allocator_destroy()
 529   _AllocatorDestroyRangeReverse(_Alloc& __alloc, _Iter& __first, _Iter& __last)  in _AllocatorDestroyRangeReverse()
 548 __uninitialized_allocator_copy(_Alloc& __alloc, _Iter1 __first1, _Sent1 __last1, _Iter2 __first2) {  in __uninitialized_allocator_copy()
 
 | 
| H A D | allocate_at_least.h | 32 allocation_result<typename allocator_traits<_Alloc>::pointer> allocate_at_least(_Alloc& __alloc, si…  in allocate_at_least()42 auto __allocate_at_least(_Alloc& __alloc, size_t __n) {  in __allocate_at_least()
 
 | 
| H A D | shared_ptr.h | 342             _Alloc *__alloc = reinterpret_cast<_Alloc*>(__first);  in _ALIGNAS_TYPE()  local
 | 
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ | 
| H A D | stl_uninitialized.h | 233 			   _Allocator __alloc)  in __uninitialized_copy_a()259 			   const _Tp& __x, _Allocator __alloc)  in __uninitialized_fill_a()
 285 			     _Allocator __alloc)  in __uninitialized_fill_n_a()
 326 			      _Allocator __alloc)  in __uninitialized_copy_copy()
 351 			      _Allocator __alloc)  in __uninitialized_fill_copy()
 374 			      _Allocator __alloc)  in __uninitialized_copy_fill()
 
 | 
| H A D | stl_construct.h | 171 	     _Allocator __alloc)  in _Destroy()
 | 
| H A D | basic_string.tcc | 529 	      const _Alloc& __alloc)  in _S_create()606     _M_clone(const _Alloc& __alloc, size_type __res)  in _M_clone()
 
 | 
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ | 
| H A D | rc_string_base.h | 358 	      const _Alloc& __alloc)  in _S_create()441     _M_clone(const _Alloc& __alloc, size_type __res)  in _M_clone()
 
 | 
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ | 
| H A D | basic_string.tcc | 494     _S_create(size_t __capacity, const _Alloc& __alloc)  in _S_create()565     _M_clone(const _Alloc& __alloc, size_type __res)  in _M_clone()
 
 | 
| H A D | stl_alloc.h | 617   typedef __default_alloc_template<true,0>    __alloc;  typedef
 |