Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_auto_ptr.h88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { in auto_ptr() function
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr() function
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW in auto_ptr() function
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp13 template<typename _Tp> class auto_ptr { class
17 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
/external/clang/test/SemaCXX/
Dconversion-function.cpp224 struct auto_ptr { struct
225 struct auto_ptr_ref { };