/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/ |
D | construct.pass.cpp | 92 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/ |
D | destroy.pass.cpp | 40 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/ |
D | test_vector3.cpp | 43 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/ |
D | test_vector3.cpp | 51 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/ |
D | sp_counted_base_gcc_x86.hpp | 124 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base 159 destroy(); in weak_release()
|
D | sp_counted_base_gcc_mips.hpp | 132 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base 167 destroy(); in weak_release()
|
D | sp_counted_base_spin.hpp | 81 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base 116 destroy(); in weak_release()
|
D | sp_counted_impl.hpp | 215 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/ |
D | destroy.pass.cpp | 46 a.destroy(s); in main() 63 a.destroy(s); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __functional_03 | 245 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 …]
|
D | scoped_allocator | 85 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 | __tree | 534 __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 …]
|
D | functional | 45 // 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 …]
|
D | future | 1761 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 …]
|
D | array | 35 // 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/ |
D | optional.hpp | 268 ~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.h | 278 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.h | 159 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/ |
D | test_allocator.h | 87 void destroy(pointer p) {p->~T();} in destroy() function 147 void destroy(pointer p) {p->~T();} in destroy() function
|
D | allocators.h | 153 void destroy(U* p) in destroy() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 80 void destroy(pointer p) {p->~T();} in destroy() function
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 139 void destroy(pointer __p) { __p->~_Tp(); } in destroy() function
|
D | mvctor_declaration_test.cpp | 109 void destroy(pointer) {} in destroy() function in std::allocator
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 139 void destroy(pointer __p) { __p->~_Tp(); } in destroy() function
|
D | mvctor_declaration_test.cpp | 109 void destroy(pointer) {} in destroy() function in std::allocator
|