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

/freebsd-11.0-release/contrib/gcc/
H A Dipa-prop.c207 tree fnargs; local
213 fnargs = DECL_ARGUMENTS (fndecl);
215 for (parm = fnargs; parm; parm = TREE_CHAIN (parm))
228 tree fnargs; local
233 fnargs = DECL_ARGUMENTS (fndecl);
235 for (parm = fnargs; parm; parm = TREE_CHAIN (parm))
H A Dfunction.c2045 tree fnargs = DECL_ARGUMENTS (fndecl);
2060 TREE_CHAIN (decl) = fnargs;
2061 fnargs = decl;
2065 all->orig_fnargs = fnargs;
2069 fnargs = split_complex_args (fnargs);
2071 return fnargs;
2928 assign_parms_unsplit_complex (struct assign_parm_data_all *all, tree fnargs)
2941 real = DECL_RTL (fnargs);
2942 imag = DECL_RTL (TREE_CHAIN (fnargs));
2032 tree fnargs = DECL_ARGUMENTS (fndecl); local
2915 assign_parms_unsplit_complex(struct assign_parm_data_all *all, tree fnargs) argument
2991 tree fnargs, parm; local
3177 tree fnargs, parm, stmts = NULL; local
[all...]
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000-c.c2480 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2490 !VOID_TYPE_P (TREE_VALUE (fnargs)) && arglist;
2491 fnargs = TREE_CHAIN (fnargs), arglist = TREE_CHAIN (arglist), n++)
2493 tree decl_type = TREE_VALUE (fnargs);
2540 if (!VOID_TYPE_P (TREE_VALUE (fnargs)) || arglist)
2478 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dieee.c3868 struct ieee_buflist fnargs;
3869 /* Number of arguments written to fnargs. */
4612 || ! ieee_init_buffer (&info, &info.fnargs))
7010 in info->fntype and info->fnargs. */
7032 if (! ieee_init_buffer (info, &info->fnargs))
7102 /* Add the type to the fnargs list. */
7103 if (! ieee_change_buffer (info, &info->fnargs)
7275 and fnargs is the argument types. We must add the argument
7281 || ! ieee_change_buffer (info, &info->fnargs)
7297 || ! ieee_append_buffer (info, &info->types, &info->fnargs))
3866 struct ieee_buflist fnargs; member in struct:ieee_handle
[all...]

Completed in 78 milliseconds