Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfunction.c3123 tree decl_result = DECL_RESULT (fndecl); in assign_parms() local
3124 rtx decl_rtl = DECL_RTL (decl_result); in assign_parms()
3128 : DECL_REGISTER (decl_result)) in assign_parms()
3132 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()
4274 tree decl_result = DECL_RESULT (current_function_decl); in clobber_return_register() local
4275 rtx decl_rtl = DECL_RTL (decl_result); in clobber_return_register()
4429 tree decl_result = DECL_RESULT (current_function_decl); in expand_function_end() local
4430 rtx decl_rtl = DECL_RTL (decl_result); in expand_function_end()
4434 : DECL_REGISTER (decl_result)) in expand_function_end()
4452 if (TYPE_MODE (TREE_TYPE (decl_result)) != BLKmode in expand_function_end()
[all …]