Searched refs:fntype (Results 51 - 75 of 90) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dieee.c3866 struct ieee_buflist fntype;
4610 || ! ieee_init_buffer (&info, &info.fntype)
7009 in info->fntype and info->fnargs. */
7010 if (! ieee_buffer_emptyp (&info->fntype))
7021 &info->fntype)
7272 /* Now we can finish up fntype, and add it to the typdef section.
7273 At this point, fntype is the 'x' type up to the argument count,
7278 if (! ieee_change_buffer (info, &info->fntype)
7295 if (! ieee_append_buffer (info, &info->types, &info->fntype)
7300 if (! ieee_init_buffer (info, &info->fntype)
3864 struct ieee_buflist fntype; member in struct:ieee_handle
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dieee.c3867 struct ieee_buflist fntype;
4613 || ! ieee_init_buffer (&info, &info.fntype)
7012 in info->fntype and info->fnargs. */
7013 if (! ieee_buffer_emptyp (&info->fntype))
7024 &info->fntype)
7275 /* Now we can finish up fntype, and add it to the typdef section.
7276 At this point, fntype is the 'x' type up to the argument count,
7281 if (! ieee_change_buffer (info, &info->fntype)
7298 if (! ieee_append_buffer (info, &info->types, &info->fntype)
7303 if (! ieee_init_buffer (info, &info->fntype)
3865 struct ieee_buflist fntype; member in struct:ieee_handle
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c363 tree fntype; local
373 fntype = TREE_TYPE (TREE_TYPE (function));
374 result_type = TREE_TYPE (fntype);
392 require_complete_eh_spec_types (fntype, decl);
3899 tree fns, fnname, fntype, argtypes, args, type; local
3973 fntype = build_function_type (void_type_node, argtypes);
3989 if (comptypes (t, fntype, COMPARE_NO_ATTRIBUTES))
H A Dclass.c6127 tree fntype;
6144 fntype = TREE_TYPE (fn);
6146 fntype = build_ptrmemfunc_type (build_pointer_type (fntype));
6148 fntype = build_pointer_type (fntype);
6150 if (can_convert_arg (target_type, fntype, fn))
6120 tree fntype; local
H A Dsemantics.c2562 tree ttype = target_type (fntype);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c280 tree fntype; local
285 fntype = TREE_TYPE (TREE_TYPE (function));
286 gcc_assert (TREE_CODE (fntype) == FUNCTION_TYPE
287 || TREE_CODE (fntype) == METHOD_TYPE);
288 result_type = TREE_TYPE (fntype);
319 require_complete_eh_spec_types (fntype, decl);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfunction.c4400 tree fntype = TREE_TYPE (fndecl);
4417 = (TYPE_ARG_TYPES (fntype) != 0
4418 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
4446 tree type = build_pointer_type (TREE_TYPE (fntype));
4459 INIT_CUMULATIVE_INCOMING_ARGS (args_so_far, fntype, NULL_RTX);
4461 INIT_CUMULATIVE_ARGS (args_so_far, fntype, NULL_RTX, 0);
4377 tree fntype = TREE_TYPE (fndecl); local
H A Dbuiltins.c3064 tree fntype = TREE_TYPE (current_function_decl);
3066 if (TYPE_ARG_TYPES (fntype) == 0
3067 || (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
3063 tree fntype = TREE_TYPE (current_function_decl); local
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.c668 tree fntype ATTRIBUTE_UNUSED,
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.c834 vax_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
/openbsd-current/gnu/gcc/gcc/
H A Dc-common.c2628 tree fntype, tree libtype,
3514 tree fntype, tree libtype,
3521 if (fntype == error_mark_node)
3529 decl = lang_hooks.builtin_function (name, fntype, fncode, fnclass,
3497 def_builtin_1(enum built_in_function fncode, const char *name, enum built_in_class fnclass, tree fntype, tree libtype, bool both_p, bool fallback_p, bool nonansi_p, tree fnattrs, bool implicit_p) argument
H A Dtree-vrp.c256 tree t, attrs, fntype; local
265 fntype = TREE_TYPE (current_function_decl);
266 attrs = lookup_attribute ("nonnull", TYPE_ATTRIBUTES (fntype));
/openbsd-current/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.c1759 pdp11_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c1602 init_cumulative_args (cum, fntype, libname)
1604 tree fntype; /* tree ptr for function decl */
1613 if (fntype)
1614 fprintf (stderr, "fntype code = %s, ret code = %s",
1615 tree_code_name[(int) TREE_CODE (fntype)],
1616 tree_code_name[(int) TREE_CODE (TREE_TYPE (fntype))]);
1618 fprintf (stderr, "no fntype");
1629 if (fntype && !TARGET_64BIT)
1631 tree attr = lookup_attribute ("regparm", TYPE_ATTRIBUTES (fntype));
1645 for (param = (fntype)
2667 tree fntype; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.c1440 m68hc11_init_cumulative_args (cum, fntype, libname)
1442 tree fntype;
1457 if (fntype == 0)
1482 ret_type = TREE_TYPE (fntype);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c1913 arm_init_cumulative_args (pcum, fntype, libname, indirect)
1915 tree fntype;
1920 pcum->nregs = ((fntype && aggregate_value_p (TREE_TYPE (fntype))) ? 1 : 0);
1929 if (fntype)
1931 if (lookup_attribute ("short_call", TYPE_ATTRIBUTES (fntype)))
1933 else if (lookup_attribute ("long_call", TYPE_ATTRIBUTES (fntype)))
/openbsd-current/gnu/gcc/gcc/config/avr/
H A Davr.c1489 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype, rtx libname,
1494 if (!libname && fntype)
1496 int stdarg = (TYPE_ARG_TYPES (fntype) != 0
1497 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
6042 avr_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
1487 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname, tree fndecl ATTRIBUTE_UNUSED) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4415 init_cumulative_args (cum, fntype, libname, indirect)
4417 tree fntype;
4422 cum->prototype_p = fntype && TYPE_ARG_TYPES (fntype);
4423 cum->libcall_p = fntype == 0;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c1484 init_cumulative_args (cum, fntype, libname, indirect)
1486 tree fntype;
1492 if (!libname && fntype)
1494 int stdarg = (TYPE_ARG_TYPES (fntype) != 0
1495 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4323 rs6000_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
4384 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
4394 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
4398 cum->stdarg = fntype
4399 && (TYPE_ARG_TYPES (fntype) != 0
4400 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
4408 if ((!fntype && rs6000_default_long_calls)
4409 || (fntype
4410 && lookup_attribute ("longcall", TYPE_ATTRIBUTES (fntype))
4373 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED, int incoming, int libcall, int n_named_args) argument
[all...]
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4418 init_cumulative_args (struct sparc_args *cum, tree fntype,
4423 cum->prototype_p = fntype && TYPE_ARG_TYPES (fntype);
4424 cum->libcall_p = fntype == 0;
4431 sparc_promote_prototypes (tree fntype ATTRIBUTE_UNUSED)
5399 sparc_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
4406 init_cumulative_args(struct sparc_args *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED, tree fndecl ATTRIBUTE_UNUSED) argument
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c4337 ia64_return_in_memory (tree valtype, tree fntype ATTRIBUTE_UNUSED)
9404 ia64_struct_retval_addr_is_first_parm_p (tree fntype)
9406 tree ret_type = TREE_TYPE (fntype);
9573 ia64_struct_value_rtx (tree fntype,
9576 if (fntype && ia64_struct_retval_addr_is_first_parm_p (fntype))
9381 ia64_struct_retval_addr_is_first_parm_p(tree fntype) argument
9550 ia64_struct_value_rtx(tree fntype, int incoming ATTRIBUTE_UNUSED) argument
/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc.c2342 arc_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.c3107 tree fntype,
3117 if (!fndecl && fntype)
3123 if (fntype)
3125 tree ret_type = TREE_TYPE (fntype);
9657 frv_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
3077 frv_init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname, tree fndecl, int incoming) argument
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.c3670 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
3677 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
3684 for (param = fntype ? TYPE_ARG_TYPES (fntype) : 0;
3650 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED) argument

Completed in 835 milliseconds

1234