Searched defs:dtor (Results 1 – 3 of 3) sorted by relevance
36 thread_local_dtor* dtor = new thread_local_dtor(); in __cxa_thread_atexit_impl() local
376 Dtor dtor = fini_array[--count]; in __libc_fini() local
84 __attribute__((destructor)) static void dtor() { in dtor() function