Searched refs:fundecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c2358 tree fntype, fundecl = 0;
2378 fundecl = function;
2401 if (fundecl && TREE_THIS_VOLATILE (fundecl))
2451 = convert_arguments (TYPE_ARG_TYPES (fntype), params, function, fundecl);
2507 convert_arguments (tree typelist, tree values, tree function, tree fundecl)
2699 fundecl, function,
2702 if (targetm.calls.promote_prototypes (fundecl ? TREE_TYPE (fundecl) : 0)
2716 targetm.calls.invalid_arg_for_unprototyped_fn (typelist, fundecl, va
2347 tree fntype, fundecl = 0; local
2495 convert_arguments(tree typelist, tree values, tree function, tree fundecl) argument
4083 convert_for_assignment(tree type, tree rhs, enum impl_conv errtype, tree fundecl, tree function, int parmnum) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c2969 ix86_return_pops_args (tree fundecl, tree funtype, int size)
2971 int rtd = TARGET_RTD && (!fundecl || TREE_CODE (fundecl) != IDENTIFIER_NODE);
2990 if (aggregate_value_p (TREE_TYPE (funtype), fundecl)
2994 int nregs = ix86_function_regparm (funtype, fundecl);
2962 ix86_return_pops_args(tree fundecl, tree funtype, int size) argument
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c7792 s390_return_in_memory (tree type, tree fundecl ATTRIBUTE_UNUSED)

Completed in 270 milliseconds