Home
last modified time | relevance | path

Searched refs:auto_ptr_ref (Results 1 – 14 of 14) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dauto_ptr.h24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref struct
45 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT argument
66 _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>() _NOEXCEPT
68 {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;}
/external/clang/test/SemaCXX/
Dconversion-function.cpp249 struct auto_ptr_ref { }; struct
252 auto_ptr(auto_ptr_ref);
255 operator auto_ptr_ref();
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.auto.ptr/auto.ptr/
Dauto_ptr.depr_in_cxx11.verify.cpp30 typedef std::auto_ptr_ref<int> APR; // expected-warning {{'auto_ptr_ref<int>' is deprecated}}
/external/libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/
Dauto_ptr.depr_in_cxx11.fail.cpp38 typedef std::auto_ptr_ref<int> APR; // expected-error{{'auto_ptr_ref<int>' is deprecated}} in main()
/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
Dconvert_to_auto_ptr_ref.pass.cpp28 std::auto_ptr_ref<A> apr = ap1; in test()
Dconvert_from_auto_ptr_ref.pass.cpp29 std::auto_ptr_ref<A> apr = ap1; in test()
Dassign_from_auto_ptr_ref.pass.cpp29 std::auto_ptr_ref<A> apr = ap1; in test()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
Dconvert_to_auto_ptr_ref.pass.cpp29 std::auto_ptr_ref<A> apr = ap1; in test()
Dconvert_from_auto_ptr_ref.pass.cpp30 std::auto_ptr_ref<A> apr = ap1; in test()
Dassign_from_auto_ptr_ref.pass.cpp30 std::auto_ptr_ref<A> apr = ap1; in test()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmemory378 template <class Y> struct auto_ptr_ref {}; // deprecated in C++11, removed in C++17
391 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();
/external/libcxx/include/
Dmemory215 template <class Y> struct auto_ptr_ref {}; // deprecated in C++11, removed in C++17
228 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_ref
2095 _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;}
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v0.so.abi1577 …<class-decl name='auto_ptr_ref&lt;sigc::internal::self_and_iter&gt;' 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…
Dtest-PR18791-v1.so.abi1648 …<class-decl name='auto_ptr_ref&lt;sigc::internal::self_and_iter&gt;' size-in-bits='64' is-struct='…
1653 …<function-decl name='auto_ptr_ref' mangled-name='_ZNSt12auto_ptr_refIN4sigc8internal13self_and_ite…