Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h283 _TpAlloc __tmp(*__get_alloc()); in __shared_ptr_emplace()
292 _Alloc* __get_alloc() _NOEXCEPT { return __storage_.__get_alloc(); } in __get_alloc() function
304 _TpAlloc __tmp(*__get_alloc()); in __on_zero_shared()
315 _ControlBlockAlloc __tmp(*__get_alloc()); in __on_zero_shared_weak()
334 ::new ((void*)__get_alloc()) _Alloc(_VSTD::move(__a)); in _ALIGNAS_TYPE()
337 __get_alloc()->~_Alloc(); in _ALIGNAS_TYPE()
339 _Alloc* __get_alloc() _NOEXCEPT { in _ALIGNAS_TYPE()