Home
last modified time | relevance | path

Searched refs:cum_arg (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h454 #define CUMULATIVE_ARGS struct cum_arg
455 struct cum_arg { int nbytes; }; argument
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.h588 #define CUMULATIVE_ARGS struct cum_arg
589 struct cum_arg { int nbytes; int anonymous_args; }; struct
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.h554 #define CUMULATIVE_ARGS struct cum_arg
555 struct cum_arg {int nbytes; }; struct
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.h509 #define CUMULATIVE_ARGS struct cum_arg
510 struct cum_arg {int nbytes; }; argument
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dh8300.h620 #define CUMULATIVE_ARGS struct cum_arg
621 struct cum_arg struct
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.h657 #define CUMULATIVE_ARGS struct cum_arg
658 struct cum_arg struct
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h715 #define CUMULATIVE_ARGS struct cum_arg
716 struct cum_arg { int nbytes; int anonymous_args; }; struct
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog12961 * config/v850/v850.h (struct cum_arg): Add anonymous_args field.