Home
last modified time | relevance | path

Searched defs:_M_ptr (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dauto_ptr.h50 _Tp1* _M_ptr; in _GLIBCXX_VISIBILITY() member
170 ~auto_ptr() { delete _M_ptr; } in _GLIBCXX_VISIBILITY() local
244 delete _M_ptr; in _GLIBCXX_VISIBILITY() local
268 delete _M_ptr; in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dauto_ptr.h50 _Tp1* _M_ptr; in _GLIBCXX_VISIBILITY() member
172 ~auto_ptr() { delete _M_ptr; } in _GLIBCXX_VISIBILITY() local
246 delete _M_ptr; in _GLIBCXX_VISIBILITY() local
274 delete _M_ptr; in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Daligned_buffer.h72 _M_ptr() noexcept in _M_ptr() function
76 _M_ptr() const noexcept in _M_ptr() function
114 _M_ptr() noexcept in _M_ptr() function
118 _M_ptr() const noexcept in _M_ptr() function
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dshared_ptr.h280 _Ptr _M_ptr; // copy constructor must not throw in _GLIBCXX_VISIBILITY() local
742 _Tp* _M_ptr; // Contained pointer. in _GLIBCXX_VISIBILITY() local
935 _Tp* _M_ptr; // Contained pointer. in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dshared_ptr.h271 _Ptr _M_ptr; // copy constructor must not throw in _GLIBCXX_VISIBILITY() local
733 _Tp* _M_ptr; // Contained pointer. in _GLIBCXX_VISIBILITY() local
926 _Tp* _M_ptr; // Contained pointer. in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h293 { delete _M_ptr; } in _GLIBCXX_VISIBILITY() local
391 _Tp* _M_ptr; in _GLIBCXX_VISIBILITY() member
1061 _Tp* _M_ptr; // Contained pointer. in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dnested_exception.h57 exception_ptr _M_ptr; variable
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dallocated_ptr.h89 pointer _M_ptr; in _GLIBCXX_VISIBILITY() member
H A Dshared_ptr_base.h377 { delete _M_ptr; } in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h54 exception_ptr _M_ptr; variable