Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c4425 cum->nargs_prototype = 0; in init_cumulative_args()
4427 cum->nargs_prototype = n_named_args; in init_cumulative_args()
4450 cum->prototype, cum->nargs_prototype); in init_cumulative_args()
4703 cum->nargs_prototype--; in function_arg_advance()
4752 cum->nargs_prototype, cum->prototype, in function_arg_advance()
4837 cum->sysv_gregno, cum->nargs_prototype, cum->prototype); in function_arg_advance()
5219 || (cum->nargs_prototype < 0 in function_arg()
5379 && (cum->nargs_prototype <= 0 in function_arg()
5472 && cum->nargs_prototype >= 0) in rs6000_arg_partial_bytes()
5490 && (cum->nargs_prototype <= 0 in rs6000_arg_partial_bytes()
[all …]
H A Drs6000.h1370 int nargs_prototype; /* # args left in the current prototype */ member