/src/usr.bin/xlint/lint1/ |
mem1.c | 193 debug_step("%s: freeing string '%s'", __func__, str); 196 debug_step("%s: freeing symbol '%s'", __func__, sym->s_name); 199 debug_step("%s: freeing type '%s'", __func__, type_name(tp)); 202 debug_step("%s: freeing node '%s' with type '%s'", 205 debug_step("%s: freeing '%s' with %zu bytes", 269 debug_step("%s: %s at level %zu", __func__, descr, level); 302 debug_step("+ %s %zu", __func__, level); 362 debug_step("%s", __func__);
|
debug.c | 130 debug_step(const char *fmt, ...) function in typeref:typename:void 144 debug_step("+ %s", func); 153 debug_step("- %s", func); 166 debug_step(", align %u, %s", 191 debug_step("type details for '%s':", type_name(tp)); 200 debug_step("null"); 617 debug_step("]]");
|
main1.c | 251 debug_step("main lwarn = %d", lwarn);
|
init.c | 197 debug_step("completed array type is '%s'", type_name(sym->s_type)); 260 debug_step("typeok '%s', '%s'", 344 debug_step("designation: (empty)"); 631 debug_step("initialization error"); 633 debug_step("no brace level"); 830 debug_step("handing over to INIT"); 916 debug_step("expecting '%s', expression has '%s'", 942 debug_step("begin initialization of '%s'", type_name(sym->s_type)); 957 debug_step("end initialization");
|
lint1.h | 610 debug_step("%s:%d: %s %d '%s' in %s", \ 635 debug_step("%s:%d: query %d '%s' in %s", \ 754 debug_step("%s: %s -> %s", __func__,
|
decl.c | 123 debug_step("%s '%s'", __func__, type_name(ntp)); 134 debug_step("%s: '%s'", __func__, type_name(ntp)); 161 debug_step("%s: '%s'", __func__, type_name(ntp)); 629 debug_step("%s", __func__); 1218 debug_step("%s: '%s'", __func__, type_qualifiers_string(*dst)); 1239 debug_step("%s: '%s'", __func__, type_name(tp)); 1266 debug_step("%s: '%s'", __func__, type_name(decl->s_type)); 1300 debug_step("%s: '%s'", __func__, type_name(tp)); 1319 debug_step("%s: '%s'", __func__, type_name(decl->s_type)); 1334 debug_step("%s: '%s'", __func__, type_name(tp)) [all...] |
externs1.h | 158 void debug_step(const char *fmt, ...) __printflike(1, 2); 178 #define debug_step(...) debug_noop() macro
|
lex.c | 333 debug_step("symbol table level %d", level); 1154 debug_step("%s", __func__); 1161 debug_step("%s '%s'", __func__, text); 1168 debug_step("%s '%s'", __func__, text); 1176 debug_step("%s '%s'", __func__, buf.data); 1185 debug_step("%s '%s'", __func__, buf.data); 1193 debug_step("%s '%s'", __func__, text); 1229 debug_step("%s '%.*s'", __func__, (int)len, text); 1547 debug_step("%s '%s' %s '%s'", __func__, 1565 debug_step("%s %d", __func__, syms->s_block_level) [all...] |
err.c | 566 debug_step("%s: lwarn=%d msgid=%d", __func__, lwarn, msgid);
|
cgram.y | 80 debug_step("%s:%zu: clearing flags", file, line); 89 debug_step("%s:%zu: saving flags %d", file, line, lwarn); 99 debug_step("%s:%zu: restoring flags %d", file, line, lwarn); 516 debug_step("cgram: name '%s'", $1->sb_name); 520 debug_step("cgram: typename '%s'", $1->sb_name); 2111 debug_step("%s: mem_block_level = %zu", 2123 debug_step("%s: mem_block_level = %zu",
|
func.c | 170 debug_step("%s -> %s", 1128 case LC_LINTED: debug_step("set lwarn %d", arg);
|
tree.c | 3717 debug_step("type '%s' cannot represent:", type_name(tp)); 4289 debug_step("build_sizeof '%s' = %u", type_name(tp), size_in_bytes); 4714 debug_step("constant node is null; returning 1 instead");
|