Home
last modified time | relevance | path

Searched defs:__alloc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h97 static _LIBCPP_HIDE_FROM_ABI constexpr auto __apply(const _Alloc& __alloc) noexcept { in __uses_allocator_construction_args() argument
45 __uses_allocator_construction_args(const _Alloc & __alloc,_Args &&...__args) __uses_allocator_construction_args() argument
62 __uses_allocator_construction_args(const _Alloc & __alloc,piecewise_construct_t,_Tuple1 && __x,_Tuple2 && __y) __uses_allocator_construction_args() argument
80 __uses_allocator_construction_args(const _Alloc & __alloc) __uses_allocator_construction_args() argument
86 __uses_allocator_construction_args(const _Alloc & __alloc,_Up && __u,_Vp && __v) __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
133 __uses_allocator_construction_args(const _Alloc & __alloc,_PairLike && __p) __uses_allocator_construction_args() argument
183 __uses_allocator_construction_args(const _Alloc & __alloc,_Type && __value) __uses_allocator_construction_args() argument
205 __make_obj_using_allocator(const _Alloc & __alloc,_Args &&...__args) __make_obj_using_allocator() argument
212 __uninitialized_construct_using_allocator(_Type * __ptr,const _Alloc & __alloc,_Args &&...__args) __uninitialized_construct_using_allocator() argument
[all...]
H A Duninitialized_algorithms.h369 __allocator_destroy_multidimensional(_Alloc & __alloc,_BidirIter __first,_BidirIter __last) __allocator_destroy_multidimensional() argument
404 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc) __allocator_construct_at_multidimensional() argument
440 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument
479 __uninitialized_allocator_fill_n_multidimensional(_Alloc & __alloc,_BidirIter __it,_Size __n,_Tp const & __value) __uninitialized_allocator_fill_n_multidimensional() argument
497 __uninitialized_allocator_value_construct_n_multidimensional(_Alloc & __alloc,_BidirIter __it,_Size __n) __uninitialized_allocator_value_construct_n_multidimensional() argument
516 __allocator_destroy(_Alloc & __alloc,_Iter __first,_Sent __last) __allocator_destroy() argument
525 _AllocatorDestroyRangeReverse(_Alloc & __alloc,_Iter & __first,_Iter & __last) _AllocatorDestroyRangeReverse() argument
544 __uninitialized_allocator_copy_impl(_Alloc & __alloc,_Iter1 __first1,_Sent1 __last1,_Iter2 __first2) __uninitialized_allocator_copy_impl() argument
[all...]
H A Dallocate_at_least.h25 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto __allocate_at_least(_Alloc& __alloc, size_t __n) { in __allocate_at_least() argument
H A Dshared_ptr.h313 _Alloc* __alloc = reinterpret_cast<_Alloc*>(__first); _ALIGNAS_TYPE() local
[all...]
/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h65 _LIBCPP_HIDE_FROM_ABI _Stored* __alloc() { __alloc() function
/llvm-project/pstl/include/pstl/internal/
H A Dparallel_backend_tbb.h645 auto __alloc = _M_allocator; in finalize() local