Home
last modified time | relevance | path

Searched refs:BIND_EXPR_VARS (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Domp-low.c1380 for (var = BIND_EXPR_VARS (t); var ; var = TREE_CHAIN (var)) in scan_omp_1()
3821 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_single()
3822 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_single()
3861 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_master()
3862 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_master()
3900 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_ordered()
3901 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_ordered()
3991 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_critical()
3992 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_critical()
4063 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn); in lower_omp_for()
[all …]
H A Dgimple-low.c326 record_vars (BIND_EXPR_VARS (stmt)); in lower_bind_expr()
H A Dtree-inline.c456 if (BIND_EXPR_VARS (*tp)) in copy_bind_expr()
459 BIND_EXPR_VARS (*tp) = remap_decls (BIND_EXPR_VARS (*tp), id); in copy_bind_expr()
H A Dgimplify.c673 TREE_CHAIN (last) = BIND_EXPR_VARS (scope); in declare_vars()
674 BIND_EXPR_VARS (scope) = temps; in declare_vars()
686 BIND_EXPR_VARS (scope) = chainon (BIND_EXPR_VARS (scope), temps); in declare_vars()
1062 for (t = BIND_EXPR_VARS (bind_expr); t ; t = TREE_CHAIN (t)) in gimplify_bind_expr()
H A Dtree-mudflap.c1096 mx_register_decls (BIND_EXPR_VARS (*t), &BIND_EXPR_BODY (*t)); in mx_xfn_xform_decls()
H A Dtree-pretty-print.c1115 if (BIND_EXPR_VARS (node)) in dump_generic_node()
1119 for (op0 = BIND_EXPR_VARS (node); op0; op0 = TREE_CHAIN (op0)) in dump_generic_node()
H A Dtree.def503 BIND_EXPR_VARS is a chain of VAR_DECL nodes for the variables.
H A Dtree.h1499 #define BIND_EXPR_VARS(NODE) (TREE_OPERAND (BIND_EXPR_CHECK (NODE), 0)) macro
H A Dtree-cfg.c1742 if (BIND_EXPR_VARS (*stmt_p) == NULL_TREE in remove_useless_stmts_bind()
H A Dtree.c7584 for (decl = BIND_EXPR_VARS (*tp); decl; decl = TREE_CHAIN (decl)) in walk_tree()
H A Dc-typeck.c7620 && BIND_EXPR_VARS (body) == NULL)) in c_finish_stmt_expr()
/openbsd/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi324 Variables in a block are collected into @code{BIND_EXPR_VARS} in
601 BIND_EXPR_VARS -> chain of DECLs
H A Dgccint.info6576 Variables in a block are collected into `BIND_EXPR_VARS' in
6857 BIND_EXPR_VARS -> chain of DECLs