Searched refs:__weak_this_ (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h950 if (__e && __e->__weak_this_.expired())
952 __e->__weak_this_ = shared_ptr<_RawYp>(*this,
1875 mutable weak_ptr<_Tp> __weak_this_; member in class:enable_shared_from_this
1889 {return shared_ptr<_Tp>(__weak_this_);}
1892 {return shared_ptr<const _Tp>(__weak_this_);}
1897 { return __weak_this_; }
1901 { return __weak_this_; }

Completed in 177 milliseconds