/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 575 tree subblocks; in poplevel() local 590 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel() 624 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE) in poplevel() 631 BLOCK_SUBBLOCKS (block) = subblocks; in poplevel() 636 for (link = subblocks; link; link = BLOCK_CHAIN (link)) in poplevel() 745 pop_labels (subblocks); in poplevel() 767 DECL_INITIAL (current_function_decl) = block ? block : subblocks; in poplevel() 768 if (subblocks) in poplevel() 772 if (BLOCK_SUBBLOCKS (subblocks)) in poplevel() 773 BLOCK_OUTER_CURLY_BRACE_P (BLOCK_SUBBLOCKS (subblocks)) = 1; in poplevel() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 596 tree subblocks; in poplevel() local 611 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel() 645 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE) in poplevel() 652 BLOCK_SUBBLOCKS (block) = subblocks; in poplevel() 657 for (link = subblocks; link; link = BLOCK_CHAIN (link)) in poplevel() 777 pop_labels (subblocks); in poplevel() 799 DECL_INITIAL (current_function_decl) = block ? block : subblocks; in poplevel() 800 if (subblocks) in poplevel() 804 if (BLOCK_SUBBLOCKS (subblocks)) in poplevel() 805 BLOCK_OUTER_CURLY_BRACE_P (BLOCK_SUBBLOCKS (subblocks)) = 1; in poplevel() [all …]
|
H A D | module.cc | 6066 WT (t->block.subblocks); in core_vals() 6565 RT (t->block.subblocks); in core_vals()
|
H A D | ChangeLog-2015 | 3884 BLOCK for function body and use subblocks as that, if it is non-NULL
|
H A D | ChangeLog-1996 | 3939 any subblocks that already exist.
|
H A D | ChangeLog-1995 | 265 * decl.c (poplevel): Handle the merging of subblocks of cleanups
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-core.h | 1655 tree subblocks; member
|
H A D | dwarf2out.cc | 26545 tree subblocks; in decls_for_scope() local 26585 for (subblocks = BLOCK_SUBBLOCKS (stmt); in decls_for_scope() 26586 subblocks != NULL; in decls_for_scope() 26587 subblocks = BLOCK_CHAIN (subblocks)) in decls_for_scope() 26588 gen_block_die (subblocks, context_die); in decls_for_scope()
|
H A D | tree.def | 60 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
|
H A D | tree.cc | 5405 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument 5410 BLOCK_SUBBLOCKS (block) = subblocks; in build_block()
|
H A D | tree.h | 2007 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
|
H A D | ChangeLog-2006 | 10292 (reorder_blocks_1): Put all subblocks under the origin block.
|
H A D | ChangeLog-2008 | 15298 all subblocks of ORIG_BLOCK to the new function. Call
|
H A D | ChangeLog-2009 | 32387 block with multiple subblocks.
|
H A D | ChangeLog-2005 | 35486 (gen_block_die): Don't ignore subblocks of "unused" blocks.
|
H A D | ChangeLog-2003 | 29538 (decls_for_scope): At -g1, don't descend into subblocks.
|
H A D | ChangeLog-2018 | 9632 to subblocks.
|
H A D | ChangeLog-2013 | 5607 (decls_for_scope): Process subblocks for -g1.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-core.h | 1585 tree subblocks; member
|
H A D | dwarf2out.c | 25947 tree subblocks; in decls_for_scope() local 25987 for (subblocks = BLOCK_SUBBLOCKS (stmt); in decls_for_scope() 25988 subblocks != NULL; in decls_for_scope() 25989 subblocks = BLOCK_CHAIN (subblocks)) in decls_for_scope() 25990 gen_block_die (subblocks, context_die); in decls_for_scope()
|
H A D | tree.def | 60 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
|
H A D | tree.c | 5157 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument 5162 BLOCK_SUBBLOCKS (block) = subblocks; in build_block()
|
H A D | tree.h | 1903 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | BitCodeFormat.rst | 189 which case they are only defined in that block (neither subblocks nor 307 this immediate block --- it is not visible in subblocks or enclosing blocks.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2008 | 1905 * f95-lang.c (poplevel): Don't ever add subblocks to
|