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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1487 int maybe_vaarg; /* true for calls to possibly vardic fncts. */
1482 int maybe_vaarg; /* true for calls to possibly vardic fncts. */ member in struct:ix86_args
H A Di386.c3096 cum->maybe_vaarg = false;
3138 cum->maybe_vaarg = true;
3144 cum->maybe_vaarg = true;
3945 return GEN_INT (cum->maybe_vaarg

Completed in 111 milliseconds