Home
last modified time | relevance | path

Searched refs:return_temp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c192 tree return_temp; member
1651 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc197 tree return_temp; member
1658 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()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst268 const char *return_temp(int x) {