Searched refs:fnargs (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu-c.c107 vec<tree, va_gc> *fnargs = static_cast <vec<tree, va_gc> *> (passed_args);
108 unsigned int nargs = vec_safe_length (fnargs);
151 var = (*fnargs)[p];
194 return build_function_call_vec (loc, vNULL, match, fnargs, NULL);
106 vec<tree, va_gc> *fnargs = static_cast <vec<tree, va_gc> *> (passed_args); local
H A Dspu-protos.h87 void *fnargs);
/haiku-buildtools/gcc/gcc/
H A Dfunction.c2368 vec<tree> fnargs = vNULL;
2372 fnargs.safe_push (arg);
2393 fnargs.safe_insert (0, decl);
2411 fnargs.safe_insert (1, decl);
2417 split_complex_args (&fnargs);
2419 return fnargs;
3394 vec<tree> fnargs)
3408 real = DECL_RTL (fnargs[i]);
3409 imag = DECL_RTL (fnargs[i + 1]);
3442 real = DECL_INCOMING_RTL (fnargs[
2355 vec<tree> fnargs = vNULL; local
3380 assign_parms_unsplit_complex(struct assign_parm_data_all *all, vec<tree> fnargs) argument
3566 vec<tree> fnargs; local
3870 vec<tree> fnargs; local
[all...]
H A Dipa-prop.c176 tree fnargs; local
182 fnargs = DECL_ARGUMENTS (fndecl);
184 for (parm = fnargs; parm; parm = DECL_CHAIN (parm))
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c2801 tree fnargs = DECL_ARGUMENTS (fndecl); local
2819 TREE_CHAIN (function_result_decl) = fnargs;
2820 fnargs = function_result_decl;
2829 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c1935 tree fnargs = DECL_ARGUMENTS (fndecl);
1954 DECL_CHAIN (function_result_decl) = fnargs;
1955 fnargs = function_result_decl;
1969 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
1915 tree fnargs = DECL_ARGUMENTS (fndecl); local
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c3870 struct ieee_buflist fnargs;
3871 /* Number of arguments written to fnargs. */
4614 || ! ieee_init_buffer (&info, &info.fnargs))
7012 in info->fntype and info->fnargs. */
7034 if (! ieee_init_buffer (info, &info->fnargs))
7104 /* Add the type to the fnargs list. */
7105 if (! ieee_change_buffer (info, &info->fnargs)
7277 and fnargs is the argument types. We must add the argument
7283 || ! ieee_change_buffer (info, &info->fnargs)
7299 || ! ieee_append_buffer (info, &info->types, &info->fnargs))
3868 struct ieee_buflist fnargs; member in struct:ieee_handle
[all...]
/haiku-buildtools/binutils/binutils/
H A Dieee.c3880 struct ieee_buflist fnargs;
3881 /* Number of arguments written to fnargs. */
4624 || ! ieee_init_buffer (&info, &info.fnargs))
7020 in info->fntype and info->fnargs. */
7042 if (! ieee_init_buffer (info, &info->fnargs))
7112 /* Add the type to the fnargs list. */
7113 if (! ieee_change_buffer (info, &info->fnargs)
7285 and fnargs is the argument types. We must add the argument
7291 || ! ieee_change_buffer (info, &info->fnargs)
7307 || ! ieee_append_buffer (info, &info->types, &info->fnargs))
3878 struct ieee_buflist fnargs; member in struct:ieee_handle
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dfunction.c4384 tree fnargs = DECL_ARGUMENTS (fndecl);
4400 && fnargs
4401 && (parm = tree_last (fnargs)) != 0
4445 TREE_CHAIN (function_result_decl) = fnargs;
4446 fnargs = function_result_decl;
4463 for (parm = fnargs; parm; parm = TREE_CHAIN (parm))
4362 tree fnargs = DECL_ARGUMENTS (fndecl); local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c4373 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
4679 !VOID_TYPE_P (TREE_VALUE (fnargs)) && n < nargs;
4680 fnargs = TREE_CHAIN (fnargs), n++)
4682 tree decl_type = TREE_VALUE (fnargs);
4729 if (!VOID_TYPE_P (TREE_VALUE (fnargs)) || n < nargs)
4371 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c6329 tree fnargs = DECL_ARGUMENTS (fndecl);
6346 TREE_CHAIN (function_result_decl) = fnargs;
6347 fnargs = function_result_decl;
6355 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
6297 tree fnargs = DECL_ARGUMENTS (fndecl); local

Completed in 390 milliseconds