Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_memory.h128 struct auto_ptr_ref struct
133 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref() argument
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_memory.h133 struct auto_ptr_ref struct
138 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dauto_ptr.C1 template <typename Y> struct auto_ptr_ref { struct
3 auto_ptr_ref(Y* p) : py(p) {} in auto_ptr_ref() argument
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dauto_ptr.h24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref struct
45 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT argument