/freebsd-src/contrib/llvm-project/libcxx/include/__memory/ |
H A D | uses_allocator_construction.h | 45 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept { in __uses_allocator_construction_args() argument 62 const _Alloc& __alloc, piecewise_construct_t, _Tuple1&& __x, _Tuple2&& __y) noexcept { in __uses_allocator_construction_args() argument 80 _LIBCPP_HIDE_FROM_ABI constexpr auto __uses_allocator_construction_args(const _Alloc& __alloc) noexcept { in __uses_allocator_construction_args() argument 86 __uses_allocator_construction_args(const _Alloc & __alloc,_Up && __u,_Vp && __v) __uses_allocator_construction_args() argument 97 __uses_allocator_construction_args(const _Alloc & __alloc,pair<_Up,_Vp> & __pair) __uses_allocator_construction_args() argument 105 __uses_allocator_construction_args(const _Alloc & __alloc,const pair<_Up,_Vp> & __pair) __uses_allocator_construction_args() argument 112 __uses_allocator_construction_args(const _Alloc & __alloc,pair<_Up,_Vp> && __pair) __uses_allocator_construction_args() argument 123 __uses_allocator_construction_args(const _Alloc & __alloc,const pair<_Up,_Vp> && __pair) __uses_allocator_construction_args() argument 137 __uses_allocator_construction_args(const _Alloc & __alloc,_PairLike && __p) __uses_allocator_construction_args() argument 189 __uses_allocator_construction_args(const _Alloc & __alloc,_Type && __value) __uses_allocator_construction_args() argument 213 __make_obj_using_allocator(const _Alloc & __alloc,_Args &&...__args) __make_obj_using_allocator() argument 220 __uninitialized_construct_using_allocator(_Type * __ptr,const _Alloc & __alloc,_Args &&...__args) __uninitialized_construct_using_allocator() argument [all...] |
H A D | allocate_at_least.h | 41 return {__alloc.allocate(__n), __n}; in __allocate_at_least() argument 32 allocate_at_least(_Alloc & __alloc,size_t __n) allocate_at_least() argument
|
H A D | uninitialized_algorithms.h | 370 __allocator_destroy_multidimensional(_Alloc & __alloc,_BidirIter __first,_BidirIter __last) __allocator_destroy_multidimensional() argument 405 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc) __allocator_construct_at_multidimensional() argument 441 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument 480 __uninitialized_allocator_fill_n_multidimensional(_Alloc & __alloc,_BidirIter __it,_Size __n,_Tp const & __value) __uninitialized_allocator_fill_n_multidimensional() argument 498 __uninitialized_allocator_value_construct_n_multidimensional(_Alloc & __alloc,_BidirIter __it,_Size __n) __uninitialized_allocator_value_construct_n_multidimensional() argument 517 __allocator_destroy(_Alloc & __alloc,_Iter __first,_Sent __last) __allocator_destroy() argument 526 _AllocatorDestroyRangeReverse(_Alloc & __alloc,_Iter & __first,_Iter & __last) _AllocatorDestroyRangeReverse() argument 545 __uninitialized_allocator_copy_impl(_Alloc & __alloc,_Iter1 __first1,_Sent1 __last1,_Iter2 __first2) __uninitialized_allocator_copy_impl() argument [all...] |
H A D | shared_ptr.h | 314 return __alloc; in _ALIGNAS_TYPE() local [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/ |
H A D | small_buffer.h | 65 _LIBCPP_HIDE_FROM_ABI _Stored* __alloc() { in __alloc() function
|