Home
last modified time | relevance | path

Searched refs:__shared_ptr_emplace (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h246 struct __shared_ptr_emplace : __shared_weak_count { struct
250 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&...) : __storage_(std::move… in __shared_ptr_emplace() function
259 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(st… in __shared_ptr_emplace() argument
287 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak() argument
739 using _ControlBlock = __shared_ptr_emplace<_Tp, _Alloc>;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h144 struct __shared_ptr_emplace : __shared_weak_count { struct
150 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&...) : __storage_(std::move… in __shared_ptr_emplace() argument
159 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(st… in __shared_ptr_emplace() argument
187 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak() argument
733 using _ControlBlock = __shared_ptr_emplace<_Tp, _Alloc>;