Searched defs:DEBUG_MSG (Results 1 – 4 of 4) sorted by relevance
34 #define DEBUG_MSG(f, ...) do { if (0) DBG(f, ##__VA_ARGS__); } while (0) macro
187 #define DEBUG_MSG(fmt, ...) \ macro
181 #define DEBUG_MSG(fmt, ...) \ macro
230 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, fal… macro