Searched refs:CALL_POPS_ARGS (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.h477 #define CALL_POPS_ARGS(C) 0 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.h476 #define CALL_POPS_ARGS(C) 0 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h1098 #define CALL_POPS_ARGS(CUM) (0)
1092 #define CALL_POPS_ARGS macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h1098 #define CALL_POPS_ARGS(CUM) (0)
1092 #define CALL_POPS_ARGS macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c392 #ifdef CALL_POPS_ARGS
393 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc395 #ifdef CALL_POPS_ARGS
396 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far));

Completed in 334 milliseconds