Home
last modified time | relevance | path

Searched refs:shared_ptr (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/
Dshared_ptr.h50 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/
Dshared_ptr.h87 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 …]
Dshared_ptr_atomic.h82 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 …]
Dregex_compiler.h68 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()
Dfs_dir.h406 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/
Dshared_ptr.h93 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 …]
Dregex_grep_matcher.h123 const std::shared_ptr<_Nfa> _M_nfa; in _GLIBCXX_VISIBILITY()
Dregex_nfa.h57 typedef std::shared_ptr<_Automaton> _AutomatonPtr; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dshared_ptr.h510 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 …]
Dmemory51 #include <tr1/shared_ptr.h>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dshared_ptr.h501 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 …]
Dmemory50 #include <tr1/shared_ptr.h>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
Dauto_ptr.h322 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dcondition_variable44 #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;
Dfuture47 #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 …]
Dmemory81 # include <bits/shared_ptr.h>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dfuture460 _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 …]
Dthread65 typedef shared_ptr<_Impl_base> __shared_base_type;
187 shared_ptr<_Impl<_Callable>>
Dmemory87 # include <bits/shared_ptr.h>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
DMakefile.am45 shared_ptr.cc \
DMakefile.in72 shared_ptr.lo system_error.lo thread.lo
315 shared_ptr.cc \
/dragonfly/gnu/lib/gcc47/libstdc++/
DMakefile121 shared_ptr.cc \
169 shared_ptr.cc \
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_2011/
HDMakefile.src36 shared_ptr.cc \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
Dmemory43 #include <experimental/bits/shared_ptr.h>
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
HDMakefile.headers210 ${bits_srcdir}/shared_ptr.h \
635 ${tr1_srcdir}/shared_ptr.h \
701 ${experimental_bits_srcdir}/shared_ptr.h \

12