Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c1271 tree subblocks = current_binding_level->blocks; local
1345 BLOCK_SUBBLOCKS (block) = subblocks;
1350 for (link = subblocks; link; link = TREE_CHAIN (link))
1444 else if (subblocks)
1446 = chainon (current_binding_level->blocks, subblocks);
/openbsd-src/gnu/gcc/gcc/
H A Dtree-browser.def75 DEFTBCODE (TB_SUBBLOCKS, "subblocks", "Field accessor.")
H A Ddwarf2out.c12871 tree subblocks; in decls_for_scope() local
12912 for (subblocks = BLOCK_SUBBLOCKS (stmt); in decls_for_scope()
12913 subblocks != NULL; in decls_for_scope()
12914 subblocks = BLOCK_CHAIN (subblocks)) in decls_for_scope()
12915 gen_block_die (subblocks, context_die, depth + 1); in decls_for_scope()
H A Dtree.h1820 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1878 tree subblocks; member
H A Dtree.c3205 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
3210 BLOCK_SUBBLOCKS (block) = subblocks; in build_block()
H A Dtree.def62 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c5139 tree subblocks; local
5141 for (subblocks = BLOCK_SUBBLOCKS (stmt);
5142 subblocks;
5143 subblocks = BLOCK_CHAIN (subblocks))
5144 output_block (subblocks, depth + 1);
H A Dc-decl.c504 tree subblocks = current_binding_level->blocks; local
583 || (current_binding_level->keep_if_subblocks && subblocks != 0))
588 BLOCK_SUBBLOCKS (block) = subblocks;
593 for (link = subblocks; link; link = TREE_CHAIN (link))
680 else if (subblocks)
682 = chainon (current_binding_level->blocks, subblocks);
H A Dtree.c2471 build_block (vars, tags, subblocks, supercontext, chain) in build_block() argument
2472 tree vars, tags ATTRIBUTE_UNUSED, subblocks, supercontext, chain; in build_block()
2477 BLOCK_SUBBLOCKS (block) = subblocks;
H A Dtree.h920 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
972 tree subblocks; member
H A Ddwarf2out.c11945 tree subblocks; local
11978 for (subblocks = BLOCK_SUBBLOCKS (stmt);
11979 subblocks != NULL;
11980 subblocks = BLOCK_CHAIN (subblocks))
11981 gen_block_die (subblocks, context_die, depth + 1);
H A Dtree.def65 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
H A DChangeLog5825 (decls_for_scope): At -g1, don't descend into subblocks.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c534 tree subblocks; in poplevel() local
549 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0; in poplevel()
587 BLOCK_SUBBLOCKS (block) = subblocks; in poplevel()
592 for (link = subblocks; link; link = TREE_CHAIN (link)) in poplevel()
771 else if (subblocks) in poplevel()
773 = chainon (current_binding_level->blocks, subblocks); in poplevel()
H A DChangeLog-19963939 any subblocks that already exist.
H A DChangeLog-1995265 * decl.c (poplevel): Handle the merging of subblocks of cleanups
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c1535 tree subblocks; local
1550 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
1648 BLOCK_SUBBLOCKS (block) = subblocks;
1653 for (link = subblocks; link; link = TREE_CHAIN (link))
1807 else if (subblocks)
1809 = chainon (current_binding_level->blocks, subblocks);
H A DChangeLog.220217 any subblocks that already exist.
20590 * decl.c (poplevel): Handle the merging of subblocks of cleanups
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c14340 tree subblocks = current_binding_level->blocks; local
14394 BLOCK_SUBBLOCKS (block) = subblocks;
14399 for (link = subblocks; link; link = TREE_CHAIN (link))
14460 else if (subblocks)
14462 = chainon (current_binding_level->blocks, subblocks);