| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/ |
| D | shared_ptr.h | 50 template<typename _Tp> class shared_ptr; in _GLIBCXX_VISIBILITY() local 63 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 90 constexpr shared_ptr() noexcept = default; in _GLIBCXX_VISIBILITY() 94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY() 98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 104 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY() 120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | shared_ptr.h | 87 get_deleter(const shared_ptr<_Tp>& __p) noexcept in _GLIBCXX_VISIBILITY() 103 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 112 is_assignable<__shared_ptr<_Tp>&, _Arg>::value, shared_ptr& in _GLIBCXX_VISIBILITY() 127 constexpr shared_ptr() noexcept : __shared_ptr<_Tp>() { } in _GLIBCXX_VISIBILITY() 129 shared_ptr(const shared_ptr&) noexcept = default; in _GLIBCXX_VISIBILITY() 139 shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { } in _GLIBCXX_VISIBILITY() 156 shared_ptr(_Yp* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 173 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 193 shared_ptr(_Yp* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 212 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() [all …]
|
| D | shared_ptr_atomic.h | 82 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY() 97 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 98 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY() 105 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 106 atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY() 134 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 143 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 170 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 171 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 180 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() [all …]
|
| D | regex_compiler.h | 68 shared_ptr<const _RegexT> in _GLIBCXX_VISIBILITY() 149 shared_ptr<_RegexT> _M_nfa; in _GLIBCXX_VISIBILITY() 184 std::shared_ptr<const _NFA<_TraitsT>> >::type; in _GLIBCXX_VISIBILITY() 189 std::shared_ptr<const _NFA<_TraitsT>> >::type; in _GLIBCXX_VISIBILITY()
|
| D | fs_dir.h | 406 std::shared_ptr<_Dir> _M_dir; in _GLIBCXX_VISIBILITY() 497 std::shared_ptr<_Dir_stack> _M_dirs; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | shared_ptr.h | 93 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 100 constexpr shared_ptr() noexcept in _GLIBCXX_VISIBILITY() 103 shared_ptr(const shared_ptr&) noexcept = default; in _GLIBCXX_VISIBILITY() 112 explicit shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY() 129 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 146 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 165 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) noexcept in _GLIBCXX_VISIBILITY() 218 shared_ptr(const shared_ptr<_Tp1>& __r) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| D | regex_grep_matcher.h | 123 const std::shared_ptr<_Nfa> _M_nfa; in _GLIBCXX_VISIBILITY()
|
| D | regex_nfa.h | 57 typedef std::shared_ptr<_Automaton> _AutomatonPtr; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| D | shared_ptr.h | 510 class shared_ptr; in _GLIBCXX_VISIBILITY() local 992 class shared_ptr in _GLIBCXX_VISIBILITY() 996 shared_ptr() in _GLIBCXX_VISIBILITY() 1001 shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY() 1005 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 1009 shared_ptr(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1014 shared_ptr(const weak_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in _GLIBCXX_VISIBILITY() 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in _GLIBCXX_VISIBILITY() [all …]
|
| D | memory | 51 #include <tr1/shared_ptr.h>
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | shared_ptr.h | 501 class shared_ptr; in _GLIBCXX_VISIBILITY() local 983 class shared_ptr in _GLIBCXX_VISIBILITY() 987 shared_ptr() in _GLIBCXX_VISIBILITY() 992 shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY() 996 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 1000 shared_ptr(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1005 shared_ptr(const weak_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1011 shared_ptr(std::auto_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1016 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in _GLIBCXX_VISIBILITY() 1020 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in _GLIBCXX_VISIBILITY() [all …]
|
| D | memory | 50 #include <tr1/shared_ptr.h>
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
| D | auto_ptr.h | 322 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | condition_variable | 44 #include <bits/shared_ptr.h> 203 shared_ptr<mutex> _M_mutex; 257 shared_ptr<mutex> __mutex = _M_mutex; 280 shared_ptr<mutex> __mutex = _M_mutex;
|
| D | future | 47 #include <bits/shared_ptr.h> 550 _S_check(const shared_ptr<_Tp>& __p) 606 static std::shared_ptr<_State_base> 610 static std::shared_ptr<_State_base> 674 typedef shared_ptr<_State_base> __state_type; 1051 shared_ptr<_State> _M_future; 1162 shared_ptr<_State> _M_future; 1252 shared_ptr<_State> _M_future; 1398 virtual shared_ptr<_Task_state_base> 1436 virtual shared_ptr<_Task_state_base<_Res(_Args...)>> [all …]
|
| D | memory | 81 # include <bits/shared_ptr.h>
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | future | 460 _S_check(const shared_ptr<_Tp>& __p) 497 static std::shared_ptr<_State_base> 501 static std::shared_ptr<_State_base> 555 typedef shared_ptr<_State_base> __state_type; 934 shared_ptr<_State> _M_future; 1032 shared_ptr<_State> _M_future; 1113 shared_ptr<_State> _M_future; 1301 shared_ptr<_State_type> _M_state; 1464 inline std::shared_ptr<__future_base::_State_base> 1473 inline std::shared_ptr<__future_base::_State_base> [all …]
|
| D | thread | 65 typedef shared_ptr<_Impl_base> __shared_base_type; 187 shared_ptr<_Impl<_Callable>>
|
| D | memory | 87 # include <bits/shared_ptr.h>
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
| D | Makefile.am | 45 shared_ptr.cc \
|
| D | Makefile.in | 72 shared_ptr.lo system_error.lo thread.lo 315 shared_ptr.cc \
|
| /dragonfly/gnu/lib/gcc47/libstdc++/ |
| D | Makefile | 121 shared_ptr.cc \ 169 shared_ptr.cc \
|
| /dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_2011/ |
| HD | Makefile.src | 36 shared_ptr.cc \
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
| D | memory | 43 #include <experimental/bits/shared_ptr.h>
|
| /dragonfly/gnu/lib/gcc80/libstdcxx/headers/ |
| HD | Makefile.headers | 210 ${bits_srcdir}/shared_ptr.h \ 635 ${tr1_srcdir}/shared_ptr.h \ 701 ${experimental_bits_srcdir}/shared_ptr.h \
|