Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp14 template<typename _Tp> class auto_ptr { class
18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
/external/clang/test/SemaCXX/
Dconversion-function.cpp248 struct auto_ptr { struct
249 struct auto_ptr_ref { };