Home
last modified time | relevance | path

Searched refs:destructor (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc73 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/
Dcxa_vector.cpp77 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/
Dcxxabi.h155 __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/
Dcxxabi.h89 void (*destructor)(void*));
95 void (*destructor)(void*),
103 void (*destructor)(void*),
111 void (*destructor)(void*));
116 void (*destructor)(void*));
121 void (*destructor)(void*));
126 void (*destructor)(void*));
131 void (*destructor)(void*),
137 void (*destructor)(void*),
145 void (*destructor)(void*));
/ndk/tests/standalone/init-fini-arrays/
Dfoo.cpp11 void __attribute__((destructor))
DREADME7 - The address of functions with __attribute__((destructor)) are placed in
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstrstream110 // constructors/destructor
347 // constructors/destructor
Dios93 // destructor
135 // 27.5.4.1 Constructor/destructor:
301 // destructor
598 // 27.5.4.1 Constructor/destructor:
Distream29 // 27.7.1.1.1 Constructor/destructor:
126 // constructor/destructor
179 // 27.7.1.1.1 Constructor/destructor:
1471 // constructor/destructor
Dostream29 // 27.7.2.2 Constructor/destructor:
155 // 27.7.2.2 Constructor/destructor:
Dsstream110 // 27.8.3.1 Constructors/destructor:
146 // constructors/destructor
Dfstream28 // 27.9.1.2 Constructors/destructor:
194 // 27.9.1.2 Constructors/destructor:
Dmemory245 // destructor
283 // destructor
380 // destructor:
485 // destructor
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
Doptional41 // destructor
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3700 $(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/
DAndroid.mk3709 $(call gen-test, thread/thread.condition/thread.condition.condvarany/destructor)
3721 $(call gen-test, thread/thread.condition/thread.condition.condvar/destructor)