Home
last modified time | relevance | path

Searched refs:DEFAULT_FUNCTION_ARG_PADDING (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/
HDexpr.h167 #define DEFAULT_FUNCTION_ARG_PADDING(MODE, TYPE) \ macro
178 DEFAULT_FUNCTION_ARG_PADDING ((MODE), (TYPE))
HDChangeLog-20038543 * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.
8544 (FUNCTION_ARG_PADDING): Use DEFAULT_FUNCTION_ARG_PADDING.
HDChangeLog-200512383 DEFAULT_FUNCTION_ARG_PADDING to upward.
/trueos/contrib/gcc/config/sparc/
HDsparc.c5377 return DEFAULT_FUNCTION_ARG_PADDING (mode, type); in function_arg_padding()
/trueos/contrib/gcc/config/ia64/
HDia64.c9176 return DEFAULT_FUNCTION_ARG_PADDING (mode, type); in ia64_hpux_function_arg_padding()
/trueos/contrib/gcc/config/arm/
HDarm.c7135 return DEFAULT_FUNCTION_ARG_PADDING(mode, type) == upward; in arm_pad_arg_upward()
/trueos/contrib/gcc/config/rs6000/
HDrs6000.c4530 return DEFAULT_FUNCTION_ARG_PADDING (mode, type); in function_arg_padding()