Home
last modified time | relevance | path

Searched refs:subblocks (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-browser.def75 DEFTBCODE (TB_SUBBLOCKS, "subblocks", "Field accessor.")
HDdwarf2out.c13002 tree subblocks; in decls_for_scope() local
13043 for (subblocks = BLOCK_SUBBLOCKS (stmt); in decls_for_scope()
13044 subblocks != NULL; in decls_for_scope()
13045 subblocks = BLOCK_CHAIN (subblocks)) in decls_for_scope()
13046 gen_block_die (subblocks, context_die, depth + 1); in decls_for_scope()
HDtree.h1850 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1908 tree subblocks; member
HDtree.c3210 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
3215 BLOCK_SUBBLOCKS (block) = subblocks; in build_block()
HDtree.def62 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
HDChangeLog-20063208 (reorder_blocks_1): Put all subblocks under the origin block.
HDChangeLog-200329538 (decls_for_scope): At -g1, don't descend into subblocks.
HDChangeLog-200535487 (gen_block_die): Don't ignore subblocks of "unused" blocks.
/NextBSD/contrib/gcc/cp/
HDdecl.c542 tree subblocks; in poplevel() local
557 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel()
595 BLOCK_SUBBLOCKS (block) = subblocks; in poplevel()
600 for (link = subblocks; link; link = TREE_CHAIN (link)) in poplevel()
784 else if (subblocks) in poplevel()
786 = chainon (current_binding_level->blocks, subblocks); in poplevel()
HDChangeLog-1995265 * decl.c (poplevel): Handle the merging of subblocks of cleanups
HDChangeLog-19963939 any subblocks that already exist.