Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h276 class __weak_count; in _GLIBCXX_VISIBILITY() local
334 __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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h276 class __weak_count; in _GLIBCXX_VISIBILITY() local
339 __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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h363 class __weak_count; in _GLIBCXX_VISIBILITY() local
728 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h407 class __weak_count; in _GLIBCXX_VISIBILITY() local
1062 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20202195 (__shared_count(const __weak_count&, nothrow_t)): Add noexcept
2264 (__shared_count(const __weak_count&)): Use _M_add_ref_lock_nothrow
2266 (__shared_count(const __weak_count&, nothrow_t)): Add noexcept.
H A DChangeLog-2008541 (__shared_count::_M_less,__weak_count::_M_less,operator<): Replace
H A DChangeLog5019 * include/bits/shared_ptr_base.h (__shared_count, __weak_count)
H A DChangeLog-2014712 * include/bits/shared_ptr_base.h (__weak_count, __weak_ptr): Likewise.