Home
last modified time | relevance | path

Searched refs:IF_SCOPE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc2380 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()
Dcp-gimplify.cc1103 cp_walk_tree (&IF_SCOPE (stmt), cp_fold_r, data, NULL); in cp_fold_r()
Dcp-tree.h5344 #define IF_SCOPE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 3) macro
5350 #define IF_STMT_EXTRA_ARGS(NODE) IF_SCOPE (NODE)
DChangeLog-20114004 * cp-tree.h (IF_SCOPE): Define.
4006 (finish_if_stmt): Use IF_SCOPE instead of TREE_CHAIN.
Dsemantics.cc1095 tree scope = IF_SCOPE (if_stmt); in finish_if_stmt()
1096 IF_SCOPE (if_stmt) = NULL; in finish_if_stmt()
Dpt.cc18911 do_poplevel (IF_SCOPE (stmt)); in tsubst_expr()