Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgimplify.c87 tree return_temp; member
1166 else if (gimplify_ctxp->return_temp) in gimplify_return_expr()
1167 result = gimplify_ctxp->return_temp; in gimplify_return_expr()
1178 gimplify_ctxp->return_temp = result; in gimplify_return_expr()
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst297 const char *return_temp(int x) {