HomeSort by: relevance | last modified time | path
    Searched refs:destructor (Results 1 - 25 of 161) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
atexit_arm.cc 32 void (*destructor) (void *),
35 return abi::__cxa_atexit(destructor, object, dso_handle);
vec.cc 82 __cxa_cdtor_type destructor)
85 constructor, destructor,
94 __cxa_cdtor_type destructor,
115 constructor, destructor);
136 __cxa_cdtor_type destructor,
157 constructor, destructor);
177 __cxa_cdtor_type destructor)
192 __cxa_vec_cleanup(array_address, ix, element_size, destructor);
206 __cxa_cdtor_type destructor)
223 __cxa_vec_cleanup(dest_array, ix, element_size, destructor);
    [all...]
atexit_thread.cc 78 void (_GLIBCXX_CDTOR_CALLABI *destructor)(void *);
98 e->destructor (e->object);
194 new_elt->destructor = dtor;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
atexit_arm.cc 32 void (*destructor) (void *),
35 return abi::__cxa_atexit(destructor, object, dso_handle);
vec.cc 82 __cxa_cdtor_type destructor)
85 constructor, destructor,
94 __cxa_cdtor_type destructor,
115 constructor, destructor);
136 __cxa_cdtor_type destructor,
157 constructor, destructor);
177 __cxa_cdtor_type destructor)
192 __cxa_vec_cleanup(array_address, ix, element_size, destructor);
206 __cxa_cdtor_type destructor)
223 __cxa_vec_cleanup(dest_array, ix, element_size, destructor);
    [all...]
atexit_thread.cc 60 void (_GLIBCXX_CDTOR_CALLABI *destructor)(void *); member in struct:__anon17202::elt
80 e->destructor (e->object);
155 new_elt->destructor = dtor;
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
crtcxa.c 35 void __init_aix_libgcc_cxa_atexit (void) __attribute__ ((destructor (65535)));
darwin-crt2.c 72 void (*destructor)(struct live_images *); /* destructor for this */ member in struct:live_images
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
crtcxa.c 35 void __init_aix_libgcc_cxa_atexit (void) __attribute__ ((destructor (65535)));
darwin-crt2.c 72 void (*destructor)(struct live_images *); /* destructor for this */ member in struct:live_images
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
dylib_fixes.c 24 __attribute__((destructor)) static void finalizer ()
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_posix.cc 62 void AsanTSDInit(void (*destructor)(void *tsd)) {
64 tsd_destructor = destructor;
90 void AsanTSDInit(void (*destructor)(void *tsd)) {
93 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
  /src/tests/lib/csu/
t_crt0.sh 38 destructor executed
54 destructor executed
74 destructor executed
91 destructor executed
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
main.c 82 static void __attribute__((destructor))
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
main.c 82 static void __attribute__((destructor))
  /src/external/cddl/osnet/lib/libumem/
umem.c 36 umem_destructor_t *destructor; member in struct:umem_cache
106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags)
115 cache->destructor = destructor;
157 if(cache->destructor != NULL)
158 cache->destructor(buffer, cache->callback_data);
  /src/lib/libpthread/
pthread_tsd.c 131 pthread_key_create(pthread_key_t *key, void (*destructor)(void *))
136 return __libc_thr_keycreate_stub(key, destructor);
142 * The condition for an available slot is one with the destructor
143 * not being NULL. If the desired destructor is NULL we set it to
144 * our own internal destructor to satisfy the non NULL condition.
170 pthread__tsd_destructors[i] = destructor ? destructor : null_destructor;
265 * destructor.
296 * We don't call the destructor here, it is the responsibility
330 void (*destructor)(void *)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
cygming-crtend.c 73 static void deregister_frame_dtor (void) __attribute__ ((destructor (0)));
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_posix.cpp 90 void AsanTSDInit(void (*destructor)(void *tsd)) {
92 tsd_destructor = destructor;
118 void AsanTSDInit(void (*destructor)(void *tsd)) {
121 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
cygming-crtend.c 73 static void deregister_frame_dtor (void) __attribute__ ((destructor (0)));
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_posix.cpp 89 void AsanTSDInit(void (*destructor)(void *tsd)) {
91 tsd_destructor = destructor;
117 void AsanTSDInit(void (*destructor)(void *tsd)) {
120 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_posix_test.cc 29 void destructor(void *arg) { function in namespace:__sanitizer
54 ASSERT_EQ(0, pthread_key_create(&key, &destructor));
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_support.c 35 typedef int destructor(struct archive *); typedef
49 test_success(constructor new_, enabler enable_, destructor free_)
65 test_failure(constructor new_, enabler enable_, destructor free_)
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
initfini.c 1 /* .init/.fini section handling + C++ global constructor/destructor
73 constructor and destructor list, repectively. So these two declarations
76 extern void __nds32_deregister_eh(void) __attribute__((destructor, used));
108 invoke each per-compilation-unit destructor routine in order
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
initfini.c 1 /* .init/.fini section handling + C++ global constructor/destructor
73 constructor and destructor list, repectively. So these two declarations
76 extern void __nds32_deregister_eh(void) __attribute__((destructor, used));
108 invoke each per-compilation-unit destructor routine in order

Completed in 42 milliseconds

1 2 3 4 5 6 7