Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c575 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 Ddecl.cc596 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 Dmodule.cc6066 WT (t->block.subblocks); in core_vals()
6565 RT (t->block.subblocks); in core_vals()
H A DChangeLog-20153884 BLOCK for function body and use subblocks as that, if it is non-NULL
H A DChangeLog-19963939 any subblocks that already exist.
H A DChangeLog-1995265 * decl.c (poplevel): Handle the merging of subblocks of cleanups
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1655 tree subblocks; member
H A Ddwarf2out.cc26545 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 Dtree.def60 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
H A Dtree.cc5405 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
5410 BLOCK_SUBBLOCKS (block) = subblocks; in build_block()
H A Dtree.h2007 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
H A DChangeLog-200610292 (reorder_blocks_1): Put all subblocks under the origin block.
H A DChangeLog-200815298 all subblocks of ORIG_BLOCK to the new function. Call
H A DChangeLog-200932387 block with multiple subblocks.
H A DChangeLog-200535486 (gen_block_die): Don't ignore subblocks of "unused" blocks.
H A DChangeLog-200329538 (decls_for_scope): At -g1, don't descend into subblocks.
H A DChangeLog-20189632 to subblocks.
H A DChangeLog-20135607 (decls_for_scope): Process subblocks for -g1.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1585 tree subblocks; member
H A Ddwarf2out.c25947 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 Dtree.def60 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
H A Dtree.c5157 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
5162 BLOCK_SUBBLOCKS (block) = subblocks; in build_block()
H A Dtree.h1903 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst189 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 DChangeLog-20081905 * f95-lang.c (poplevel): Don't ever add subblocks to