Searched refs:fntype (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c3698 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
3705 cum->prototype = (fntype && TYPE_ARG_TYPES (fntype));
3712 for (param = fntype ? TYPE_ARG_TYPES (fntype) : 0;
3678 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED) argument
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2678 arm_init_cumulative_args (CUMULATIVE_ARGS *pcum, tree fntype,
2694 if (fntype)
2696 if (lookup_attribute ("short_call", TYPE_ATTRIBUTES (fntype)))
2698 else if (lookup_attribute ("long_call", TYPE_ATTRIBUTES (fntype)))
2707 if (TARGET_REALLY_IWMMXT && fntype)
2711 for (fn_arg = TYPE_ARG_TYPES (fntype);
2673 arm_init_cumulative_args(CUMULATIVE_ARGS *pcum, tree fntype, rtx libname ATTRIBUTE_UNUSED, tree fndecl ATTRIBUTE_UNUSED) argument
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c2644 tree type, fntype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (t, 0)));
2646 for (type = TYPE_ARG_TYPES (fntype); type; type = TREE_CHAIN (type))
2643 tree type, fntype = TREE_TYPE (TREE_TYPE (TREE_OPERAND (t, 0))); local
H A Dbuiltins.c9946 tree fntype = TREE_TYPE (current_function_decl);
9948 if (TYPE_ARG_TYPES (fntype) == 0
9949 || (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
9943 tree fntype = TREE_TYPE (current_function_decl); local

Completed in 240 milliseconds

12