Searched refs:to_dump_count (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c701 static int to_dump_count = 0; variable
710 int i = to_dump_count;
719 to_dump_count++;
722 to_dump = XRESIZEVEC (tree, to_dump, to_dump_count);
792 qsort (to_dump, to_dump_count, sizeof (tree), compare_node);
818 while (i != to_dump_count)
841 } while (i != to_dump_count || j != comments->count);
844 for (i = 0; i < to_dump_count; i++)
852 to_dump_count = 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc701 static int to_dump_count = 0; variable
710 int i = to_dump_count;
719 to_dump_count++;
722 to_dump = XRESIZEVEC (tree, to_dump, to_dump_count);
792 qsort (to_dump, to_dump_count, sizeof (tree), compare_node);
818 while (i != to_dump_count)
841 } while (i != to_dump_count || j != comments->count);
844 for (i = 0; i < to_dump_count; i++)
852 to_dump_count = 0;

Completed in 194 milliseconds