Searched refs:nargs_prototype (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-call.cc | 591 cum->nargs_prototype = 0; in init_cumulative_args() 593 cum->nargs_prototype = n_named_args; in init_cumulative_args() 637 cum->prototype, cum->nargs_prototype); in init_cumulative_args() 1082 cum->nargs_prototype--; in rs6000_function_arg_advance_1() 1156 cum->nargs_prototype, cum->prototype, in rs6000_function_arg_advance_1() 1191 cum->nargs_prototype, cum->prototype, in rs6000_function_arg_advance_1() 1248 cum->sysv_gregno, cum->nargs_prototype, cum->prototype); in rs6000_function_arg_advance_1() 1276 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode)); in rs6000_function_arg_advance_1() 1661 || (cum->nargs_prototype < 0 in rs6000_function_arg() 1810 if (type && (cum->nargs_prototype <= 0 in rs6000_function_arg() [all …]
|
| D | rs6000.h | 1531 int nargs_prototype; /* # args left in the current prototype */ member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.h | 578 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member 590 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \ 605 (CUM).nargs_prototype = 1000
|
| D | pa.cc | 9755 cum->nargs_prototype--; in pa_function_arg_advance() 9918 && cum->nargs_prototype <= 0 in pa_function_arg()
|