Home
last modified time | relevance | path

Searched defs:auto_ptr (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dauto_ptr.h39 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function
40 template<class _Up> _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>& __p) _NOEXCEPT in auto_ptr() function
67 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr() function
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunique_ptr.h57 template<typename> class auto_ptr; in _GLIBCXX_VISIBILITY() local
H A Dshared_ptr_base.h68 template<typename> class auto_ptr; in _GLIBCXX_VISIBILITY() local
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunique_ptr.h64 template<typename> class auto_ptr; in _GLIBCXX_VISIBILITY() local
H A Dshared_ptr_base.h77 template<typename> class auto_ptr; in _GLIBCXX_VISIBILITY() local