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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c2370 if (cfun->machine->n_varargs > 0
2540 if (spilled_gr_p || cfun->machine->n_varargs
2922 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs;
3009 n_varargs = cfun->machine->n_varargs;
3010 setup_spill_pointers (current_frame_info.n_spilled + n_varargs,
3089 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno)
3844 cfun->machine->n_varargs = n;
2916 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local
H A Dia64.h2065 int n_varargs;
2025 int n_varargs; local

Completed in 80 milliseconds