Lines Matching full:what
91 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) argument
92 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) argument
119 _hb_debug_msg_va (const char *what,
128 _hb_debug_msg_va (const char *what, in _hb_debug_msg_va() argument
140 fprintf (stderr, "%-10s", what ? what : ""); in _hb_debug_msg_va()
177 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va()
187 _hb_debug_msg (const char *what,
196 _hb_debug_msg (const char *what, in _hb_debug_msg() argument
207 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg()
211 _hb_debug_msg<0> (const char *what HB_UNUSED,
220 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg()
229 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… argument
230 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, fal… argument
231 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… argument
278 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
284 _hb_debug_msg_va<max_level> (what, obj, func, true, plevel ? *plevel : 0, +1, message, ap); in hb_auto_trace_t()
291 _hb_debug_msg<max_level> (what, obj, nullptr, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t()
305 _hb_debug_msg<max_level> (what, obj, func, true, plevel ? *plevel : 1, -1, in ret()
316 const char *what; member