Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h498 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
515 const __enable_shared_from_this<_Tp1, in _GLIBCXX_VISIBILITY()
917 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()
938 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()
941 __enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
943 __enable_shared_from_this(const __enable_shared_from_this&) { } in _GLIBCXX_VISIBILITY()
945 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()
946 operator=(const __enable_shared_from_this&) in _GLIBCXX_VISIBILITY()
949 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
969 const __enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h503 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
520 const __enable_shared_from_this<_Tp1, in _GLIBCXX_VISIBILITY()
927 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()
948 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()
951 __enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
953 __enable_shared_from_this(const __enable_shared_from_this&) { } in _GLIBCXX_VISIBILITY()
955 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()
956 operator=(const __enable_shared_from_this&) in _GLIBCXX_VISIBILITY()
959 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
979 const __enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h348 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
1764 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()
1817 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()
1820 constexpr __enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()
1822 __enable_shared_from_this(const __enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()
1824 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()
1825 operator=(const __enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()
1828 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
1855 friend const __enable_shared_from_this* in _GLIBCXX_VISIBILITY()
1857 const __enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h392 class __enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
2116 friend class __enable_shared_from_this<_Tp, _Lp>; in _GLIBCXX_VISIBILITY()
2175 class __enable_shared_from_this in _GLIBCXX_VISIBILITY()
2178 constexpr __enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()
2180 __enable_shared_from_this(const __enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()
2182 __enable_shared_from_this& in _GLIBCXX_VISIBILITY()
2183 operator=(const __enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()
2186 ~__enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
2213 friend const __enable_shared_from_this* in _GLIBCXX_VISIBILITY()
2215 const __enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20161393 std::__enable_shared_from_this.
1395 std::__enable_shared_from_this base class.
5771 (__enable_shared_from_this::weak_from_this): Likewise.
H A DChangeLog-2010748 __enable_shared_from_this::__enable_shared_from_this()): Likewise.
H A DChangeLog-20173945 (__enable_shared_from_this): Declare __shared_ptr as a friend.
H A DChangeLog-2015208 * include/bits/shared_ptr_base.h (__enable_shared_from_this): Make