Searched refs:verbose_index (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/contrib/ |
| D | paranoia.cc | 185 static int verbose_index = 0; variable 325 fprintf (stderr, "%6d: %s %c %s = %s\n", verbose_index++, in binop() 362 fprintf (stderr, "%6d: %s%s = %s\n", verbose_index++, in unop() 411 fprintf (stderr, "%6d: %s %s %s = %s\n", verbose_index++, in cmp() 611 fprintf (stderr, "%6d: %.*a %c %.*a = %.*a\n", verbose_index++, in verbose_binop() 615 fprintf (stderr, "%6d: %.*La %c %.*La = %.*La\n", verbose_index++, in verbose_binop() 631 fprintf (stderr, "%6d: %s%.*a = %.*a\n", verbose_index++, in verbose_unop() 634 fprintf (stderr, "%6d: %s%.*La = %.*La\n", verbose_index++, in verbose_unop() 649 fprintf (stderr, "%6d: %.*a %s %.*a = %s\n", verbose_index++, in verbose_cmp() 653 fprintf (stderr, "%6d: %.*La %s %.*La = %s\n", verbose_index++, in verbose_cmp()
|