Searched refs:IF_SCOPE (Results 1 – 6 of 6) sorted by relevance
2380 tree scope = IF_SCOPE (need_free_if); in build_actor_fn()2381 IF_SCOPE (need_free_if) = NULL; in build_actor_fn()4280 tree iarc_scope = IF_SCOPE (not_iarc_if); in coro_rewrite_function_body()4281 IF_SCOPE (not_iarc_if) = NULL; in coro_rewrite_function_body()5153 tree gro_d_if_scope = IF_SCOPE (gro_d_if); in morph_fn_to_coro()5154 IF_SCOPE (gro_d_if) = NULL; in morph_fn_to_coro()5166 tree promise_d_if_scope = IF_SCOPE (promise_d_if); in morph_fn_to_coro()5167 IF_SCOPE (promise_d_if) = NULL; in morph_fn_to_coro()5186 tree parm_d_if_scope = IF_SCOPE (dtor_if); in morph_fn_to_coro()5187 IF_SCOPE (dtor_if) = NULL; in morph_fn_to_coro()
1103 cp_walk_tree (&IF_SCOPE (stmt), cp_fold_r, data, NULL); in cp_fold_r()
5344 #define IF_SCOPE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 3) macro5350 #define IF_STMT_EXTRA_ARGS(NODE) IF_SCOPE (NODE)
4004 * cp-tree.h (IF_SCOPE): Define.4006 (finish_if_stmt): Use IF_SCOPE instead of TREE_CHAIN.
1095 tree scope = IF_SCOPE (if_stmt); in finish_if_stmt()1096 IF_SCOPE (if_stmt) = NULL; in finish_if_stmt()
18911 do_poplevel (IF_SCOPE (stmt)); in tsubst_expr()