Searched refs:declare_return_variable (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-inline.c | 116 static tree declare_return_variable (copy_body_data *, tree, tree, basic_block); 2817 declare_return_variable (copy_body_data *id, tree return_slot, tree modify_dest, in declare_return_variable() function 4000 use_retvar = declare_return_variable (id, return_slot, modify_dest, bb); in expand_call_inline()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-inline.c | 125 static tree declare_return_variable (copy_body_data *, tree, tree, tree, 3334 declare_return_variable (copy_body_data *id, tree return_slot, tree modify_dest, in declare_return_variable() function 4733 use_retvar = declare_return_variable (id, return_slot, modify_dest, in expand_call_inline()
|