Searched refs:__shared_count (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| D | shared_ptr.h | 296 class __shared_count in _GLIBCXX_VISIBILITY() 299 __shared_count() in _GLIBCXX_VISIBILITY() 304 __shared_count(_Ptr __p) : _M_pi(0) in _GLIBCXX_VISIBILITY() 320 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0) in _GLIBCXX_VISIBILITY() 336 __shared_count(std::auto_ptr<_Tp>& __r) in _GLIBCXX_VISIBILITY() 343 __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY() 345 ~__shared_count() // nothrow in _GLIBCXX_VISIBILITY() 351 __shared_count(const __shared_count& __r) in _GLIBCXX_VISIBILITY() 358 __shared_count& in _GLIBCXX_VISIBILITY() 359 operator=(const __shared_count& __r) // nothrow in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | shared_ptr.h | 287 class __shared_count in _GLIBCXX_VISIBILITY() 290 __shared_count() in _GLIBCXX_VISIBILITY() 295 __shared_count(_Ptr __p) : _M_pi(0) in _GLIBCXX_VISIBILITY() 311 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0) in _GLIBCXX_VISIBILITY() 327 __shared_count(std::auto_ptr<_Tp>& __r) in _GLIBCXX_VISIBILITY() 334 __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY() 336 ~__shared_count() // nothrow in _GLIBCXX_VISIBILITY() 342 __shared_count(const __shared_count& __r) in _GLIBCXX_VISIBILITY() 349 __shared_count& in _GLIBCXX_VISIBILITY() 350 operator=(const __shared_count& __r) // nothrow in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | shared_ptr_base.h | 279 class __shared_count; in _GLIBCXX_VISIBILITY() local 443 class __shared_count in _GLIBCXX_VISIBILITY() 446 constexpr __shared_count() noexcept : _M_pi(0) in _GLIBCXX_VISIBILITY() 451 __shared_count(_Ptr __p) : _M_pi(0) in _GLIBCXX_VISIBILITY() 465 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0) in _GLIBCXX_VISIBILITY() 490 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0) in _GLIBCXX_VISIBILITY() 514 __shared_count(_Sp_make_shared_tag, _Tp*, const _Alloc& __a, in _GLIBCXX_VISIBILITY() 540 __shared_count(std::auto_ptr<_Tp>&& __r) in _GLIBCXX_VISIBILITY() 548 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) in _GLIBCXX_VISIBILITY() 553 explicit __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY() [all …]
|
| D | shared_ptr.h | 567 _M_weak_assign(_Tp1* __p, const __shared_count<>& __n) const noexcept in _GLIBCXX_VISIBILITY() 572 __enable_shared_from_this_helper(const __shared_count<>& __pn, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | shared_ptr_base.h | 363 class __shared_count; in _GLIBCXX_VISIBILITY() local 567 friend class __shared_count<_Lp>; // To be able to call _M_ptr(). in _GLIBCXX_VISIBILITY() 605 class __shared_count in _GLIBCXX_VISIBILITY() 614 constexpr __shared_count() noexcept : _M_pi(0) in _GLIBCXX_VISIBILITY() 619 __shared_count(_Ptr __p) : _M_pi(0) in _GLIBCXX_VISIBILITY() 633 __shared_count(_Ptr __p, /* is_array = */ false_type) in _GLIBCXX_VISIBILITY() 634 : __shared_count(__p) in _GLIBCXX_VISIBILITY() 638 __shared_count(_Ptr __p, /* is_array = */ true_type) in _GLIBCXX_VISIBILITY() 639 : __shared_count(__p, __sp_array_delete{}, allocator<void>()) in _GLIBCXX_VISIBILITY() 644 __shared_count(_Ptr __p, _Deleter __d) in _GLIBCXX_VISIBILITY() [all …]
|
| D | shared_ptr.h | 675 _M_weak_assign(_Tp1* __p, const __shared_count<>& __n) const noexcept in _GLIBCXX_VISIBILITY() 680 __enable_shared_from_this_base(const __shared_count<>&, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
| D | auto_ptr.h | 302 __shared_count<_Lp>::__shared_count(std::auto_ptr<_Tp>&& __r) in _GLIBCXX_VISIBILITY() 315 _M_refcount = __shared_count<_Lp>(std::move(__r)); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/ |
| D | shared_ptr.h | 647 _M_weak_assign(_Tp1* __p, const __shared_count<>& __n) const noexcept in _GLIBCXX_VISIBILITY()
|