Lines Matching refs:debug_printf
84 debug_printf(const char *fmt, ...)
137 debug_printf("\n");
163 debug_printf("size %u", size_in_bits / CHAR_SIZE);
165 debug_printf("+%u", size_in_bits % CHAR_SIZE);
205 debug_printf("'%s'",
208 debug_printf(" '%s' with %s",
212 debug_printf(" type");
213 debug_printf(" '%s'", type_name(tn->tn_type));
215 debug_printf(", lvalue");
217 debug_printf(", parenthesized");
219 debug_printf(", sys");
223 debug_printf("\n");
227 debug_printf(", value %Lg", tn->u.value.u.floating);
229 debug_printf(", value %llu",
232 debug_printf(", value %lld",
236 debug_printf(", value %s",
240 debug_printf(", unsigned_since_c90");
242 debug_printf(", char_constant");
243 debug_printf("\n");
247 debug_printf(", %s\n", tn->u.str_literals->data);
249 debug_printf(", length %zu\n", tn->u.str_literals->len);
252 debug_printf("\n");
262 debug_printf("\n");
396 debug_printf(" %s", name);
403 debug_printf("%s%s", prefix, sym->s_name);
405 debug_printf(" type='%s'", type_name(sym->s_type));
407 debug_printf(" rename=%s", sym->s_rename);
408 debug_printf(" %s", symbol_kind_name(sym->s_kind));
424 debug_printf(" defined-at=%s:%d",
427 debug_printf(" set-at=%s:%d",
430 debug_printf(" used-at=%s:%d",
434 debug_printf(" value=%d", sym->u.s_enum_constant);
436 debug_printf(" value=%s",
444 debug_printf(" sou='typedef %s'", def->s_name);
446 debug_printf(" sou='%s'", tag);
452 debug_printf(" %s",
455 debug_printf(" %s", type_qualifiers_string(
458 debug_printf(" %s", function_specifier_name(
466 debug_printf("\n");
468 debug_printf("%s", suffix);
475 debug_printf("kind=%s", decl_level_kind_name(dl->d_kind));
477 debug_printf(" %s", scl_name(dl->d_scl));
479 debug_printf(" '%s'", type_name(dl->d_type));
482 debug_printf(" %s", tspec_name(dl->d_abstract_type));
484 debug_printf(" %s", tspec_name(dl->d_complex_mod));
486 debug_printf(" %s", tspec_name(dl->d_sign_mod));
488 debug_printf(" %s", tspec_name(dl->d_rank_mod));
493 debug_printf(" size=%u", dl->d_sou_size_in_bits / CHAR_SIZE);
495 debug_printf("+%u", dl->d_sou_size_in_bits % CHAR_SIZE);
497 debug_printf(" sou_align=%u", dl->d_sou_align);
499 debug_printf(" mem_align=%u", dl->d_mem_align);
516 debug_printf(" tag_type='%s'", type_name(dl->d_tag_type));
520 debug_printf(" func_def_pos=%s:%d:%d",
526 debug_printf("\n");
532 debug_printf("dcs ");
541 debug_printf("dcs[%zu] ", i++);
551 debug_printf("%s", tok->u.identifier);
557 debug_printf("%Lg", c.u.floating);
559 debug_printf("%llu", (unsigned long long)c.u.integer);
561 debug_printf("%lld", (long long)c.u.integer);
564 debug_printf("%s",
569 debug_printf("%s", tok->u.string_literals.data);
572 debug_printf("%s", tok->u.punctuator);
584 debug_printf("%s%c", sep, tok->kind);
586 debug_printf("%c", tok->kind == '(' ? ')'
589 debug_printf("%s", sep);
601 debug_printf("attribute [[");
603 debug_printf("%s::", attr->prefix);
604 debug_printf("%s", attr->name);
606 debug_printf("(");
608 debug_printf(")");