Searched defs:auto_ptr_ref (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/overload/
H A Dautoptr1.C6 struct auto_ptr_ref { }; struct in class:auto_ptr
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dauto_ptr.h46 struct auto_ptr_ref struct
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dauto_ptr.C2 template <typename Y> struct auto_ptr_ref { struct
4 auto_ptr_ref(Y* p) : py(p) {} function in struct:auto_ptr_ref
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dauto_ptr.C2 template <typename Y> struct auto_ptr_ref { struct
4 auto_ptr_ref(Y* p) : py(p) {} function in struct:auto_ptr_ref
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_memory.h133 struct auto_ptr_ref struct in namespace:std
138 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:std::auto_ptr_ref

Completed in 113 milliseconds