Home
last modified time | relevance | path

Searched refs:enable_shared_from_this (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dshared_ptr.h512 class enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
527 const enable_shared_from_this<_Tp1>*, in _GLIBCXX_VISIBILITY()
928 friend class enable_shared_from_this<_Tp>; in _GLIBCXX_VISIBILITY() local
1141 class enable_shared_from_this in _GLIBCXX_VISIBILITY()
1144 enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
1146 enable_shared_from_this(const enable_shared_from_this&) { } in _GLIBCXX_VISIBILITY()
1148 enable_shared_from_this& in _GLIBCXX_VISIBILITY()
1149 operator=(const enable_shared_from_this&) in _GLIBCXX_VISIBILITY()
1152 ~enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
1172 const enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dshared_ptr.h919 class enable_shared_from_this in _GLIBCXX_VISIBILITY()
922 constexpr enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()
924 enable_shared_from_this(const enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()
926 enable_shared_from_this& in _GLIBCXX_VISIBILITY()
927 operator=(const enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()
930 ~enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
964 friend const enable_shared_from_this* in _GLIBCXX_VISIBILITY()
966 const enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
Dshared_ptr_base.h404 class enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
2117 friend class enable_shared_from_this<_Tp>; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20075626 * testsuite/20_util/enable_shared_from_this/requirements/
6437 * testsuite/20_util/enable_shared_from_this/requirements/
6822 * tr1/2_general_utilities/enable_shared_from_this
6886 * tr1/2_general_utilities/memory/enable_shared_from_this
6887 * tr1/2_general_utilities/memory/enable_shared_from_this/1.cc
6888 * tr1/2_general_utilities/memory/enable_shared_from_this/not_shared2.cc
6889 * tr1/2_general_utilities/memory/enable_shared_from_this/not_shared3.cc
6890 * tr1/2_general_utilities/memory/enable_shared_from_this/not_shared.cc
6891 * tr1/2_general_utilities/memory/enable_shared_from_this/requirements
6892 * tr1/2_general_utilities/memory/enable_shared_from_this/
[all …]
DChangeLog-20051009 enable_shared_from_this/not_shared.cc: Adjust, remove xfail.
1011 enable_shared_from_this/not_shared2.cc: Likewise.
1013 enable_shared_from_this/not_shared3.cc: Likewise.
4022 enable_shared_from_this/not_shared.cc: Add explanatory comments.
4024 enable_shared_from_this/not_shared2.cc: Same.
4026 enable_shared_from_this/not_shared3.cc: Same.
4615 enable_shared_from_this/not_shared.cc: New test.
4617 enable_shared_from_this/not_shared2.cc: New test.
4619 enable_shared_from_this/not_shared3.cc: New test.
4621 enable_shared_from_this/shared.cc: New test.
[all …]
DChangeLog-20161371 * testsuite/20_util/enable_shared_from_this/56383.cc: Add tests for
1380 Remove overload for std::enable_shared_from_this..
1382 std::enable_shared_from_this base class.
1389 to detect accessible and unambiguous enable_shared_from_this bases.
1400 accessible and unambiguous enable_shared_from_this bases.
1403 std::experimental::enable_shared_from_this.
1405 function to select a std::experimental::enable_shared_from_this base.
1407 enable_shared_from_this.cc: New test.
3422 * testsuite/tr1/2_general_utilities/enable_shared_from_this/
3424 * testsuite/tr1/2_general_utilities/enable_shared_from_this/
[all …]
DChangeLog-2015207 * testsuite/20_util/enable_shared_from_this/56383.cc: New.
211 * include/bits/shared_ptr.h (enable_shared_from_this): Likewise.
2027 * testsuite/20_util/enable_shared_from_this/members/const.cc: New.
2028 * testsuite/20_util/enable_shared_from_this/members/reinit.cc: New.
2029 * testsuite/20_util/enable_shared_from_this/requirements/
2292 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Remove
DChangeLog-201034 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc:
476 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc:
743 enable_shared_from_this::enable_shared_from_this()): Add constexpr
1023 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Same.
DChangeLog-20061674 enable_shared_from_this<>*, const _Tp2*)): Add.
1675 (class enable_shared_from_this): Add.
1676 * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
1706 * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
DChangeLog-20095658 * testsuite/20_util/enable_shared_from_this/requirements/explicit_instantiation.cc:
8273 * testsuite/tr1/2_general_utilities/enable_shared_from_this/1.cc:
8275 * testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared.cc:
8277 * testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared2.cc:
8279 * testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared3.cc:
8281 …* testsuite/tr1/2_general_utilities/enable_shared_from_this/requirements/explicit_instantiation/1.…
8283 * testsuite/tr1/2_general_utilities/enable_shared_from_this/shared.cc:
8285 * testsuite/tr1/2_general_utilities/enable_shared_from_this/still_shared.cc:
DChangeLog-2013862 * testsuite/20_util/enable_shared_from_this/members/assign.cc: New.
863 * testsuite/20_util/enable_shared_from_this/members/unique_ptr.cc: New.
DChangeLog-20141443 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Likewise.
1444 * testsuite/20_util/enable_shared_from_this/requirements/
DChangeLog-20172960 * testsuite/20_util/enable_shared_from_this/members/const.cc: Don't
DChangeLog-20196248 * testsuite/20_util/enable_shared_from_this/89303.cc: New test.
DChangeLog-20215538 * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc:
DChangeLog-20204619 * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc:
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS107404 5356942a393ff4ed5fd90e64c89f2dbf libstdc++-v3/testsuite/20_util/enable_shared_from_this/56383.cc
107405 4bef796ce6e6eadb09adae222674b5a9 libstdc++-v3/testsuite/20_util/enable_shared_from_this/89303.cc
107406 3df956489f09459f27713bcc1fbced09 libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/const…
107407 cae60a49d4d65b2deeb5d63ece94ae57 libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/as…
107408 0678b62218924a23e3e58f919dee7a94 libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/co…
107409 0f3c9ad7b3c377e8a3d25e8781c00895 libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/re…
107410 e97254ce4fd08fa50a505c35d5316111 libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/un…
107411 72288a1f7e75afaa7f130333f81d1d98 libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/we…
107412 6d65efb6f7e1e04dad4717a415d9674f libstdc++-v3/testsuite/20_util/enable_shared_from_this/requiremen…
114623 …5b4f10eb58af libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/enable_shared_from_this.cc
[all …]
DNEWS5686 std::enable_shared_from_this<T>::weak_from_this(), and