| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu-c.c | 95 vec<tree, va_gc> *fnargs = static_cast <vec<tree, va_gc> *> (passed_args); 96 unsigned int nargs = vec_safe_length (fnargs); 139 var = (*fnargs)[p]; 182 return build_function_call_vec (loc, vNULL, match, fnargs, NULL); 94 vec<tree, va_gc> *fnargs = static_cast <vec<tree, va_gc> *> (passed_args); local
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 1748 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 1755 for (tree chain = fnargs; 1794 !VOID_TYPE_P (TREE_VALUE (fnargs)) && n < nargs; 1795 fnargs = TREE_CHAIN (fnargs), n++) 1797 tree decl_type = TREE_VALUE (fnargs); 1747 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 1735 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 1742 for (tree chain = fnargs; 1781 !VOID_TYPE_P (TREE_VALUE (fnargs)) && n < nargs; 1782 fnargs = TREE_CHAIN (fnargs), n++) 1784 tree decl_type = TREE_VALUE (fnargs); 1734 tree fnargs = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.cc | 2524 tree fnargs = DECL_ARGUMENTS (fndecl); 2525 for (tree arg = fnargs; arg; arg = TREE_CHAIN (arg), ++argpos) 2522 tree fnargs = DECL_ARGUMENTS (fndecl); local
|
| tree-object-size.cc | 1602 tree fnargs = DECL_ARGUMENTS (fndecl); local 1611 for (arg = fnargs; arg; arg = TREE_CHAIN (arg), ++argpos)
|
| function.cc | 2436 vec<tree> fnargs = vNULL; 2440 fnargs.safe_push (arg); 2464 fnargs.safe_insert (0, decl); 2471 split_complex_args (&fnargs); 2473 return fnargs; 3617 vec<tree> fnargs) 3631 real = DECL_RTL (fnargs[i]); 3632 imag = DECL_RTL (fnargs[i + 1]); 3665 real = DECL_INCOMING_RTL (fnargs[i]); 3666 imag = DECL_INCOMING_RTL (fnargs[i + 1]) 2423 vec<tree> fnargs = vNULL; local 3674 vec<tree> fnargs; local 3920 vec<tree> fnargs; local [all...] |
| ipa-prop.cc | 333 tree fnargs; local 339 fnargs = DECL_ARGUMENTS (fndecl); 341 for (parm = fnargs; parm; parm = DECL_CHAIN (parm))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.cc | 2386 tree fnargs = DECL_ARGUMENTS (fndecl); 2387 for (tree arg = fnargs; arg; arg = TREE_CHAIN (arg), ++argpos) 2384 tree fnargs = DECL_ARGUMENTS (fndecl); local
|
| tree-object-size.cc | 1502 tree fnargs = DECL_ARGUMENTS (fndecl); local 1508 for (arg = fnargs; arg; arg = TREE_CHAIN (arg), ++argpos)
|
| function.cc | 2424 vec<tree> fnargs = vNULL; 2428 fnargs.safe_push (arg); 2452 fnargs.safe_insert (0, decl); 2459 split_complex_args (&fnargs); 2461 return fnargs; 3602 vec<tree> fnargs) 3616 real = DECL_RTL (fnargs[i]); 3617 imag = DECL_RTL (fnargs[i + 1]); 3650 real = DECL_INCOMING_RTL (fnargs[i]); 3651 imag = DECL_INCOMING_RTL (fnargs[i + 1]) 2411 vec<tree> fnargs = vNULL; local 3659 vec<tree> fnargs; local 3922 vec<tree> fnargs; local [all...] |
| ipa-prop.cc | 225 tree fnargs; local 231 fnargs = DECL_ARGUMENTS (fndecl); 233 for (parm = fnargs; parm; parm = DECL_CHAIN (parm))
|
| /src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| iq2000.cc | 1933 tree fnargs = DECL_ARGUMENTS (fndecl); 1952 DECL_CHAIN (function_result_decl) = fnargs; 1953 fnargs = function_result_decl; 1967 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) 1913 tree fnargs = DECL_ARGUMENTS (fndecl); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 1936 tree fnargs = DECL_ARGUMENTS (fndecl); 1955 DECL_CHAIN (function_result_decl) = fnargs; 1956 fnargs = function_result_decl; 1970 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg) 1916 tree fnargs = DECL_ARGUMENTS (fndecl); local
|
| /src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| microblaze.cc | 2881 tree fnargs = DECL_ARGUMENTS (fndecl); local 2899 TREE_CHAIN (function_result_decl) = fnargs; 2900 fnargs = function_result_decl; 2909 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| microblaze.cc | 2877 tree fnargs = DECL_ARGUMENTS (fndecl); local 2895 TREE_CHAIN (function_result_decl) = fnargs; 2896 fnargs = function_result_decl; 2905 for (cur_arg = fnargs; cur_arg != 0; cur_arg = next_arg)
|