Home
last modified time | relevance | path

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

12345678910>>...19

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvec.cc82 __cxa_cdtor_type destructor) in __cxa_vec_new() argument
85 constructor, destructor, in __cxa_vec_new()
94 __cxa_cdtor_type destructor, in __cxa_vec_new2() argument
115 constructor, destructor); in __cxa_vec_new2()
136 __cxa_cdtor_type destructor, in __cxa_vec_new3() argument
157 constructor, destructor); in __cxa_vec_new3()
177 __cxa_cdtor_type destructor) in __cxa_vec_ctor() argument
192 __cxa_vec_cleanup(array_address, ix, element_size, destructor); in __cxa_vec_ctor()
206 __cxa_cdtor_type destructor) in __cxa_vec_cctor() argument
223 __cxa_vec_cleanup(dest_array, ix, element_size, destructor); in __cxa_vec_cctor()
[all …]
H A Datexit_thread.cc55 void (*destructor)(void *); member
75 e->destructor (e->object); in run()
149 new_elt->destructor = dtor; in __cxa_thread_atexit()
H A Datexit_arm.cc32 void (*destructor) (void *), in __aeabi_atexit()
35 return abi::__cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvec.cc82 __cxa_cdtor_type destructor) in __cxa_vec_new() argument
85 constructor, destructor, in __cxa_vec_new()
94 __cxa_cdtor_type destructor, in __cxa_vec_new2() argument
115 constructor, destructor); in __cxa_vec_new2()
136 __cxa_cdtor_type destructor, in __cxa_vec_new3() argument
157 constructor, destructor); in __cxa_vec_new3()
177 __cxa_cdtor_type destructor) in __cxa_vec_ctor() argument
192 __cxa_vec_cleanup(array_address, ix, element_size, destructor); in __cxa_vec_ctor()
206 __cxa_cdtor_type destructor) in __cxa_vec_cctor() argument
223 __cxa_vec_cleanup(dest_array, ix, element_size, destructor); in __cxa_vec_cctor()
[all …]
H A Datexit_thread.cc60 void (_GLIBCXX_CDTOR_CALLABI *destructor)(void *);
80 e->destructor (e->object); in run()
155 new_elt->destructor = dtor; in __cxa_thread_atexit()
H A Datexit_arm.cc32 void (*destructor) (void *), in __aeabi_atexit()
35 return abi::__cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td192 "%select{method %5|constructor|destructor}4|"
193 "%select{method %5|constructor|destructor}4 "
195 "%select{method %5|constructor|destructor}4 "
197 "%select{method %5|constructor|destructor}4 "
199 "%select{method %5|constructor|destructor}4 "
201 "%select{method %5|constructor|destructor}4 "
203 "%select{method %5|constructor|destructor}4 "
205 "%select{method %5|constructor|destructor}4 "
207 "%select{method %5|constructor|destructor}4 "
209 "%select{method %5|constructor|destructor}4 "
[all …]
/netbsd-src/lib/libpthread/
H A Dpthread_tsd.c126 pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) in pthread_key_create()
131 return __libc_thr_keycreate_stub(key, destructor); in pthread_key_create()
165 pthread__tsd_destructors[i] = destructor ? destructor : null_destructor; in pthread_key_create()
325 void (*destructor)(void *); in pthread__destroy_tsd() local
370 destructor = pthread__tsd_destructors[i]; in pthread__destroy_tsd()
372 destructor = NULL; in pthread__destroy_tsd()
375 if (destructor != NULL && val != NULL) { in pthread__destroy_tsd()
377 (*destructor)(val); in pthread__destroy_tsd()
/netbsd-src/external/cddl/osnet/lib/libumem/
H A Dumem.c36 umem_destructor_t *destructor; member
106 …ize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t … in umem_cache_create() argument
115 cache->destructor = destructor; in umem_cache_create()
157 if(cache->destructor != NULL) in umem_cache_free()
158 cache->destructor(buffer, cache->callback_data); in umem_cache_free()
/netbsd-src/tests/lib/csu/
H A Dt_crt0.sh38 destructor executed
54 destructor executed
74 destructor executed
91 destructor executed
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_posix.cc62 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
64 tsd_destructor = destructor; in AsanTSDInit()
90 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
93 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_posix.cpp89 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
91 tsd_destructor = destructor; in AsanTSDInit()
117 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
120 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ext.c125 slapi_extension_destructor_fnptr destructor; in free_extension() local
132 destructor = registered_extensions.extensions[objecttype].destructors[extensionhandle]; in free_extension()
133 if ( destructor != NULL ) { in free_extension()
134 (*destructor)( eblock->extensions[extensionhandle], object, parent ); in free_extension()
178 slapi_extension_destructor_fnptr destructor, in slapi_register_object_extension() argument
224 re->destructors[*extensionhandle] = destructor; in slapi_register_object_extension()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-crt2.c72 void (*destructor)(struct live_images *); /* destructor for this */ member
130 if (destroy->destructor != NULL) in darwin_unwind_dyld_remove_image_hook()
131 (*destroy->destructor) (destroy); in darwin_unwind_dyld_remove_image_hook()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-crt2.c72 void (*destructor)(struct live_images *); /* destructor for this */ member
130 if (destroy->destructor != NULL) in darwin_unwind_dyld_remove_image_hook()
131 (*destroy->destructor) (destroy); in darwin_unwind_dyld_remove_image_hook()
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_read_support.c35 typedef int destructor(struct archive *); typedef
49 test_success(constructor new_, enabler enable_, destructor free_) in test_success()
65 test_failure(constructor new_, enabler enable_, destructor free_) in test_failure()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc197 void MsanTSDInit(void (*destructor)(void *tsd)) { in MsanTSDInit()
199 tsd_destructor = destructor; in MsanTSDInit()
226 void MsanTSDInit(void (*destructor)(void *tsd)) { in MsanTSDInit()
229 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in MsanTSDInit()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_posix.cc43 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
46 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor)); in AsanTSDInit()
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit4.error1 YACC: w - line 32 of "./err_inherit4.y", destructor redeclared
2 %destructor {
/netbsd-src/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y69 %destructor { // 'msg' is a 'char *' indicating the context of destructor invocation
75 %destructor { printf("%s accessed by symbol with type <decl> (case s.b. 279 & 280) @ position[%d,%d…
80 %destructor { printf("%s accessed by symbol of any type other than <decl> @ position[%d,%d..%d,%d]…
85 %destructor { printf("%s accessed by symbol with no type @ position[%d,%d..%d,%d]\n",
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc519 size_t size, dispatch_queue_t q, dispatch_block_t destructor) { in DECLARE_REAL_AND_INTERCEPTOR()
520 SCOPED_TSAN_INTERCEPTOR(dispatch_data_create, buffer, size, q, destructor); in DECLARE_REAL_AND_INTERCEPTOR()
521 if ((q == nullptr) || (destructor == DISPATCH_DATA_DESTRUCTOR_DEFAULT)) in DECLARE_REAL_AND_INTERCEPTOR()
522 return REAL(dispatch_data_create)(buffer, size, q, destructor); in DECLARE_REAL_AND_INTERCEPTOR()
524 if (destructor == DISPATCH_DATA_DESTRUCTOR_FREE) in DECLARE_REAL_AND_INTERCEPTOR()
525 destructor = ^(void) { WRAP(free)((void *)(uintptr_t)buffer); }; in DECLARE_REAL_AND_INTERCEPTOR()
526 else if (destructor == DISPATCH_DATA_DESTRUCTOR_MUNMAP) in DECLARE_REAL_AND_INTERCEPTOR()
527 destructor = ^(void) { WRAP(munmap)((void *)(uintptr_t)buffer, size); }; in DECLARE_REAL_AND_INTERCEPTOR()
530 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc521 size_t size, dispatch_queue_t q, dispatch_block_t destructor) { in DECLARE_REAL_AND_INTERCEPTOR()
522 SCOPED_TSAN_INTERCEPTOR(dispatch_data_create, buffer, size, q, destructor); in DECLARE_REAL_AND_INTERCEPTOR()
523 if ((q == nullptr) || (destructor == DISPATCH_DATA_DESTRUCTOR_DEFAULT)) in DECLARE_REAL_AND_INTERCEPTOR()
524 return REAL(dispatch_data_create)(buffer, size, q, destructor); in DECLARE_REAL_AND_INTERCEPTOR()
526 if (destructor == DISPATCH_DATA_DESTRUCTOR_FREE) in DECLARE_REAL_AND_INTERCEPTOR()
527 destructor = ^(void) { WRAP(free)((void *)(uintptr_t)buffer); }; in DECLARE_REAL_AND_INTERCEPTOR()
528 else if (destructor == DISPATCH_DATA_DESTRUCTOR_MUNMAP) in DECLARE_REAL_AND_INTERCEPTOR()
529 destructor = ^(void) { WRAP(munmap)((void *)(uintptr_t)buffer, size); }; in DECLARE_REAL_AND_INTERCEPTOR()
532 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c76 void (*destructor)(struct live_images *); /* destructor for this */ member
133 image->destructor = NULL; in live_image_destructor()
202 image->destructor = live_image_destructor; in examine_objects()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c76 void (*destructor)(struct live_images *); /* destructor for this */ member
133 image->destructor = NULL; in live_image_destructor()
202 image->destructor = live_image_destructor; in examine_objects()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc29 void destructor(void *arg) { in destructor() function
54 ASSERT_EQ(0, pthread_key_create(&key, &destructor)); in TEST()

12345678910>>...19