Lines Matching full:what

94 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT))  argument
95 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) argument
122 _hb_debug_msg_va (const char *what,
131 _hb_debug_msg_va (const char *what, in _hb_debug_msg_va() argument
143 fprintf (stderr, "%-10s", what ? what : ""); in _hb_debug_msg_va()
180 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va()
190 _hb_debug_msg (const char *what,
199 _hb_debug_msg (const char *what, in _hb_debug_msg() argument
210 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg()
214 _hb_debug_msg<0> (const char *what HB_UNUSED,
223 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg()
232 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… argument
233 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, fal… argument
234 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… argument
281 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
287 _hb_debug_msg_va<max_level> (what, obj, func, true, plevel ? *plevel : 0, +1, message, ap); in hb_auto_trace_t()
294 _hb_debug_msg<max_level> (what, obj, nullptr, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t()
309 _hb_debug_msg<max_level> (what, obj, func, true, plevel ? *plevel : 1, -1, in ret()
320 const char *what; member