Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c2412 const char *param_prefix; member
3204 if (wtd->param_prefix) in write_types_process_field()
3228 oprintf (d->of, ", gt_%s_", wtd->param_prefix); in write_types_process_field()
3232 oprintf (d->of, ", gt_%sa_%s", wtd->param_prefix, d->prev_val[0]); in write_types_process_field()
3550 if (wtd->param_prefix) in write_func_for_structure()
3552 oprintf (d.of, ", x, gt_%s_", wtd->param_prefix); in write_func_for_structure()
3563 if (wtd->param_prefix) in write_func_for_structure()
3565 oprintf (d.of, ", xlimit, gt_%s_", wtd->param_prefix); in write_func_for_structure()
3590 if (wtd->param_prefix) in write_func_for_structure()
3592 oprintf (d.of, ", xprev, gt_%s_", wtd->param_prefix); in write_func_for_structure()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc2430 const char *param_prefix; member
3230 if (wtd->param_prefix) in write_types_process_field()
3254 oprintf (d->of, ", gt_%s_", wtd->param_prefix); in write_types_process_field()
3258 oprintf (d->of, ", gt_%sa_%s", wtd->param_prefix, d->prev_val[0]); in write_types_process_field()
3577 if (wtd->param_prefix) in write_func_for_structure()
3579 oprintf (d.of, ", x, gt_%s_", wtd->param_prefix); in write_func_for_structure()
3590 if (wtd->param_prefix) in write_func_for_structure()
3592 oprintf (d.of, ", xlimit, gt_%s_", wtd->param_prefix); in write_func_for_structure()
3617 if (wtd->param_prefix) in write_func_for_structure()
3619 oprintf (d.of, ", xprev, gt_%s_", wtd->param_prefix); in write_func_for_structure()
[all …]