Lines Matching defs: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");
398 debug_printf(" %s", name);
405 debug_printf("%s%s", prefix, sym->s_name);
407 debug_printf(" type='%s'", type_name(sym->s_type));
409 debug_printf(" rename=%s", sym->s_rename);
410 debug_printf(" %s", symbol_kind_name(sym->s_kind));
426 debug_printf(" defined-at=%s:%d",
429 debug_printf(" set-at=%s:%d",
432 debug_printf(" used-at=%s:%d",
436 debug_printf(" value=%d", sym->u.s_enum_constant);
438 debug_printf(" value=%s",
446 debug_printf(" sou='typedef %s'", def->s_name);
448 debug_printf(" sou='%s'", tag);
454 debug_printf(" %s",
457 debug_printf(" %s", type_qualifiers_string(
460 debug_printf(" %s", function_specifier_name(
466 debug_printf(" nonnull-dimension %zu",
473 debug_printf("\n");
475 debug_printf("%s", suffix);
482 debug_printf("kind=%s", decl_level_kind_name(dl->d_kind));
484 debug_printf(" %s", scl_name(dl->d_scl));
486 debug_printf(" '%s'", type_name(dl->d_type));
489 debug_printf(" %s", tspec_name(dl->d_abstract_type));
491 debug_printf(" %s", tspec_name(dl->d_complex_mod));
493 debug_printf(" %s", tspec_name(dl->d_sign_mod));
495 debug_printf(" %s", tspec_name(dl->d_rank_mod));
500 debug_printf(" size=%u", dl->d_sou_size_in_bits / CHAR_SIZE);
502 debug_printf("+%u", dl->d_sou_size_in_bits % CHAR_SIZE);
504 debug_printf(" sou_align=%u", dl->d_sou_align);
506 debug_printf(" mem_align=%u", dl->d_mem_align);
523 debug_printf(" tag_type='%s'", type_name(dl->d_tag_type));
527 debug_printf(" func_def_pos=%s:%d:%d",
533 debug_printf("\n");
539 debug_printf("dcs ");
548 debug_printf("dcs[%zu] ", i++);
558 debug_printf("%s", tok->u.identifier);
564 debug_printf("%Lg", c.u.floating);
566 debug_printf("%llu", (unsigned long long)c.u.integer);
568 debug_printf("%lld", (long long)c.u.integer);
571 debug_printf("%s",
576 debug_printf("%s", tok->u.string_literals.data);
579 debug_printf("%s", tok->u.punctuator);
591 debug_printf("%s%c", sep, tok->kind);
593 debug_printf("%c", tok->kind == '(' ? ')'
596 debug_printf("%s", sep);
608 debug_printf("attribute [[");
610 debug_printf("%s::", attr->prefix);
611 debug_printf("%s", attr->name);
613 debug_printf("(");
615 debug_printf(")");