Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.c3835 tree decl_result = DECL_RESULT (fndecl); in assign_parms() local
3836 rtx decl_rtl = DECL_RTL (decl_result); in assign_parms()
3840 : DECL_REGISTER (decl_result)) in assign_parms()
3844 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()
5325 tree decl_result = DECL_RESULT (current_function_decl); in clobber_return_register() local
5326 rtx decl_rtl = DECL_RTL (decl_result); in clobber_return_register()
5427 tree decl_result = DECL_RESULT (current_function_decl); in expand_function_end() local
5428 rtx decl_rtl = DECL_RTL (decl_result); in expand_function_end()
5432 : DECL_REGISTER (decl_result)) in expand_function_end()
5451 if (TYPE_MODE (TREE_TYPE (decl_result)) != BLKmode in expand_function_end()
[all …]
H A Dcgraphunit.c3045 tree decl_result = DECL_RESULT (decl); in create_wrapper() local
3053 DECL_RESULT (decl) = decl_result; in create_wrapper()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphunit.cc2560 tree decl_result = DECL_RESULT (decl); in create_wrapper() local
2568 DECL_RESULT (decl) = decl_result; in create_wrapper()
H A DChangeLog-202122509 * function.c (assign_parms): For decl_result with TYPE_EMPTY_P type