Home
last modified time | relevance | path

Searched refs:function_result_decl (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1877 tree function_result_decl = build_decl (PARM_DECL, NULL_TREE, type); in iq2000_expand_prologue() local
1879 DECL_ARG_TYPE (function_result_decl) = type; in iq2000_expand_prologue()
1880 TREE_CHAIN (function_result_decl) = fnargs; in iq2000_expand_prologue()
1881 fnargs = function_result_decl; in iq2000_expand_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.c4383 tree function_result_decl = 0; local
4425 function_result_decl = build_decl (PARM_DECL, NULL_TREE, type);
4427 DECL_ARG_TYPE (function_result_decl) = type;
4428 TREE_CHAIN (function_result_decl) = fnargs;
4429 fnargs = function_result_decl;
4816 || passed_pointer || parm == function_result_decl)
5155 if (parm == function_result_decl)
/openbsd-src/gnu/gcc/gcc/
H A Dfunction.c1903 tree function_result_decl; member
2041 all->function_result_decl = decl; in assign_parms_augmented_arg_list()
3047 if (all.function_result_decl) in assign_parms()
3050 rtx addr = DECL_RTL (all.function_result_decl); in assign_parms()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c7466 tree function_result_decl = build_decl (PARM_DECL, NULL_TREE, type); in mips_expand_prologue() local
7468 DECL_ARG_TYPE (function_result_decl) = type; in mips_expand_prologue()
7469 TREE_CHAIN (function_result_decl) = fnargs; in mips_expand_prologue()
7470 fnargs = function_result_decl; in mips_expand_prologue()