Searched refs:RETURN_POPS_ARGS (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h600 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0 macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1123 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0
1110 #define RETURN_POPS_ARGS macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1459 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
1452 #define RETURN_POPS_ARGS macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1296 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0
1290 #define RETURN_POPS_ARGS macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1447 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) \
1442 #define RETURN_POPS_ARGS macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1267 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
1264 #define RETURN_POPS_ARGS macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1864 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
1854 #define RETURN_POPS_ARGS macro
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c204 macro RETURN_POPS_ARGS to determine whether this function pops its own args.
207 RETURN_POPS_ARGS to determine whether this function pops its own args.
252 HOST_WIDE_INT n_popped = RETURN_POPS_ARGS (fndecl, funtype, stack_size);
2234 || (RETURN_POPS_ARGS (fndecl, funtype, args_size.constant)
2235 != RETURN_POPS_ARGS (current_function_decl,
H A Dfunction.c3114 current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl),

Completed in 339 milliseconds