Lines Matching refs:destroy
18905 destroy(_Up* __p) { __p->~_Up(); }
18963 destroy(_Up* __p) { __p->~_Up(); }
20717 -> decltype(__a.destroy(__p))
20718 { __a.destroy(__p); }
20772 static void destroy(_Alloc& __a, _Tp* __p)
20847 destroy(allocator_type& __a, _Up* __p)
20848 { __a.destroy(__p); }
20997 using _Base_type::destroy;
21019 destroy(_Alloc& __a, _Ptr __p)
21020 { _Base_type::destroy(__a, std::addressof(*__p)); }
38236 __traits::destroy(__alloc, std::__addressof(*__first));
46833 static void destroy(Variant& aV) {
46883 static void destroy(Variant& aV) {
46887 Next::destroy(aV);
47049 Impl::destroy(*this);
60275 static inline void destroy(T* aBegin, T* aEnd)
60351 VectorImpl::destroy(aV.beginNoCheck(), aV.endNoCheck());
60380 static inline void destroy(T*, T*) {}
60924 Impl::destroy(beginNoCheck(), endNoCheck());
60962 Impl::destroy(beginNoCheck(), endNoCheck());
61111 Impl::destroy(endNoCheck() - aIncr, endNoCheck());
61205 Impl::destroy(beginNoCheck(), endNoCheck());
61472 Impl::destroy(beginNoCheck(), endNoCheck());
61489 Impl::destroy(beginNoCheck(), endNoCheck());
61505 Impl::destroy(aP, aP + aLength);
63108 void destroy() {
63121 destroy();
63787 src->destroy();
130585 _Alloc_traits::destroy(this->_M_impl,
130600 _Alloc_traits::destroy(this->_M_impl,
131560 _Alloc_traits::destroy(_M_get_Tp_allocator(),
131573 _Alloc_traits::destroy(_M_get_Tp_allocator(),
132692 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish);
134321 _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish);
134559 _Alloc_traits::destroy(this->_M_impl,
134604 _Alloc_traits::destroy(this->_M_impl, __new_start + size());