Home
last modified time | relevance | path

Searched refs:func__ (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/
Dbasedefs.h90 #define IW_CLEANUP(func__) __attribute__(cleanup(func__)) argument
92 #define IW_CLEANUP_FUNC(type__, func__) \ argument
93 static inline void func__ ## _cc(type__ * p) { \
95 *p = func__(*p); \
99 #define IW_CLEANUP_DESTROY_FUNC(type__, func__) \ argument
100 static inline void func__ ## _cc(type__ * p) { \
102 func__(*p); \