Searched refs:BIND_EXPR_BLOCK (Results 1 – 11 of 11) sorted by relevance
2160 BIND_EXPR_BLOCK (actor_bind) = top_block; in build_actor_fn()2173 tree block = BIND_EXPR_BLOCK (first); in build_actor_fn()3193 BIND_EXPR_BLOCK (await_bind) = b_block; in maybe_promote_temps()3410 tree blk = BIND_EXPR_BLOCK (*stmt); in await_statement_walker()4080 BIND_EXPR_BLOCK (update_body) = top_block; in coro_rewrite_function_body()4088 tree block = BIND_EXPR_BLOCK (first); in coro_rewrite_function_body()4099 BIND_EXPR_BLOCK (first) = replace_blk; in coro_rewrite_function_body()4114 BIND_EXPR_BLOCK (bind_wrap) = new_blk; in coro_rewrite_function_body()4570 BIND_EXPR_BLOCK (ramp_bind) = top_block; in morph_fn_to_coro()4976 BIND_EXPR_BLOCK (gro_context_bind) = gro_block; in morph_fn_to_coro()
9513 tree block = BIND_EXPR_BLOCK (t); in finish_omp_target_clauses_r()10723 gcc_assert (BIND_EXPR_BLOCK (bind) in finish_omp_for_block()10725 == BLOCK_VARS (BIND_EXPR_BLOCK (bind)))); in finish_omp_for_block()10743 BLOCK_VARS (BIND_EXPR_BLOCK (b)) = var; in finish_omp_for_block()10746 BLOCK_VARS (BIND_EXPR_BLOCK (bind)) = BIND_EXPR_VARS (bind); in finish_omp_for_block()
1444 if ((block = BIND_EXPR_BLOCK (wtd->bind_expr_stack[i]))) in cp_genericize_r()
923 || (BIND_EXPR_BLOCK (*tp) in find_combined_omp_for()924 && BLOCK_VARS (BIND_EXPR_BLOCK (*tp)))) in find_combined_omp_for()
911 tree block = BIND_EXPR_BLOCK (*tp); in copy_bind_expr()917 BIND_EXPR_BLOCK (*tp) = block; in copy_bind_expr()5597 BIND_EXPR_BLOCK (*tp) = NULL_TREE; in copy_tree_r()
1420 BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()1436 if (BIND_EXPR_BLOCK (bind_expr)) in gimplify_bind_expr()1438 end_locus = BLOCK_SOURCE_END_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()1439 start_locus = BLOCK_SOURCE_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()
582 BIND_EXPR_BLOCK is the BLOCK that corresponds to these bindings
1303 #define BIND_EXPR_BLOCK(NODE) (TREE_OPERAND (BIND_EXPR_CHECK (NODE), 2)) macro
34012 BIND_EXPR_BODY, BIND_EXPR_BLOCK, GOTO_DESTINATION,
1296 @code{G}. This is analogous to the @code{BIND_EXPR_BLOCK} field in trees.
14275 statement 'G'. This is analogous to the 'BIND_EXPR_BLOCK' field in