Searched refs:funtype (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | calls.c | 240 tree funtype ATTRIBUTE_UNUSED, in emit_call_1() 1848 tree funtype; in expand_call() local 2053 funtype = TREE_TYPE (addr); in expand_call() 2055 gcc_assert (POINTER_TYPE_P (funtype) || TREE_CODE (funtype) == BLOCK_POINTER_TYPE); in expand_call() 2056 funtype = TREE_TYPE (funtype); in expand_call() 2062 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype)); in expand_call() 2066 type_arg_types = TYPE_ARG_TYPES (funtype); in expand_call() 2090 make_tree (build_pointer_type (TREE_TYPE (funtype)), in expand_call() 2233 || (RETURN_POPS_ARGS (fndecl, funtype, args_size.constant) in expand_call() 2716 emit_call_1 (funexp, exp, fndecl, funtype, unadjusted_args_size, in expand_call() [all …]
|
| H A D | ChangeLog-1998 | 4329 (emit_call_1): Mark parameters `fndecl' and `funtype' with
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 2962 ix86_return_pops_args (tree fundecl, tree funtype, int size) in ix86_return_pops_args() argument 2967 if (! lookup_attribute ("cdecl", TYPE_ATTRIBUTES (funtype))) { in ix86_return_pops_args() 2971 if (lookup_attribute ("stdcall", TYPE_ATTRIBUTES (funtype)) in ix86_return_pops_args() 2972 || lookup_attribute ("fastcall", TYPE_ATTRIBUTES (funtype))) in ix86_return_pops_args() 2976 && (TYPE_ARG_TYPES (funtype) == NULL_TREE in ix86_return_pops_args() 2977 || (TREE_VALUE (tree_last (TYPE_ARG_TYPES (funtype))) in ix86_return_pops_args() 2983 if (aggregate_value_p (TREE_TYPE (funtype), fundecl) in ix86_return_pops_args() 2987 int nregs = ix86_function_regparm (funtype, fundecl); in ix86_return_pops_args()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 3704 @defmac RETURN_POPS_ARGS (@var{fundecl}, @var{funtype}, @var{stack-size}) 3715 @var{funtype} is a C variable whose value is a tree node that 3739 @var{funtype} is examined to determine whether a function takes a fixed
|