Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h226 void __shared_ptr_pointer<_Tp, _Dp, _Alloc>::__on_zero_shared() _NOEXCEPT { __on_zero_shared() function
286 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void __on_zero_shared() _NOEXCEPT override { __on_zero_shared_impl(); } __on_zero_shared() function
/llvm-project/libcxx/src/
H A Dfuture.cpp60 void __assoc_sub_state::__on_zero_shared() noexcept { delete this; } in __on_zero_shared() function in __assoc_sub_state
H A Dlocale.cpp589 void locale::facet::__on_zero_shared() noexcept { delete this; } in __on_zero_shared() function in locale::facet
/llvm-project/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp44 virtual void __on_zero_shared() noexcept { __on_zero_shared() function