Searched refs:return_temp (Results 1 – 3 of 3) sorted by relevance
192 tree return_temp; member1651 else if (gimplify_ctxp->return_temp) in gimplify_return_expr()1652 result = gimplify_ctxp->return_temp; in gimplify_return_expr()1663 gimplify_ctxp->return_temp = result; in gimplify_return_expr()
197 tree return_temp; member1658 else if (gimplify_ctxp->return_temp) in gimplify_return_expr()1659 result = gimplify_ctxp->return_temp; in gimplify_return_expr()1670 gimplify_ctxp->return_temp = result; in gimplify_return_expr()
268 const char *return_temp(int x) {