Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.cc1931 tree function_result_decl = build_decl (BUILTINS_LOCATION, in iq2000_expand_prologue() local
1934 DECL_ARG_TYPE (function_result_decl) = type; in iq2000_expand_prologue()
1935 DECL_CHAIN (function_result_decl) = fnargs; in iq2000_expand_prologue()
1936 fnargs = function_result_decl; in iq2000_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.cc2307 tree function_result_decl; member
2441 all->function_result_decl = decl; in assign_parms_augmented_arg_list()
3782 if (all.function_result_decl) in assign_parms()
3785 rtx addr = DECL_RTL (all.function_result_decl); in assign_parms()
3790 SET_DECL_VALUE_EXPR (result, all.function_result_decl); in assign_parms()
3797 all.function_result_decl)); in assign_parms()