Home
last modified time | relevance | path

Searched refs:loopcounter (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc2485 int loopcounter; member
2853 int loopcounter = d->loopcounter; in walk_type() local
2860 oprintf (d->of, "%*ssize_t i%d;\n", d->indent, "", loopcounter); in walk_type()
2862 "", loopcounter, loopcounter); in walk_type()
2866 oprintf (d->of, "l%d", loopcounter); in walk_type()
2870 oprintf (d->of, "); i%d++) {\n", loopcounter); in walk_type()
2872 d->val = newval = xasprintf ("%s[i%d]", oldval, loopcounter); in walk_type()
2892 int loopcounter; in walk_type() local
2902 loopcounter = d->loopcounter; in walk_type()
2904 loopcounter = d->counter++; in walk_type()
[all …]
DChangeLog-201227780 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter