Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
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 …]
Dgimple-low.c326 record_vars (BIND_EXPR_VARS (stmt)); in lower_bind_expr()
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()
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()
Dtree-mudflap.c1096 mx_register_decls (BIND_EXPR_VARS (*t), &BIND_EXPR_BODY (*t)); in mx_xfn_xform_decls()
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()
Dtree.h1529 #define BIND_EXPR_VARS(NODE) (TREE_OPERAND (BIND_EXPR_CHECK (NODE), 0)) macro
Dtree.def508 BIND_EXPR_VARS is a chain of VAR_DECL nodes for the variables.
Dtree-cfg.c1749 if (BIND_EXPR_VARS (*stmt_p) == NULL_TREE in remove_useless_stmts_bind()
Dtree.c7612 for (decl = BIND_EXPR_VARS (*tp); decl; decl = TREE_CHAIN (decl)) in walk_tree()
Dc-typeck.c8047 && BIND_EXPR_VARS (body) == NULL)) in c_finish_stmt_expr()
DChangeLog.tree-ssa5491 * tree-inline.c (walk_tree): Don't walk into the BIND_EXPR_VARS
11176 nodes when processing BIND_EXPR_VARS.
15466 (copy_bind_expr): Remap BIND_EXPR_VARS separately from block vars.
DChangeLog-200434011 CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
/freebsd-10-stable/contrib/gcc/doc/
Dtree-ssa.texi324 Variables in a block are collected into @code{BIND_EXPR_VARS} in
601 BIND_EXPR_VARS -> chain of DECLs