Searched refs:function_result_decl (Results 1 – 4 of 4) sorted by relevance
1877 tree function_result_decl = build_decl (PARM_DECL, NULL_TREE, type); in iq2000_expand_prologue() local1879 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()
4383 tree function_result_decl = 0; local4425 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)
1903 tree function_result_decl; member2041 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()
7466 tree function_result_decl = build_decl (PARM_DECL, NULL_TREE, type); in mips_expand_prologue() local7468 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()