Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h52 template<typename _Tp> class enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
480 friend class enable_shared_from_this<_Tp>; in _GLIBCXX_VISIBILITY()
620 class enable_shared_from_this in _GLIBCXX_VISIBILITY()
623 constexpr enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()
625 enable_shared_from_this(const enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()
627 enable_shared_from_this& in _GLIBCXX_VISIBILITY()
628 operator=(const enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()
631 ~enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
657 friend const enable_shared_from_this* in _GLIBCXX_VISIBILITY()
658 __expt_enable_shared_from_this_base(const enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dshared_ptr.h52 template<typename _Tp> class enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
480 friend class enable_shared_from_this<_Tp>; in _GLIBCXX_VISIBILITY()
620 class enable_shared_from_this in _GLIBCXX_VISIBILITY()
623 constexpr enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()
625 enable_shared_from_this(const enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()
627 enable_shared_from_this& in _GLIBCXX_VISIBILITY()
628 operator=(const enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()
631 ~enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
657 friend const enable_shared_from_this* in _GLIBCXX_VISIBILITY()
658 __expt_enable_shared_from_this_base(const enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h507 class enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
522 const enable_shared_from_this<_Tp1>*, in _GLIBCXX_VISIBILITY()
918 friend class enable_shared_from_this<_Tp>; in _GLIBCXX_VISIBILITY()
1125 class enable_shared_from_this in _GLIBCXX_VISIBILITY()
1128 enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
1130 enable_shared_from_this(const enable_shared_from_this&) { } in _GLIBCXX_VISIBILITY()
1132 enable_shared_from_this& in _GLIBCXX_VISIBILITY()
1133 operator=(const enable_shared_from_this&) in _GLIBCXX_VISIBILITY()
1136 ~enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
1156 const enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A 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()
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.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr.h791 class enable_shared_from_this in _GLIBCXX_VISIBILITY()
794 constexpr enable_shared_from_this() noexcept { } in _GLIBCXX_VISIBILITY()
796 enable_shared_from_this(const enable_shared_from_this&) noexcept { } in _GLIBCXX_VISIBILITY()
798 enable_shared_from_this& in _GLIBCXX_VISIBILITY()
799 operator=(const enable_shared_from_this&) noexcept in _GLIBCXX_VISIBILITY()
802 ~enable_shared_from_this() { } in _GLIBCXX_VISIBILITY()
831 friend const enable_shared_from_this* in _GLIBCXX_VISIBILITY()
833 const enable_shared_from_this* __p) in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h360 class enable_shared_from_this; in _GLIBCXX_VISIBILITY() local
1765 friend class enable_shared_from_this<_Tp>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A 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()
H A 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/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h372 template<class _Tp> class _LIBCPP_TEMPLATE_VIS enable_shared_from_this; variable
652 const enable_shared_from_this<_Yp>*
655 __enable_weak_this(const enable_shared_from_this<_Yp>* __e,
1654 class _LIBCPP_TEMPLATE_VIS enable_shared_from_this
1659 enable_shared_from_this() _NOEXCEPT {}
1661 enable_shared_from_this(enable_shared_from_this const&) _NOEXCEPT {}
1663 enable_shared_from_this& operator=(enable_shared_from_this const&) _NOEXCEPT
1666 ~enable_shared_from_this() {}
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h33 class PoolEntry : public std::enable_shared_from_this<PoolEntry> {
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmemory602 class enable_shared_from_this
605 constexpr enable_shared_from_this() noexcept;
606 enable_shared_from_this(enable_shared_from_this const&) noexcept;
607 enable_shared_from_this& operator=(enable_shared_from_this const&) noexcept;
608 ~enable_shared_from_this();
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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
H A 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.
H A 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/
H A 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:
H A 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.
H A DChangeLog-20141443 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Likewise.
1444 * testsuite/20_util/enable_shared_from_this/requirements/
H A DChangeLog-20172960 * testsuite/20_util/enable_shared_from_this/members/const.cc: Don't
H A DChangeLog-20196248 * testsuite/20_util/enable_shared_from_this/89303.cc: New test.
H A DChangeLog-20204619 * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc:
H A DChangeLog-20215538 * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc:
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusIssuesStatus.csv231 "`2696 <https://wg21.link/LWG2696>`__","Interaction between make_shared and enable_shared_from_this

12