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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c2266 tree fntype, fundecl = 0;
2286 fundecl = function;
2307 if (fundecl && TREE_THIS_VOLATILE (fundecl))
2357 = convert_arguments (TYPE_ARG_TYPES (fntype), params, function, fundecl);
2408 convert_arguments (tree typelist, tree values, tree function, tree fundecl)
2590 fundecl, function,
2593 if (targetm.calls.promote_prototypes (fundecl ? TREE_TYPE (fundecl) : 0)
2607 targetm.calls.invalid_arg_for_unprototyped_fn (typelist, fundecl, va
2255 tree fntype, fundecl = 0; local
2396 convert_arguments(tree typelist, tree values, tree function, tree fundecl) argument
3772 convert_for_assignment(tree type, tree rhs, enum impl_conv errtype, tree fundecl, tree function, int parmnum) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c2955 ix86_return_pops_args (tree fundecl, tree funtype, int size)
2957 int rtd = TARGET_RTD && (!fundecl || TREE_CODE (fundecl) != IDENTIFIER_NODE);
2976 if (aggregate_value_p (TREE_TYPE (funtype), fundecl)
2980 int nregs = ix86_function_regparm (funtype, fundecl);
2948 ix86_return_pops_args(tree fundecl, tree funtype, int size) argument
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c7792 s390_return_in_memory (tree type, tree fundecl ATTRIBUTE_UNUSED)

Completed in 156 milliseconds