Searched refs:__func__ (Results 1 – 4 of 4) sorted by relevance
37 #define __FUNCTION__ (__func__)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
230 #define __func__ __PRETTY_FUNCTION__ macro232 #define __func__ __FUNCTION__ macro234 #define __func__ "" macro
146 "%s[%d]: " fmt, __func__, __LINE__, ##x); \