Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h255 ::new ((void*)__get_elem()) _Tp; in __shared_ptr_emplace()
264 allocator_traits<_TpAlloc>::construct(__tmp, __get_elem(), std::forward<_Args>(__args)...); in __shared_ptr_emplace()
269 _LIBCPP_HIDE_FROM_ABI _Tp* __get_elem() _NOEXCEPT { return __storage_.__get_elem(); } in __get_elem() function
275 __get_elem()->~_Tp(); in __on_zero_shared_impl()
283 allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); in __on_zero_shared_impl()
316 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI _Tp* __get_elem() _NOEXCEPT { in _ALIGNAS_TYPE()
846 (*__control_block).__get_elem(), std::addressof(*__control_block));