Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 47) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
Dconstruct.pass.cpp92 a.destroy(ap); in main()
100 a.destroy(ap); in main()
108 a.destroy(ap); in main()
116 a.destroy(ap); in main()
137 a.destroy(ap); in main()
145 a.destroy(ap); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Ddestroy.pass.cpp40 void destroy(U* p) in destroy() function
63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0); in main()
75 std::allocator_traits<B<int> >::destroy(b, (A0*)&a0); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector3.pass.cpp43 void destroy(void* v) in destroy() function
55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>); in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector3.cpp51 CTOR_RETURN_TYPE destroy(void* v) in destroy() function
64 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_x86.hpp124 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base
159 destroy(); in weak_release()
Dsp_counted_base_gcc_mips.hpp132 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base
167 destroy(); in weak_release()
Dsp_counted_base_spin.hpp81 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base
116 destroy(); in weak_release()
Dsp_counted_impl.hpp215 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_impl_pda
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Ddestroy.pass.cpp46 a.destroy(s); in main()
63 a.destroy(s); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__functional_03245 virtual void destroy() = 0;
264 virtual void destroy() = 0;
283 virtual void destroy() = 0;
302 virtual void destroy() = 0;
323 virtual void destroy();
353 __func<_Fp, _Alloc, _Rp()>::destroy()
406 virtual void destroy();
436 __func<_Fp, _Alloc, _Rp(_A0)>::destroy()
489 virtual void destroy();
519 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy()
[all …]
Dscoped_allocator85 template <class T> void destroy(T* p);
87 template <class T> void destroy(T* p) noexcept;
479 void destroy(_Tp* __p)
483 destroy(_OM()(outer_allocator()), __p);
D__tree534 __alloc_traits::destroy(__na_, _VSTD::addressof(__p->__value_));
1064 void destroy(__node_pointer __nd) _NOEXCEPT;
1234 destroy(__cache);
1242 destroy(__cache);
1274 destroy(__cache);
1282 destroy(__cache);
1352 destroy(static_cast<__node_pointer>(__end_node()->__left_));
1398 destroy(__cache);
1406 destroy(__cache);
1433 destroy(__root());
[all …]
Dfunctional45 // construct/copy/destroy
379 // construct/copy/destroy:
1284 virtual void destroy() _NOEXCEPT = 0;
1321 virtual void destroy() _NOEXCEPT;
1351 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::destroy() _NOEXCEPT
1444 // construct/copy/destroy:
1657 __f_->destroy();
1681 __f_->destroy();
1706 __f_->destroy();
1720 __f_->destroy();
[all …]
Dfuture1761 virtual void destroy() = 0;
1785 virtual void destroy();
1800 __packaged_task_func<_Fp, _Alloc, _Rp(_ArgTypes...)>::destroy()
1834 // construct/copy/destroy:
1931 __f_->destroy();
1954 __f_->destroy();
1968 __f_->destroy();
1971 __f.__f_->destroy();
1975 __t->destroy();
1981 __f_->destroy();
[all …]
Darray35 // No explicit construct/copy/destroy for aggregate type
139 // No explicit construct/copy/destroy for aggregate type
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp268 ~optional_base() { destroy() ; } in ~optional_base()
277 else destroy(); in assign()
294 else destroy(); in assign()
313 void assign ( none_t ) { destroy(); } in assign()
329 void reset() { destroy(); } in reset()
372 destroy(); in assign_expr_to_initialized()
380 destroy(); in assign_expr_to_initialized()
436 void destroy() in destroy() function in boost::optional_detail::optional_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h278 inline void destroy(_Tp* __pointer) { _STLP_STD::_Destroy(__pointer); } in destroy() function
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(… in destroy() function
D_pthread_alloc.h159 void destroy(pointer _p) { _p->~_Tp(); } in destroy() function
342 void destroy(pointer _p) { _p->~_Tp(); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h87 void destroy(pointer p) {p->~T();} in destroy() function
147 void destroy(pointer p) {p->~T();} in destroy() function
Dallocators.h153 void destroy(U* p) in destroy() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h80 void destroy(pointer p) {p->~T();} in destroy() function
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h139 void destroy(pointer __p) { __p->~_Tp(); } in destroy() function
Dmvctor_declaration_test.cpp109 void destroy(pointer) {} in destroy() function in std::allocator
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h139 void destroy(pointer __p) { __p->~_Tp(); } in destroy() function
Dmvctor_declaration_test.cpp109 void destroy(pointer) {} in destroy() function in std::allocator

12