Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c2467 int loopcounter; member
2827 int loopcounter = d->loopcounter; in walk_type() local
2834 oprintf (d->of, "%*ssize_t i%d;\n", d->indent, "", loopcounter); in walk_type()
2836 "", loopcounter, loopcounter); in walk_type()
2840 oprintf (d->of, "l%d", loopcounter); in walk_type()
2844 oprintf (d->of, "); i%d++) {\n", loopcounter); in walk_type()
2846 d->val = newval = xasprintf ("%s[i%d]", oldval, loopcounter); in walk_type()
2866 int loopcounter; in walk_type() local
2876 loopcounter = d->loopcounter; in walk_type()
2878 loopcounter = d->counter++; in walk_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]
H A DChangeLog-201227780 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter