Searched refs:fntype (Results 1 - 25 of 118) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dattr-invalid.c14 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */
40 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */
69 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */
90 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute |directive ignored" "" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dattr-invalid.c14 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */
40 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dsom.h103 do { tree fntype = TREE_TYPE (TREE_TYPE (DECL)); \
168 if (TYPE_MODE (fntype) == DFmode && ! TARGET_SOFT_FLOAT) \
170 else if (TYPE_MODE (fntype) == SFmode && ! TARGET_SOFT_FLOAT) \
172 else if (fntype != void_type_node) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dsom.h104 do { tree fntype = TREE_TYPE (TREE_TYPE (DECL)); \
169 if (TYPE_MODE (fntype) == DFmode && ! TARGET_SOFT_FLOAT) \
171 else if (TYPE_MODE (fntype) == SFmode && ! TARGET_SOFT_FLOAT) \
173 else if (fntype != void_type_node) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-aux-info.c112 gen_formal_list_for_type (tree fntype, formals_style style)
120 formal_type = TYPE_ARG_TYPES (fntype);
169 if (TYPE_ARG_TYPES (fntype))
170 /* assert (TREE_VALUE (TYPE_ARG_TYPES (fntype)) == void_type_node); */
194 deserves_ellipsis (tree fntype)
198 formal_type = TYPE_ARG_TYPES (fntype);
206 return (!formal_type && TYPE_ARG_TYPES (fntype));
111 gen_formal_list_for_type(tree fntype, formals_style style) argument
193 deserves_ellipsis(tree fntype) argument
H A Dcalls.c938 tree fndecl, tree fntype,
1121 fndecl ? TREE_TYPE (fndecl) : fntype, 0);
1206 tree fntype ATTRIBUTE_UNUSED,
1244 if (! OUTGOING_REG_PARM_STACK_SPACE ((!fndecl ? fntype : TREE_TYPE (fndecl))))
1265 if (! OUTGOING_REG_PARM_STACK_SPACE ((!fndecl ? fntype : TREE_TYPE (fndecl))))
1929 tree fntype;
2037 fntype = TREE_TYPE (fndecl);
2042 fntype = TREE_TYPE (TREE_TYPE (addr));
2043 flags |= flags_from_decl_or_type (fntype);
2047 struct_value = targetm.calls.struct_value_rtx (fntype,
932 initialize_argument_information(int num_actuals ATTRIBUTE_UNUSED, struct arg_data *args, struct args_size *args_size, int n_named_args ATTRIBUTE_UNUSED, tree exp, tree struct_value_addr_value, tree fndecl, tree fntype, CUMULATIVE_ARGS *args_so_far, int reg_parm_stack_space, rtx *old_stack_level, int *old_pending_adj, int *must_preallocate, int *ecf_flags, bool *may_tailcall, bool call_from_thunk_p) argument
1928 tree fntype; local
[all...]
H A Dfunction.c1866 aggregate_value_p (const_tree exp, const_tree fntype)
1878 if (fntype)
1879 switch (TREE_CODE (fntype))
1882 fndecl = get_callee_fndecl (fntype);
1883 fntype = (fndecl
1885 : TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (fntype))));
1888 fndecl = fntype;
1889 fntype = TREE_TYPE (fndecl);
1895 fntype = 0;
1908 return aggregate_value_p (first_field (type), fntype);
1854 aggregate_value_p(const_tree exp, const_tree fntype) argument
2076 tree fntype; local
2151 tree fntype = TREE_TYPE (fndecl); local
4119 tree fntype = fndecl ? TREE_TYPE (fndecl) : NULL_TREE; local
[all...]
H A Dtarget.h912 const_tree fntype,
914 bool (*promote_prototypes) (const_tree fntype);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-aux-info.c113 gen_formal_list_for_type (tree fntype, formals_style style)
121 formal_type = TYPE_ARG_TYPES (fntype);
170 if (TYPE_ARG_TYPES (fntype))
171 /* assert (TREE_VALUE (TYPE_ARG_TYPES (fntype)) == void_type_node); */
195 deserves_ellipsis (tree fntype)
199 formal_type = TYPE_ARG_TYPES (fntype);
207 return (!formal_type && TYPE_ARG_TYPES (fntype));
112 gen_formal_list_for_type(tree fntype, formals_style style) argument
194 deserves_ellipsis(tree fntype) argument
H A Dtarget.h566 bool (*promote_function_args) (tree fntype);
567 bool (*promote_function_return) (tree fntype);
568 bool (*promote_prototypes) (tree fntype);
H A Dfunction.c1757 aggregate_value_p (tree exp, tree fntype)
1764 if (fntype)
1765 switch (TREE_CODE (fntype))
1768 fntype = get_callee_fndecl (fntype);
1769 fntype = fntype ? TREE_TYPE (fntype) : 0;
1772 fntype = TREE_TYPE (fntype);
1745 aggregate_value_p(tree exp, tree fntype) argument
1909 tree fntype; local
1999 tree fntype = TREE_TYPE (fndecl); local
3819 tree fntype = fndecl ? TREE_TYPE (fndecl) : NULL_TREE; local
[all...]
H A Dtarghooks.c86 tree fntype ATTRIBUTE_UNUSED)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/
H A Dpicochip-protos.h97 extern rtx picochip_struct_value_rtx(tree fntype ATTRIBUTE_UNUSED,
109 const_tree fntype ATTRIBUTE_UNUSED);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.c115 build_memfn_type (tree fntype, tree ctype, cp_cv_quals quals)
121 if (fntype == error_mark_node || ctype == error_mark_node)
124 gcc_assert (TREE_CODE (fntype) == FUNCTION_TYPE
125 || TREE_CODE (fntype) == METHOD_TYPE);
129 raises = TYPE_RAISES_EXCEPTIONS (fntype);
130 attrs = TYPE_ATTRIBUTES (fntype);
131 fntype = build_method_type_directly (ctype, TREE_TYPE (fntype),
132 (TREE_CODE (fntype) == METHOD_TYPE
133 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype))
114 build_memfn_type(tree fntype, tree ctype, cp_cv_quals quals) argument
146 change_return_type(tree new_ret, tree fntype) argument
221 tree basetype, arg_types, parms, parm, fntype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/score/
H A Dscore-protos.h58 tree fntype, rtx libname);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl2.c115 tree fntype = TREE_TYPE (function);
116 tree raises = TYPE_RAISES_EXCEPTIONS (fntype);
123 if (fntype == error_mark_node || ctype == error_mark_node)
130 fntype = build_method_type_directly (ctype, TREE_TYPE (fntype),
131 (TREE_CODE (fntype) == METHOD_TYPE
132 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype))
133 : TYPE_ARG_TYPES (fntype)));
135 fntype = build_exception_variant (fntype, raise
114 tree fntype = TREE_TYPE (function); local
184 tree basetype, arg_types, parms, parm, fntype; local
[all...]
H A Derror.c987 tree fntype; local
1011 fntype = TREE_TYPE (t);
1017 else if (TREE_CODE (fntype) == METHOD_TYPE)
1032 dump_type_prefix (TREE_TYPE (fntype), flags);
1049 if (TREE_CODE (fntype) == METHOD_TYPE)
1053 (cxx_pp, TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype))));
1059 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (fntype), flags);
1063 dump_type_suffix (TREE_TYPE (fntype), flags);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c664 int fntype;
682 fntype = 0;
765 fntype = syment.n_type;
793 DECREF (fntype), paux, FALSE, dhandle);
829 fntype = 0;
663 int fntype; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/crx/
H A Dcrx.c127 static rtx crx_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
129 static bool crx_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED);
201 crx_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
210 crx_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED)
488 crx_init_cumulative_args (CUMULATIVE_ARGS * cum, tree fntype, argument
498 for (param = (fntype) ? TYPE_ARG_TYPES (fntype) : 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/crx/
H A Dcrx.c137 static rtx crx_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
139 static bool crx_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED);
199 crx_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
208 crx_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
478 crx_init_cumulative_args (CUMULATIVE_ARGS * cum, tree fntype, argument
488 for (param = (fntype) ? TYPE_ARG_TYPES (fntype) : 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c1081 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
1091 "\ninit_cumulative_args, fntype = 0x%.8lx", (long) fntype);
1093 if (!fntype)
1098 tree ret_type = TREE_TYPE (fntype);
1100 fprintf (stderr, ", fntype code = %s, ret code = %s\n",
1101 tree_code_name[(int)TREE_CODE (fntype)],
1113 for (param = fntype ? TYPE_ARG_TYPES (fntype) : 0;
1899 tree fntype
1069 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED) argument
1879 tree fntype = TREE_TYPE (fndecl); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c1085 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
1095 "\ninit_cumulative_args, fntype = 0x%.8lx", (long) fntype);
1097 if (!fntype)
1102 tree ret_type = TREE_TYPE (fntype);
1104 fprintf (stderr, ", fntype code = %s, ret code = %s\n",
1105 tree_code_name[(int)TREE_CODE (fntype)],
1117 for (param = fntype ? TYPE_ARG_TYPES (fntype) : 0;
1876 tree fntype
1073 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED) argument
1856 tree fntype = TREE_TYPE (fndecl); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-protos.h45 extern void init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/avr/
H A Davr-protos.h49 extern void init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.c655 tree fntype; local
658 fntype = TREE_TYPE (current_function_decl);
659 stdarg_p = (TYPE_ARG_TYPES (fntype) != 0
660 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))

Completed in 281 milliseconds

12345