Home
last modified time | relevance | path

Searched refs:maybe_vaarg (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1482 int maybe_vaarg; /* true for calls to possibly vardic fncts. */ member
Di386.c3088 cum->maybe_vaarg = false; in init_cumulative_args()
3130 cum->maybe_vaarg = true; in init_cumulative_args()
3136 cum->maybe_vaarg = true; in init_cumulative_args()
3937 return GEN_INT (cum->maybe_vaarg in function_arg()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200110389 (init_cumulative_args): Refuse regparm on x86_64, set maybe_vaarg.
10397 (struct ix86_args): Add maybe_vaarg.