Searched refs:_destructor (Results 1 – 2 of 2) sorted by relevance
73 static inline void class_##_name##_destructor(_type *p) \80 static inline void class_##_name##ext##_destructor(class_##_name##_t *p)\81 { class_##_name##_destructor(p); } \86 class_##_name##_t var __cleanup(class_##_name##_destructor) = \140 static inline void class_##_name##_destructor(class_##_name##_t *_T) \
357 #define closure_return_with_destructor(_cl, _destructor) \ argument359 set_closure_fn(_cl, _destructor, NULL); \