Searched refs:auto_ptr_ref (Results 1 – 14 of 14) sorted by relevance
24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref struct45 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT argument66 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr()67 template<class _Up> _LIBCPP_INLINE_VISIBILITY operator auto_ptr_ref<_Up>() _NOEXCEPT68 {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;}
249 struct auto_ptr_ref { }; struct252 auto_ptr(auto_ptr_ref);255 operator auto_ptr_ref();
30 typedef std::auto_ptr_ref<int> APR; // expected-warning {{'auto_ptr_ref<int>' is deprecated}}
38 typedef std::auto_ptr_ref<int> APR; // expected-error{{'auto_ptr_ref<int>' is deprecated}} in main()
28 std::auto_ptr_ref<A> apr = ap1; in test()
29 std::auto_ptr_ref<A> apr = ap1; in test()
30 std::auto_ptr_ref<A> apr = ap1; in test()
378 template <class Y> struct auto_ptr_ref {}; // deprecated in C++11, removed in C++17391 auto_ptr& operator=(auto_ptr_ref<X> r) throw();400 auto_ptr(auto_ptr_ref<X>) throw();401 template<class Y> operator auto_ptr_ref<Y>() throw();
215 template <class Y> struct auto_ptr_ref {}; // deprecated in C++11, removed in C++17228 auto_ptr& operator=(auto_ptr_ref<X> r) throw();237 auto_ptr(auto_ptr_ref<X>) throw();238 template<class Y> operator auto_ptr_ref<Y>() throw();2074 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref2095 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) throw()2116 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : __ptr_(__p.__ptr_) {}2117 template<class _Up> _LIBCPP_INLINE_VISIBILITY operator auto_ptr_ref<_Up>() throw()2118 {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;}
1577 …<class-decl name='auto_ptr_ref<sigc::internal::self_and_iter>' size-in-bits='64' is-struct='…1582 …<function-decl name='auto_ptr_ref' filepath='/usr/include/c++/4.9/backward/auto_ptr.h' line='53' c…
1648 …<class-decl name='auto_ptr_ref<sigc::internal::self_and_iter>' size-in-bits='64' is-struct='…1653 …<function-decl name='auto_ptr_ref' mangled-name='_ZNSt12auto_ptr_refIN4sigc8internal13self_and_ite…