Searched refs:dumb_ptr (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/3_function_objects/
H A Dmem_fn.cc30 struct dumb_ptr struct
32 dumb_ptr(T* p) : p(p) {} function in struct:dumb_ptr
53 dumb_ptr<X> xd(xp);
54 dumb_ptr<Y> yd(yp);
55 const dumb_ptr<X>& xdc = xd;
56 const dumb_ptr<Y>& ydc = yd;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/3_function_objects/
H A Dmem_fn.cc31 struct dumb_ptr struct
33 dumb_ptr(T* p) : p(p) {} function in struct:dumb_ptr
54 dumb_ptr<X> xd(xp);
55 dumb_ptr<Y> yd(yp);
56 const dumb_ptr<X>& xdc = xd;
57 const dumb_ptr<Y>& ydc = yd;

Completed in 55 milliseconds