Searched refs:FNDECL (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | i386.h | 986 #define OVERRIDE_ABI_FORMAT(FNDECL) ix86_call_abi_override (FNDECL) argument 1447 #define FIRST_PARM_OFFSET(FNDECL) 0 argument 1458 #define REG_PARM_STACK_SPACE(FNDECL) ix86_reg_parm_stack_space (FNDECL) argument 1517 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument 1518 init_cumulative_args (&(CUM), (FNTYPE), (LIBNAME), (FNDECL), \
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | defaults.h | 1104 #define ARG_POINTER_CFA_OFFSET(FNDECL) \ argument 1105 (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size) 1110 #define CFA_FRAME_BASE_OFFSET(FNDECL) 0 argument
|
| HD | function.c | 1404 #define STACK_DYNAMIC_OFFSET(FNDECL) \ argument 1407 + (OUTGOING_REG_PARM_STACK_SPACE ((!(FNDECL) ? NULL_TREE : TREE_TYPE (FNDECL))) ? 0 \ 1408 … : INCOMING_REG_PARM_STACK_SPACE (FNDECL))) \ 1411 #define STACK_DYNAMIC_OFFSET(FNDECL) \ argument
|
| HD | target.def | 2200 /* Return true if FNDECL (which has at least one machine attribute) 3013 FNDECL. The argument might be NULL to indicate processing at top 5020 /* Fill in the trampoline at MEM with a call to FNDECL and a
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | defaults.h | 1168 #define ARG_POINTER_CFA_OFFSET(FNDECL) \ argument 1169 (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size) 1174 #define CFA_FRAME_BASE_OFFSET(FNDECL) 0 argument
|
| HD | function.c | 1366 #define STACK_DYNAMIC_OFFSET(FNDECL) \ argument 1369 + (OUTGOING_REG_PARM_STACK_SPACE ((!(FNDECL) ? NULL_TREE : TREE_TYPE (FNDECL))) ? 0 \ 1370 : REG_PARM_STACK_SPACE (FNDECL))) \ 1373 #define STACK_DYNAMIC_OFFSET(FNDECL) \ argument
|
| HD | target.def | 1150 /* Return true if FNDECL (which has at least one machine attribute) 1435 FNDECL. The argument might be NULL to indicate processing at top 2168 /* Return an rtx for the static chain for FNDECL. If INCOMING_P is true, 2176 /* Fill in the trampoline at MEM with a call to FNDECL and a
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.h | 1097 #define OVERRIDE_ABI_FORMAT(FNDECL) ix86_call_abi_override (FNDECL) argument 1605 #define FIRST_PARM_OFFSET(FNDECL) 0 argument 1616 #define REG_PARM_STACK_SPACE(FNDECL) ix86_reg_parm_stack_space (FNDECL) argument 1678 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ argument 1679 init_cumulative_args (&(CUM), (FNTYPE), (LIBNAME), (FNDECL), \
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-tree.h | 1232 #define LAMBDA_FUNCTION_P(FNDECL) \ argument 1233 (DECL_DECLARES_FUNCTION_P (FNDECL) \ 1234 && DECL_OVERLOADED_OPERATOR_P (FNDECL) \ 1235 && DECL_OVERLOADED_OPERATOR_IS (FNDECL, CALL_EXPR) \ 1236 && LAMBDA_TYPE_P (CP_DECL_CONTEXT (FNDECL)))
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cp-tree.h | 625 #define LAMBDA_FUNCTION_P(FNDECL) \ argument 626 (DECL_OVERLOADED_OPERATOR_P (FNDECL) == CALL_EXPR \ 627 && LAMBDA_TYPE_P (CP_DECL_CONTEXT (FNDECL)))
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | gimple.texi | 1220 Set the called function to @code{FNDECL}.
|