Searched defs:destructor (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/llvm/cxa_finalize/
H A Dcxa_finalize.c75 static void __attribute__((destructor)) __do_cleanup(void);
199 int __cxa_atexit(void (*destructor)(void*), void* arg, void* dso) { argument
209 cxa.cxa_func = destructor;
273 void __attribute__((destructor)) __do_cleanup(void) {

Completed in 9 milliseconds