Searched refs:__cleanup (Results 1 – 8 of 8) sorted by relevance
51 if (__cleanup) in abort()52 (*__cleanup)(); in abort()
17 #define __cleanup(_f) __attribute__((__cleanup__(_f))) macro20 CLEANUP_NAME(_n, _t) _x __cleanup(CLEANUP_NAME(_n, _destroy)) = \65 #define __free(_n) __cleanup(__free_##_n)
102 auto __cleanup = [](void* __p) -> void* { in __make_exception_ptr_explicit()107 auto __cleanup = [](void* __p) { std::__destroy_at(static_cast<_Ep2*>(__p)); }; in __make_exception_ptr_explicit()109 …cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), __cleanup); in __make_exception_ptr_explicit()
73 __cleanup = _cleanup; in __smakebuf()
153 __cleanup = _cleanup; in setvbuf()
213 __cleanup = _cleanup; /* conservative */ in __sinit()
321 extern void (*__cleanup)(void) __hidden;
78 extern void (*__cleanup)(void);