Home
last modified time | relevance | path

Searched defs:auto_ptr_ref (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dauto_ptr.h48 struct auto_ptr_ref in _GLIBCXX_VISIBILITY() struct
50 _Tp1* _M_ptr; in _GLIBCXX_VISIBILITY()
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in _GLIBCXX_VISIBILITY() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dauto_ptr.h48 struct auto_ptr_ref in _GLIBCXX_VISIBILITY() struct
50 _Tp1* _M_ptr; in _GLIBCXX_VISIBILITY()
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in _GLIBCXX_VISIBILITY() argument