Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h253 ::new ((void*)__get_elem()) _Tp; in __shared_ptr_emplace()
262 allocator_traits<_TpAlloc>::construct(__tmp, __get_elem(), std::forward<_Args>(__args)...); in __shared_ptr_emplace()
267 _LIBCPP_HIDE_FROM_ABI _Tp* __get_elem() _NOEXCEPT { return __storage_.__get_elem(); } in __get_elem() function
273 __get_elem()->~_Tp(); in __on_zero_shared_impl()
281 allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); in __on_zero_shared_impl()
314 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI _Tp* __get_elem() _NOEXCEPT { in _ALIGNAS_TYPE()
745 (*__control_block).__get_elem(), std::addressof(*__control_block));
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h153 ::new (static_cast<void*>(__get_elem())) __value_type; in __shared_ptr_emplace()
162 allocator_traits<_TpAlloc>::construct(__tmp, __get_elem(), std::forward<_Args>(__args)...); in __shared_ptr_emplace()
167 _LIBCPP_HIDE_FROM_ABI __value_type* __get_elem() _NOEXCEPT { return __storage_.__get_elem(); } in __get_elem() function
173 __get_elem()->~__value_type(); in __on_zero_shared_impl()
181 allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); in __on_zero_shared_impl()
211 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI __value_type* __get_elem() _NOEXCEPT { in __get_elem() function
739 (*__control_block).__get_elem(), std::addressof(*__control_block));