Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h248 struct __shared_ptr_emplace : __shared_weak_count { struct
252 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&...) : __storage_(std::move… in __shared_ptr_emplace() argument
261 …_LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(st… in __shared_ptr_emplace() function
289 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak() argument
304 using _CompressedPair = __compressed_pair<_Alloc, _Tp>;
305 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
326 _Storage __storage_;