Searched refs:__cleanup (Results 1 – 4 of 4) sorted by relevance
29 __cleanup() { function32 trap __cleanup EXIT
14 #undef __cleanup15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
40 #define __free(_name) __cleanup(__free_##_name)86 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro