HomeSort by: relevance | last modified time | path
    Searched refs:debug_step (Results 1 - 12 of 12) sorted by relevancy

  /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
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 252 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 612 debug_step("%s:%d: %s %d '%s' in %s", \
637 debug_step("%s:%d: query %d '%s' in %s", \
756 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));
616 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
err.c 566 debug_step("%s: lwarn=%d msgid=%d", __func__, lwarn, msgid);
lex.c 329 debug_step("symbol table level %d", level);
1150 debug_step("%s", __func__);
1157 debug_step("%s '%s'", __func__, text);
1164 debug_step("%s '%s'", __func__, text);
1172 debug_step("%s '%s'", __func__, buf.data);
1181 debug_step("%s '%s'", __func__, buf.data);
1189 debug_step("%s '%s'", __func__, text);
1225 debug_step("%s '%.*s'", __func__, (int)len, text);
1543 debug_step("%s '%s' %s '%s'", __func__,
1561 debug_step("%s %d", __func__, syms->s_block_level)
    [all...]
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);
2109 debug_step("%s: mem_block_level = %zu",
2121 debug_step("%s: mem_block_level = %zu",
func.c 170 debug_step("%s -> %s",
1129 case LC_LINTED: debug_step("set lwarn %d", arg);
tree.c 3781 debug_step("type '%s' cannot represent:", type_name(tp));
4351 debug_step("build_sizeof '%s' = %u", type_name(tp), size_in_bytes);
4776 debug_step("constant node is null; returning 1 instead");

Completed in 27 milliseconds