/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 73 destructor_func destructor) in scoped_cleanup() argument 75 destructor_(destructor) {} in scoped_cleanup() 123 destructor_func destructor) { in __cxa_vec_new() argument 125 constructor, destructor, in __cxa_vec_new() 133 destructor_func destructor, in __cxa_vec_new2() argument 141 constructor, destructor, alloc, in __cxa_vec_new2() 149 destructor_func destructor, in __cxa_vec_new3() argument 184 constructor, destructor); in __cxa_vec_new3() 204 destructor_func destructor) { in __cxa_vec_ctor() argument 209 scoped_cleanup cleanup(array_address, n, element_size, destructor); in __cxa_vec_ctor() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_vector.cpp | 77 st_cxa_cleanup ( void *ptr, size_t &idx, size_t element_size, destruct_f destructor ) in st_cxa_cleanup() argument 79 destructor_ ( destructor ), enabled_ ( true ) {} in st_cxa_cleanup() 115 void (*constructor)(void*), void (*destructor)(void*) ) { in __cxa_vec_new() 118 constructor, destructor, &::operator new [], &::operator delete [] ); in __cxa_vec_new() 141 void (*constructor)(void*), void (*destructor)(void*), in __cxa_vec_new2() 158 __cxa_vec_ctor ( vec_base, element_count, element_size, constructor, destructor ); in __cxa_vec_new2() 170 void (*constructor)(void*), void (*destructor)(void*), in __cxa_vec_new3() 187 __cxa_vec_ctor ( vec_base, element_count, element_size, constructor, destructor ); in __cxa_vec_new3() 207 void (*constructor) (void*, void*), void (*destructor)(void*) ) { in __cxa_vec_cctor() 213 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor ); in __cxa_vec_cctor() [all …]
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cxxabi.h | 155 __cxa_vec_destructor destructor); 161 __cxa_vec_destructor destructor, 169 __cxa_vec_destructor destructor, 178 __cxa_vec_destructor destructor); 183 __cxa_vec_destructor destructor); 188 __cxa_vec_destructor destructor); 193 __cxa_vec_destructor destructor); 198 __cxa_vec_destructor destructor, 204 __cxa_vec_destructor destructor, 213 __cxa_vec_destructor destructor ); [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | cxxabi.h | 94 void (*destructor)(void*) ); 100 void (*destructor)(void*), 108 void (*destructor)(void*), 116 void (*destructor)(void*) ); 122 void (*destructor)(void*) ); 128 void (*destructor)(void*) ); 134 void (*destructor)(void*) ); 140 void (*destructor)(void*), 147 void (*destructor)(void*), 156 void (*destructor)(void*) );
|
/ndk/tests/standalone/init-fini-arrays/ |
D | foo.cpp | 11 void __attribute__((destructor))
|
D | README | 7 - The address of functions with __attribute__((destructor)) are placed in
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_wrappers.cpp | 50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() 51 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | strstream | 110 // constructors/destructor 347 // constructors/destructor
|
D | ios | 93 // destructor 135 // 27.5.4.1 Constructor/destructor: 301 // destructor 598 // 27.5.4.1 Constructor/destructor:
|
D | istream | 29 // 27.7.1.1.1 Constructor/destructor: 126 // constructor/destructor 179 // 27.7.1.1.1 Constructor/destructor: 1471 // constructor/destructor
|
D | ostream | 29 // 27.7.2.2 Constructor/destructor: 155 // 27.7.2.2 Constructor/destructor:
|
D | sstream | 110 // 27.8.3.1 Constructors/destructor: 146 // constructors/destructor
|
D | fstream | 28 // 27.9.1.2 Constructors/destructor: 194 // 27.9.1.2 Constructors/destructor:
|
D | memory | 245 // destructor 283 // destructor 380 // destructor: 485 // destructor
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | optional | 41 // destructor
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3700 $(call gen-test, thread/thread.condition/thread.condition.condvarany/destructor) 3712 $(call gen-test, thread/thread.condition/thread.condition.condvar/destructor)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3709 $(call gen-test, thread/thread.condition/thread.condition.condvarany/destructor) 3721 $(call gen-test, thread/thread.condition/thread.condition.condvar/destructor)
|