Searched refs:destroy (Results 1 - 25 of 734) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dtest18828.d9 destroy(s);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-crt2.c107 struct live_images *top, **lip, *destroy = NULL;
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
129 if (destroy != NULL)
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
133 free (destroy);
106 struct live_images *top, **lip, *destroy = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-crt2.c107 struct live_images *top, **lip, *destroy = NULL;
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
129 if (destroy != NULL)
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
133 free (destroy);
106 struct live_images *top, **lip, *destroy = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.lifetime/
H A Dlarge_aggregate_destroy_21097.d3 // The crucial part of the test cases is testing `destroy`. At the same time, we test
4 // `core.internal.lifetime.emplaceInitializer` (which is currently called by `destroy`).
22 destroy(s);
40 destroy(s);
53 destroy(s);
67 destroy(s);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.typeinfo/
H A Denum_.d17 typeid(e).destroy(&e);
/netbsd-current/tests/lib/semaphore/pthread/
H A Dt_sem_pth.c9 ATF_TP_ADD_TC(tp, destroy);
/netbsd-current/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-composite.c43 (*filters)->destroy(*filters);
73 cft->destroy = _composite_destroy;
H A Dfilter-md.c63 f->destroy = _destroy;
/netbsd-current/tests/sbin/ifconfig/
H A Dt_tap.sh67 ifconfig "tap$tap" destroy
94 ifconfig tap99999 destroy
H A Dt_bridge.sh62 ifconfig "bridge$bridge" destroy >/dev/null 2>&1
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-perfpow.c110 int i, j, k, unique, destroy, res; local
160 destroy = 1;
165 destroy = mpz_get_ui (np) % (nrprimes - 2);
168 g = exp[destroy];
169 for (k = destroy + 1; k < nrprimes; k++)
172 for (j = 0; j < destroy; j++)
210 if (res == 1 && destroy != 0)
215 else if (res == 0 && destroy == 0)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DManagedStatic.cpp55 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
71 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
77 StaticList->destroy();
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Djoin_detach.d18 destroy(th); // force detach
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_anonymous.c85 .destroy = saslc__mech_generic_destroy
H A Dmech_external.c81 .destroy = saslc__mech_generic_destroy
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Devent.c29 destroy(isc_event_t *event) { function
45 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg, sender, destroy,
77 destroy, mctx);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dscoped_mmap.h42 destroy ();
66 destroy ();
76 void destroy () function in class:scoped_mmap
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_mmap.h42 destroy ();
66 destroy ();
76 void destroy () function in class:scoped_mmap
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Devent.c29 destroy(isc_event_t *event) { function
45 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg, sender, destroy,
77 destroy, mctx);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslappasswd.c240 goto destroy;
245 goto destroy;
252 goto destroy;
264 goto destroy;
281 goto destroy;
288 goto destroy;
294 destroy:;
H A Dslapauth.c115 goto destroy;
125 goto destroy;
142 goto destroy;
154 goto destroy;
158 goto destroy;
169 goto destroy;
173 destroy:;
H A Dslapacl.c95 goto destroy;
126 goto destroy;
136 goto destroy;
148 goto destroy;
160 goto destroy;
170 goto destroy;
182 goto destroy;
224 goto destroy;
244 goto destroy;
257 goto destroy;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dcommon.d34 void destroy(T)(ref T t) if (is(T == struct) && dtorIsNothrow!T)
37 object.destroy(t);
40 void destroy(T)(ref T t) if (!is(T == struct))
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Ddev-cache.h28 void (*destroy) (struct dev_filter * f); member in struct:dev_filter
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.h28 void (*destroy) (struct dev_filter * f); member in struct:dev_filter

Completed in 172 milliseconds

1234567891011>>