Home
last modified time | relevance | path

Searched refs:BLOCK_VARS (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/gcc/
HDc-gimplify.c148 decls = BLOCK_VARS (block); in c_build_bind_expr()
157 BLOCK_VARS (block) = decls; in c_build_bind_expr()
HDintegrate.c112 for (local_decl = BLOCK_VARS (stmt); in set_block_origin_self()
172 for (local_decl = BLOCK_VARS (stmt); in set_block_abstract_flags()
HDxcoffout.c353 dbxout_syms (BLOCK_VARS (block)); in xcoffout_block()
HDtree-inline.c401 BLOCK_VARS (new_block) = remap_decls (BLOCK_VARS (old_block), id); in remap_block()
2575 BLOCK_VARS (block) = chainon (BLOCK_VARS (block), vars); in declare_inline_vars()
HDc-decl.c731 BLOCK_VARS (block) = 0; in pop_scope()
780 TREE_CHAIN (p) = BLOCK_VARS (block); in pop_scope()
781 BLOCK_VARS (block) = p; in pop_scope()
853 TREE_CHAIN (p) = BLOCK_VARS (block); in pop_scope()
854 BLOCK_VARS (block) = p; in pop_scope()
9073 tree tmp = BLOCK_VARS (ext_block); in c_write_global_declarations()
9086 c_write_global_declarations_1 (BLOCK_VARS (DECL_INITIAL (t))); in c_write_global_declarations()
9087 c_write_global_declarations_1 (BLOCK_VARS (ext_block)); in c_write_global_declarations()
9105 c_write_global_declarations_2 (BLOCK_VARS (DECL_INITIAL (t))); in c_write_global_declarations()
9106 c_write_global_declarations_2 (BLOCK_VARS (ext_block)); in c_write_global_declarations()
HDcfgexpand.c766 for (t = BLOCK_VARS (block); t ; t = TREE_CHAIN (t)) in expand_used_vars_for_block()
805 for (t = BLOCK_VARS (block); t ; t = TREE_CHAIN (t)) in clear_tree_used()
HDgimple-low.c769 for (var = BLOCK_VARS (block); in mark_blocks_with_used_vars()
HDomp-low.c2511 BLOCK_VARS (block) = list2chain (child_cfun->unexpanded_var_list); in expand_omp_parallel()
2515 for (t = BLOCK_VARS (block); t; t = TREE_CHAIN (t)) in expand_omp_parallel()
3822 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_single()
3862 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_master()
3901 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_ordered()
3992 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_critical()
HDtree-browser.c248 TB_SET_HEAD (BLOCK_VARS (head)); in browse_tree()
HDprint-tree.c815 print_node (file, "vars", BLOCK_VARS (node), indent + 4); in print_node()
HDdbxout.c3409 did_output = dbxout_syms (BLOCK_VARS (block)); in dbxout_block()
3435 tree decl = BLOCK_VARS (block); in dbxout_block()
HDsdbout.c658 sdbout_syms (BLOCK_VARS (block)); in sdbout_block()
HDgimplify.c682 if (BLOCK_VARS (block)) in declare_vars()
683 BLOCK_VARS (block) = chainon (BLOCK_VARS (block), temps); in declare_vars()
687 BLOCK_VARS (block) = temps; in declare_vars()
HDtree-pretty-print.c1893 if (BLOCK_VARS (node)) in dump_generic_node()
1896 for (t = BLOCK_VARS (node); t; t = TREE_CHAIN (t)) in dump_generic_node()
HDfunction.c1637 for (t = BLOCK_VARS (let); t; t = TREE_CHAIN (t)) in instantiate_decls_1()
3541 for (decl = BLOCK_VARS (block); decl; decl = TREE_CHAIN (decl)) in setjmp_vars_warning()
3778 for (t = BLOCK_VARS (block); t; t = TREE_CHAIN (t)) in debug_find_var_in_block_tree()
HDemit-rtl.c2332 for (t = BLOCK_VARS (blk); t; t = TREE_CHAIN (t)) in unshare_all_decls()
2349 for (t = BLOCK_VARS (blk); t; t = TREE_CHAIN (t)) in reset_used_decls()
HDdwarf2out.c12959 must_output_die = (BLOCK_VARS (stmt) != NULL in gen_block_die()
12966 for (decl = BLOCK_VARS (stmt); in gen_block_die()
13014 for (decl = BLOCK_VARS (stmt); decl != NULL; decl = TREE_CHAIN (decl)) in decls_for_scope()
13667 for (decl = BLOCK_VARS (block); decl; decl = TREE_CHAIN (decl)) in dwarf2out_ignore_block()
HDtree.def67 BLOCK_VARS points to a chain of decl nodes.
HDtree.h1849 #define BLOCK_VARS(NODE) (BLOCK_CHECK (NODE)->block.vars) macro
HDtree.c3214 BLOCK_VARS (block) = vars; in build_block()
HDChangeLog.tree-ssa18114 (declare_tmp_vars): Do not create a BLOCK_VARS for the scope.
/NextBSD/contrib/gcc/cp/
HDmethod.c438 BLOCK_VARS (fn_block) = a; in use_thunk()
HDdecl.c399 TREE_CHAIN (ent->label_decl) = BLOCK_VARS (block); in pop_labels_1()
400 BLOCK_VARS (block) = ent->label_decl; in pop_labels_1()
594 BLOCK_VARS (block) = decls; in poplevel()
734 for (d = &BLOCK_VARS (block); *d; ) in poplevel()
750 BLOCK_VARS (block) = 0; in poplevel()
11931 && chain_member (r, BLOCK_VARS (outer))) in finish_function()