Home
last modified time | relevance | path

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

/external/llvm-project/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/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
Dmemory.h17 template <class Y> auto_ptr(auto_ptr<Y> &) throw() {} in auto_ptr() function
/external/clang/test/SemaCXX/
Dconversion-function.cpp248 struct auto_ptr { struct
249 struct auto_ptr_ref { };
/external/llvm-project/clang/test/SemaCXX/
Dconversion-function.cpp266 struct auto_ptr { struct
267 struct auto_ptr_ref { };
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-replace-auto-ptr.cpp67 template <typename T> struct auto_ptr {}; struct
Dbugprone-unhandled-self-assignment.cpp26 class auto_ptr { class