Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
/llvm-project/libcxx/include/__memory/
H A Dauto_ptr.h24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref { struct
25 _Tp* __ptr_;
/llvm-project/clang/test/SemaCXX/
H A Dconversion-function.cpp267 struct auto_ptr_ref { }; struct