| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu-c.c | 94 vec<tree, va_gc> *fnargs = static_cast <vec<tree, va_gc> *> (passed_args); in spu_resolve_overloaded_builtin() local 95 unsigned int nargs = vec_safe_length (fnargs); in spu_resolve_overloaded_builtin() 138 var = (*fnargs)[p]; in spu_resolve_overloaded_builtin() 181 return build_function_call_vec (loc, vNULL, match, fnargs, NULL); in spu_resolve_overloaded_builtin()
|
| H A D | spu-protos.h | 89 void *fnargs);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 924 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in altivec_resolve_overloaded_builtin() local 1608 !VOID_TYPE_P (TREE_VALUE (fnargs)) && n < nargs; in altivec_resolve_overloaded_builtin() 1609 fnargs = TREE_CHAIN (fnargs), n++) in altivec_resolve_overloaded_builtin() 1611 tree decl_type = TREE_VALUE (fnargs); in altivec_resolve_overloaded_builtin() 1671 if (!VOID_TYPE_P (TREE_VALUE (fnargs)) || n < nargs) in altivec_resolve_overloaded_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.cc | 1734 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in altivec_resolve_overloaded_builtin() local 1741 for (tree chain = fnargs; in altivec_resolve_overloaded_builtin() 1780 !VOID_TYPE_P (TREE_VALUE (fnargs)) && n < nargs; in altivec_resolve_overloaded_builtin() 1781 fnargs = TREE_CHAIN (fnargs), n++) in altivec_resolve_overloaded_builtin() 1783 tree decl_type = TREE_VALUE (fnargs); in altivec_resolve_overloaded_builtin()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | function.c | 2397 vec<tree> fnargs = vNULL; in assign_parms_augmented_arg_list() local 2401 fnargs.safe_push (arg); in assign_parms_augmented_arg_list() 2425 fnargs.safe_insert (0, decl); in assign_parms_augmented_arg_list() 2432 split_complex_args (&fnargs); in assign_parms_augmented_arg_list() 2434 return fnargs; in assign_parms_augmented_arg_list() 3566 vec<tree> fnargs) in assign_parms_unsplit_complex() argument 3580 real = DECL_RTL (fnargs[i]); in assign_parms_unsplit_complex() 3581 imag = DECL_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex() 3614 real = DECL_INCOMING_RTL (fnargs[i]); in assign_parms_unsplit_complex() 3615 imag = DECL_INCOMING_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex() [all …]
|
| H A D | ipa-prop.c | 221 tree fnargs; in ipa_populate_param_decls() local 227 fnargs = DECL_ARGUMENTS (fndecl); in ipa_populate_param_decls() 229 for (parm = fnargs; parm; parm = DECL_CHAIN (parm)) in ipa_populate_param_decls()
|
| H A D | genmatch.c | 188 bool dumpfile = false, bool fnargs = false) 207 if (fnargs)
|
| H A D | FSFChangeLog.10 | 213 * mips.c (mips_expand_prologue): In initialization of fnargs, delete
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| H A D | iq2000.cc | 1916 tree fnargs = DECL_ARGUMENTS (fndecl); in iq2000_expand_prologue() local 1935 DECL_CHAIN (function_result_decl) = fnargs; in iq2000_expand_prologue() 1936 fnargs = function_result_decl; in iq2000_expand_prologue() 1950 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) in iq2000_expand_prologue()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| H A D | iq2000.c | 1916 tree fnargs = DECL_ARGUMENTS (fndecl); in iq2000_expand_prologue() local 1935 DECL_CHAIN (function_result_decl) = fnargs; in iq2000_expand_prologue() 1936 fnargs = function_result_decl; in iq2000_expand_prologue() 1950 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) in iq2000_expand_prologue()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| H A D | microblaze.c | 2876 tree fnargs = DECL_ARGUMENTS (fndecl); in microblaze_expand_prologue() local 2894 TREE_CHAIN (function_result_decl) = fnargs; in microblaze_expand_prologue() 2895 fnargs = function_result_decl; in microblaze_expand_prologue() 2904 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) in microblaze_expand_prologue()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| H A D | microblaze.cc | 2877 tree fnargs = DECL_ARGUMENTS (fndecl); in microblaze_expand_prologue() local 2895 TREE_CHAIN (function_result_decl) = fnargs; in microblaze_expand_prologue() 2896 fnargs = function_result_decl; in microblaze_expand_prologue() 2905 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) in microblaze_expand_prologue()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-object-size.cc | 1502 tree fnargs = DECL_ARGUMENTS (fndecl); in parm_object_size() local 1508 for (arg = fnargs; arg; arg = TREE_CHAIN (arg), ++argpos) in parm_object_size()
|
| H A D | attribs.cc | 2384 tree fnargs = DECL_ARGUMENTS (fndecl); in get_parm_access() local 2385 for (tree arg = fnargs; arg; arg = TREE_CHAIN (arg), ++argpos) in get_parm_access()
|
| H A D | ipa-prop.cc | 225 tree fnargs; in ipa_populate_param_decls() local 231 fnargs = DECL_ARGUMENTS (fndecl); in ipa_populate_param_decls() 233 for (parm = fnargs; parm; parm = DECL_CHAIN (parm)) in ipa_populate_param_decls()
|
| H A D | genmatch.cc | 188 bool dumpfile = false, bool fnargs = false) in output_line_directive() argument 207 if (fnargs) in output_line_directive()
|
| H A D | FSFChangeLog.10 | 213 * mips.c (mips_expand_prologue): In initialization of fnargs, delete
|
| H A D | ChangeLog-2009 | 27176 fnargs parameter to have type void *, and to be a pointer to a
|
| H A D | ChangeLog-2003 | 14254 fnargs is unchanged from orig_fnargs.
|
| H A D | ChangeLog-2018 | 11377 fnargs.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1999 | 6055 (dump_type_real): Remove TREE_LIST (fnargs) printing.
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 28240 36d72264f5e696b511dde1637d841085 gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c 54458 0f17acdd834091c69016d7a2af242e1f gcc/testsuite/gcc.target/csky/fnargs-1.c 54459 71a0a8fdef92000347984095b42f84f2 gcc/testsuite/gcc.target/csky/fnargs-2.c 54460 ac08a3c5539d8fe4b68818cce90d0271 gcc/testsuite/gcc.target/csky/fnargs-3.c
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 31970 36d72264f5e696b511dde1637d841085 gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c 60964 0f17acdd834091c69016d7a2af242e1f gcc/testsuite/gcc.target/csky/fnargs-1.c 60965 71a0a8fdef92000347984095b42f84f2 gcc/testsuite/gcc.target/csky/fnargs-2.c 60966 ac08a3c5539d8fe4b68818cce90d0271 gcc/testsuite/gcc.target/csky/fnargs-3.c
|