Searched refs:loopcounter (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gengtype.cc | 2485 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 …]
|
| D | ChangeLog-2012 | 27780 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
|