Searched refs:bare_retval (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc10697 tree bare_retval = NULL_TREE;
10701 bare_retval = tree_strip_any_location_wrapper (retval);
10704 bool named_return_value_okay_p = can_do_nrvo_p (bare_retval, functype);
10712 || current_function_return_value == bare_retval))
10713 current_function_return_value = bare_retval;
10727 if (bare_retval == result || DECL_CONSTRUCTOR_P (current_function_decl))
10682 tree bare_retval = NULL_TREE; local

Completed in 144 milliseconds