Next:GIMPLE_SWITCH, Previous:GIMPLE_RESX, Up:Tuple specific accessors [Contents][Index]
GIMPLE_RETURN ¶greturn*gimple_build_return(tree retval) ¶Build aGIMPLE_RETURN statement whose return value is retval.
treegimple_return_retval(const greturn *g) ¶Return the return value forGIMPLE_RETURNG.
voidgimple_return_set_retval(greturn *g, tree retval) ¶SetRETVAL to be the return value forGIMPLE_RETURNG.