Home
last modified time | relevance | path

Searched defs:stdarg (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dfunction.h423 unsigned int stdarg : 1; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h466 unsigned int stdarg : 1; member
H A Dfunction.c4393 int stdarg local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c1492 int stdarg = (TYPE_ARG_TYPES (fntype) != 0 local
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.c1494 int stdarg = (TYPE_ARG_TYPES (fntype) != 0 in init_cumulative_args() local
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h1372 int stdarg; /* Whether function is a stdarg function. */ member