/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 52 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 D | shared_ptr.h | 52 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 D | shared_ptr.h | 507 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 D | shared_ptr.h | 512 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 D | shared_ptr.h | 791 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 D | shared_ptr_base.h | 360 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 D | shared_ptr.h | 919 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 D | shared_ptr_base.h | 404 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 D | shared_ptr.h | 372 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 D | CostAllocator.h | 33 class PoolEntry : public std::enable_shared_from_this<PoolEntry> {
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | memory | 602 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 D | ChangeLog-2007 | 5626 * 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 D | ChangeLog-2005 | 1009 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 D | ChangeLog-2016 | 1371 * 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 D | ChangeLog-2015 | 207 * 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 D | ChangeLog-2010 | 34 * 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 D | ChangeLog-2006 | 1674 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 D | ChangeLog-2009 | 5658 * 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 D | ChangeLog-2013 | 862 * 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 D | ChangeLog-2014 | 1443 * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Likewise. 1444 * testsuite/20_util/enable_shared_from_this/requirements/
|
H A D | ChangeLog-2017 | 2960 * testsuite/20_util/enable_shared_from_this/members/const.cc: Don't
|
H A D | ChangeLog-2019 | 6248 * testsuite/20_util/enable_shared_from_this/89303.cc: New test.
|
H A D | ChangeLog-2020 | 4619 * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc:
|
H A D | ChangeLog-2021 | 5538 * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc:
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx1zStatusIssuesStatus.csv | 231 "`2696 <https://wg21.link/LWG2696>`__","Interaction between make_shared and enable_shared_from_this…
|