Searched refs:func__ (Results 1 – 1 of 1) sorted by relevance
90 #define IW_CLEANUP(func__) __attribute__(cleanup(func__)) argument92 #define IW_CLEANUP_FUNC(type__, func__) \ argument93 static inline void func__ ## _cc(type__ * p) { \95 *p = func__(*p); \99 #define IW_CLEANUP_DESTROY_FUNC(type__, func__) \ argument100 static inline void func__ ## _cc(type__ * p) { \102 func__(*p); \