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

1234

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h93 typedef decltype(name) *fntype; \
94 static fntype fn = (fntype)__sanitizer::dllThunkGetRealAddrOrDie(#name); \
101 typedef decltype(name) *fntype; \
102 static fntype fn = (fntype)__sanitizer::dllThunkGetRealAddrOrDie(#name); \
109 typedef decltype(name) *fntype; \
110 static fntype fn = (fntype)__sanitizer::dllThunkGetRealAddrOrDie(#name); \
117 typedef decltype(name) *fntype; \
[all...]
/openbsd-current/gnu/usr.bin/gcc/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" "" } */
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp126 typedef void (*fntype)(); typedef
127 static fntype fn = 0;
134 fn = (fntype) dllThunkGetRealAddrOrDie("__asan_init");
/openbsd-current/gnu/gcc/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) \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-aux-info.c112 gen_formal_list_for_type (fntype, style)
113 tree fntype;
122 formal_type = TYPE_ARG_TYPES (fntype);
171 if (TYPE_ARG_TYPES (fntype))
172 /* assert (TREE_VALUE (TYPE_ARG_TYPES (fntype)) == void_type_node); */
196 deserves_ellipsis (fntype)
197 tree fntype;
201 formal_type = TYPE_ARG_TYPES (fntype);
209 return (!formal_type && TYPE_ARG_TYPES (fntype));
/openbsd-current/gnu/gcc/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.h669 bool (*promote_function_args) (tree fntype);
670 bool (*promote_function_return) (tree fntype);
671 bool (*promote_prototypes) (tree fntype);
H A Dfunction.c1763 aggregate_value_p (tree exp, tree fntype)
1775 if (fntype)
1776 switch (TREE_CODE (fntype))
1779 fndecl = get_callee_fndecl (fntype);
1780 fntype = fndecl ? TREE_TYPE (fndecl) : 0;
1783 fndecl = fntype;
1784 fntype = TREE_TYPE (fndecl);
1790 fntype = 0;
1816 if (targetm.calls.return_in_memory (type, fntype))
1826 reg = hard_function_value (type, 0, fntype,
1751 aggregate_value_p(tree exp, tree fntype) argument
1933 tree fntype; local
2023 tree fntype = TREE_TYPE (fndecl); local
3791 tree fntype = fndecl ? TREE_TYPE (fndecl) : NULL_TREE; local
[all...]
H A Dtarghooks.c89 tree fntype ATTRIBUTE_UNUSED)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h144 do { tree fntype = TREE_TYPE (TREE_TYPE (DECL)); \
209 if (TYPE_MODE (fntype) == DFmode && ! TARGET_SOFT_FLOAT) \
211 else if (TYPE_MODE (fntype) == SFmode && ! TARGET_SOFT_FLOAT) \
213 else if (fntype != void_type_node) \
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore-protos.h54 tree fntype, rtx libname);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drdcoff.c662 int fntype;
680 fntype = 0;
763 fntype = syment.n_type;
791 DECREF (fntype), paux, FALSE, dhandle);
827 fntype = 0;
661 int fntype; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c662 int fntype;
680 fntype = 0;
763 fntype = syment.n_type;
791 DECREF (fntype), paux, FALSE, dhandle);
827 fntype = 0;
661 int fntype; local
/openbsd-current/gnu/gcc/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;
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl2.c113 build_memfn_type (tree fntype, tree ctype, cp_cv_quals quals)
118 if (fntype == error_mark_node || ctype == error_mark_node)
123 fntype = build_method_type_directly (ctype, TREE_TYPE (fntype),
124 (TREE_CODE (fntype) == METHOD_TYPE
125 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype))
126 : TYPE_ARG_TYPES (fntype)));
127 raises = TYPE_RAISES_EXCEPTIONS (fntype);
129 fntype = build_exception_variant (fntype, raise
112 build_memfn_type(tree fntype, tree ctype, cp_cv_quals quals) argument
177 tree basetype, arg_types, parms, parm, fntype; local
[all...]
H A Derror.c989 tree fntype; local
1013 fntype = TREE_TYPE (t);
1019 else if (TREE_CODE (fntype) == METHOD_TYPE)
1034 dump_type_prefix (TREE_TYPE (fntype), flags);
1051 if (TREE_CODE (fntype) == METHOD_TYPE)
1055 (cxx_pp, TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype))));
1061 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (fntype), flags);
1065 dump_type_suffix (TREE_TYPE (fntype), flags);
H A Ddecl.c5598 tree fntype;
5615 fntype = build_function_type (void_type_node, parmtypes);
5619 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
10473 tree fntype = TREE_TYPE (decl);
10474 tree return_type = complete_type (TREE_TYPE (fntype));
10483 tree args = TYPE_ARG_TYPES (fntype);
10488 if (TREE_CODE (fntype) == METHOD_TYPE)
10489 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
10493 fntype = build_function_type (void_type_node, args);
10495 = build_exception_variant (fntype,
5586 tree fntype; local
10453 tree fntype = TREE_TYPE (decl); local
10504 tree fntype; local
11175 tree fntype, ctype = NULL_TREE; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1091 init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
1101 "\ninit_cumulative_args, fntype = 0x%.8lx", (long) fntype);
1103 if (!fntype)
1108 tree ret_type = TREE_TYPE (fntype);
1110 fprintf (stderr, ", fntype code = %s, ret code = %s\n",
1111 tree_code_name[(int)TREE_CODE (fntype)],
1123 for (param = fntype ? TYPE_ARG_TYPES (fntype) : 0;
1882 tree fntype
1079 init_cumulative_args(CUMULATIVE_ARGS *cum, tree fntype, rtx libname ATTRIBUTE_UNUSED) argument
1862 tree fntype = TREE_TYPE (fndecl); local
[all...]
/openbsd-current/gnu/gcc/gcc/config/m88k/
H A Dm88k.c152 m88k_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
1711 tree fntype;
1715 fntype = TREE_TYPE (current_function_decl);
1716 stdarg_p = (TYPE_ARG_TYPES (fntype) != NULL_TREE
1717 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
1811 tree fntype;
1828 fntype = TREE_TYPE (current_function_decl);
1829 stdarg_p = (TYPE_ARG_TYPES (fntype) != NULL_TREE
1830 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
1690 tree fntype; local
1789 tree fntype; local
/openbsd-current/gnu/gcc/gcc/config/avr/
H A Davr-protos.h49 extern void init_cumulative_args (CUMULATIVE_ARGS *cum, tree fntype,
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c133 tree fntype = TREE_TYPE (function);
134 tree raises = TYPE_RAISES_EXCEPTIONS (fntype);
159 fntype = build_cplus_method_type (ctype, TREE_TYPE (fntype),
160 (TREE_CODE (fntype) == METHOD_TYPE
161 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype))
162 : TYPE_ARG_TYPES (fntype)));
164 fntype = build_exception_variant (fntype, raises);
166 TREE_TYPE (function) = fntype;
132 tree fntype = TREE_TYPE (function); local
270 tree basetype, arg_types, parms, parm, fntype; local
[all...]
H A Ddecl.c9250 tree fntype;
9270 fntype = build_function_type (void_type_node, parmtypes);
9274 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
14279 tree fntype = TREE_TYPE (decl);
14280 tree return_type = complete_type (TREE_TYPE (fntype));
14287 error ("return type `%#T' is incomplete", TREE_TYPE (fntype));
14291 if (TREE_CODE (fntype) == METHOD_TYPE)
14293 tree ctype = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype)));
14304 = build_exception_variant (fntype,
14305 TYPE_RAISES_EXCEPTIONS (fntype));
9235 tree fntype; local
14256 tree fntype = TREE_TYPE (decl); local
14317 tree fntype; local
14961 tree fntype, ctype = NULL_TREE; local
[all...]
H A Derror.c1105 tree fntype; local
1129 fntype = TREE_TYPE (t);
1135 else if (TREE_CODE (fntype) == METHOD_TYPE)
1151 dump_type_prefix (TREE_TYPE (fntype), flags);
1170 if (TREE_CODE (fntype) == METHOD_TYPE)
1171 dump_qualifiers (TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype))),
1175 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (fntype), flags);
1178 dump_type_suffix (TREE_TYPE (fntype), flags);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.c2355 tree fntype;
2359 fntype = TREE_TYPE (current_function_decl);
2360 stdarg_p = (TYPE_ARG_TYPES (fntype) != 0
2361 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
2456 tree fntype;
2471 fntype = TREE_TYPE (current_function_decl);
2472 stdarg_p = (TYPE_ARG_TYPES (fntype) != 0
2473 && (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))
2333 tree fntype; local
2433 tree fntype; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr-protos.h54 tree fntype, rtx libname,

Completed in 463 milliseconds

1234