HomeSort by: relevance | last modified time | path
    Searched defs:return_temp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 216 tree return_temp; member in struct:gimplify_ctx
1893 else if (gimplify_ctxp->return_temp)
1894 result = gimplify_ctxp->return_temp;
1905 gimplify_ctxp->return_temp = result;
18374 if (gimplify_ctxp->in_handler_expr && gimplify_ctxp->return_temp)
18375 *expr_p = gimplify_ctxp->return_temp;
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 197 tree return_temp; member in struct:gimplify_ctx
1660 else if (gimplify_ctxp->return_temp)
1661 result = gimplify_ctxp->return_temp;
1672 gimplify_ctxp->return_temp = result;

Completed in 28 milliseconds