Searched refs:_destructor (Results 1 – 2 of 2) sorted by relevance
245 static inline void class_##_name##_destructor(_type *p) \252 static inline void class_##_name##ext##_destructor(class_##_name##_t *p)\253 { class_##_name##_destructor(p); } \258 class_##_name##_t var __cleanup(class_##_name##_destructor) = \343 static inline void class_##_name##_destructor(class_##_name##_t *_T) \
414 #define closure_return_with_destructor(_cl, _destructor) \ argument416 set_closure_fn(_cl, _destructor, NULL); \