Searched refs:__weak_count (Results 1 – 8 of 8) sorted by relevance
276 class __weak_count; in _GLIBCXX_VISIBILITY() local334 __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()393 friend class __weak_count<_Lp>; in _GLIBCXX_VISIBILITY()400 class __weak_count in _GLIBCXX_VISIBILITY()403 __weak_count() in _GLIBCXX_VISIBILITY()407 __weak_count(const __shared_count<_Lp>& __r) in _GLIBCXX_VISIBILITY()414 __weak_count(const __weak_count<_Lp>& __r) in _GLIBCXX_VISIBILITY()421 ~__weak_count() // nothrow in _GLIBCXX_VISIBILITY()427 __weak_count<_Lp>& in _GLIBCXX_VISIBILITY()439 __weak_count<_Lp>& in _GLIBCXX_VISIBILITY()[all …]
276 class __weak_count; in _GLIBCXX_VISIBILITY() local339 __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()398 friend class __weak_count<_Lp>; in _GLIBCXX_VISIBILITY()405 class __weak_count in _GLIBCXX_VISIBILITY()408 __weak_count() in _GLIBCXX_VISIBILITY()412 __weak_count(const __shared_count<_Lp>& __r) in _GLIBCXX_VISIBILITY()419 __weak_count(const __weak_count<_Lp>& __r) in _GLIBCXX_VISIBILITY()426 ~__weak_count() // nothrow in _GLIBCXX_VISIBILITY()432 __weak_count<_Lp>& in _GLIBCXX_VISIBILITY()444 __weak_count<_Lp>& in _GLIBCXX_VISIBILITY()[all …]
363 class __weak_count; in _GLIBCXX_VISIBILITY() local728 explicit __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()731 explicit __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t); in _GLIBCXX_VISIBILITY()786 _M_less(const __weak_count<_Lp>& __rhs) const noexcept in _GLIBCXX_VISIBILITY()795 friend class __weak_count<_Lp>; in _GLIBCXX_VISIBILITY()802 class __weak_count in _GLIBCXX_VISIBILITY()805 constexpr __weak_count() noexcept : _M_pi(nullptr) in _GLIBCXX_VISIBILITY()808 __weak_count(const __shared_count<_Lp>& __r) noexcept in _GLIBCXX_VISIBILITY()815 __weak_count(const __weak_count& __r) noexcept in _GLIBCXX_VISIBILITY()822 __weak_count(__weak_count&& __r) noexcept in _GLIBCXX_VISIBILITY()[all …]
407 class __weak_count; in _GLIBCXX_VISIBILITY() local1062 explicit __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()1066 __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t) noexcept; in _GLIBCXX_VISIBILITY()1121 _M_less(const __weak_count<_Lp>& __rhs) const noexcept in _GLIBCXX_VISIBILITY()1130 friend class __weak_count<_Lp>; in _GLIBCXX_VISIBILITY()1140 class __weak_count in _GLIBCXX_VISIBILITY()1143 constexpr __weak_count() noexcept : _M_pi(nullptr) in _GLIBCXX_VISIBILITY()1146 __weak_count(const __shared_count<_Lp>& __r) noexcept in _GLIBCXX_VISIBILITY()1153 __weak_count(const __weak_count& __r) noexcept in _GLIBCXX_VISIBILITY()1160 __weak_count(__weak_count&& __r) noexcept in _GLIBCXX_VISIBILITY()[all …]
2195 (__shared_count(const __weak_count&, nothrow_t)): Add noexcept2264 (__shared_count(const __weak_count&)): Use _M_add_ref_lock_nothrow2266 (__shared_count(const __weak_count&, nothrow_t)): Add noexcept.
541 (__shared_count::_M_less,__weak_count::_M_less,operator<): Replace
5019 * include/bits/shared_ptr_base.h (__shared_count, __weak_count)
712 * include/bits/shared_ptr_base.h (__weak_count, __weak_ptr): Likewise.