Searched refs:bind_expr_stack (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dcp-gimplify.c906 vec<tree> bind_expr_stack; member in struct:cp_genericize_data
1123 wtd->bind_expr_stack.safe_push (stmt);
1126 wtd->bind_expr_stack.pop ();
1136 if (wtd->bind_expr_stack.exists ())
1139 for (i = wtd->bind_expr_stack.length () - 1; i >= 0; i--)
1140 if ((block = BIND_EXPR_BLOCK (wtd->bind_expr_stack[i])))
1287 wtd.bind_expr_stack.create (0);
1292 wtd.bind_expr_stack.release ();
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c153 vec<gbind *> bind_expr_stack; member in struct:gimplify_ctx
286 && (!c->bind_expr_stack.exists ()
287 || c->bind_expr_stack.is_empty ()));
288 c->bind_expr_stack.release ();
306 gimplify_ctxp->bind_expr_stack.reserve (8);
307 gimplify_ctxp->bind_expr_stack.safe_push (bind_stmt);
315 gimplify_ctxp->bind_expr_stack.pop ();
323 return gimplify_ctxp->bind_expr_stack.last ();
331 return gimplify_ctxp->bind_expr_stack;

Completed in 180 milliseconds