Searched refs:goto_bindings (Results 1 – 2 of 2) sorted by relevance
282 struct c_spot_bindings goto_bindings; member1012 update_spot_bindings (scope, &g->goto_bindings); in update_label_decls()1359 ++g->goto_bindings.stmt_exprs; in c_bindings_start_stmt_expr()1398 --g->goto_bindings.stmt_exprs; in c_bindings_end_stmt_expr()1399 if (g->goto_bindings.stmt_exprs < 0) in c_bindings_end_stmt_expr()1401 g->goto_bindings.left_stmt_expr = true; in c_bindings_end_stmt_expr()1402 g->goto_bindings.stmt_exprs = 0; in c_bindings_end_stmt_expr()3135 set_spot_bindings (&g->goto_bindings, true); in lookup_label_for_goto()3208 if (g->goto_bindings.scope->has_jump_unsafe_decl) in check_earlier_gotos()3210 for (b = g->goto_bindings.scope->bindings; in check_earlier_gotos()[all …]
358 struct c_spot_bindings goto_bindings; member1112 update_spot_bindings (scope, &g->goto_bindings); in update_label_decls()1466 ++g->goto_bindings.stmt_exprs; in c_bindings_start_stmt_expr()1505 --g->goto_bindings.stmt_exprs; in c_bindings_end_stmt_expr()1506 if (g->goto_bindings.stmt_exprs < 0) in c_bindings_end_stmt_expr()1508 g->goto_bindings.left_stmt_expr = true; in c_bindings_end_stmt_expr()1509 g->goto_bindings.stmt_exprs = 0; in c_bindings_end_stmt_expr()3639 set_spot_bindings (&g->goto_bindings, true); in lookup_label_for_goto()3712 if (g->goto_bindings.scope->has_jump_unsafe_decl) in check_earlier_gotos()3714 for (b = g->goto_bindings.scope->bindings; in check_earlier_gotos()[all …]