Searched refs:_M_ptr (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dauto_ptr.h48 _Tp1* _M_ptr; member in struct:auto_ptr_ref
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
88 _Tp* _M_ptr; member in class:auto_ptr
101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
168 ~auto_ptr() { delete _M_ptr; }
181 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
182 return *_M_ptr;
194 _GLIBCXX_DEBUG_ASSERT(_M_ptr !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dinit-temp2.C6 _Tp* _M_ptr; member in class:AutoPtr
9 explicit AutoPtr(_Tp* __p = 0) : _M_ptr(__p) {}
11 ~AutoPtr() { delete _M_ptr; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_memory.h135 _Tp1* _M_ptr; member in struct:std::auto_ptr_ref
138 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
177 _Tp* _M_ptr; member in class:std::auto_ptr
190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
199 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
212 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
259 ~auto_ptr() { delete _M_ptr; }
272 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
273 return *_M_ptr;
285 _GLIBCXX_DEBUG_ASSERT(_M_ptr !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/tr1/
H A Dboost_shared_ptr.h209 : _M_ptr(__p), _M_del(__d)
215 _M_del(_M_ptr);
228 _Ptr _M_ptr; // copy constructor must not throw member in class:std::tr1::_Sp_counted_base_impl
497 : _M_ptr(0), _M_refcount() // never throws
507 : _M_ptr(__p), _M_refcount(__p, _Sp_deleter<_Tp1>())
529 : _M_ptr(__p), _M_refcount(__p, __d)
547 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
564 // it is now safe to copy r__._M_ptr, as _M_refcount(__r._M_refcount)
566 _M_ptr
714 _Tp* _M_ptr; // contained pointer member in class:std::tr1::shared_ptr
915 _Tp* _M_ptr; // contained pointer member in class:std::tr1::weak_ptr
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h89 : _M_ptr(__p) { }
93 { delete _M_ptr; }
107 _Ptr _M_ptr; // copy constructor must not throw member in class:_Sp_counted_ptr
142 { _M_del._M_del(_Base_type::_M_ptr); }
190 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p); member in class:_Sp_counted_ptr_inplace::_Base_type::_Base_type
200 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p); member in class:_Sp_counted_ptr_inplace::_Base_type::_Base_type
541 __shared_ptr() : _M_ptr(0), _M_refcount() // never throws
545 explicit __shared_ptr(_Tp1* __p) : _M_ptr(__p), _M_refcount(__p)
554 : _M_ptr(__p), _M_refcount(__p, __d)
563 : _M_ptr(__
810 _Tp* _M_ptr; // Contained pointer. member in class:__shared_ptr
1039 _Tp* _M_ptr; // Contained pointer. member in class:__weak_ptr
[all...]
H A Dstl_function.h420 _Result (*_M_ptr)(_Arg); member in class:pointer_to_unary_function
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2); member in class:pointer_to_binary_function
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h67 : _M_ptr(__p), _M_del(__d) { }
71 { _M_del(_M_ptr); }
87 _Ptr _M_ptr; // copy constructor must not throw member in class:std::tr1::_Sp_counted_base_impl
361 : _M_ptr(0), _M_refcount() // never throws
367 : _M_ptr(__p), _M_refcount(__p)
376 : _M_ptr(__p), _M_refcount(__p, __d)
387 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
396 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
398 _M_ptr
549 _Tp* _M_ptr; // Contained pointer. member in class:std::tr1::__shared_ptr
742 _Tp* _M_ptr; // Contained pointer. member in class:std::tr1::__weak_ptr
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h57 exception_ptr _M_ptr; member in class:std::nested_exception
60 nested_exception() throw() : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_function.h484 _Result (*_M_ptr)(_Arg); member in class:std::pointer_to_unary_function
490 : _M_ptr(__x) {}
494 { return _M_ptr(__x); }
509 _Result (*_M_ptr)(_Arg1, _Arg2); member in class:std::pointer_to_binary_function
515 : _M_ptr(__x) {}
519 { return _M_ptr(__x, __y); }

Completed in 161 milliseconds