Searched refs:subblocks (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c1252 to record its declarations and subblocks for symbol table output.
1271 tree subblocks = current_binding_level->blocks; local
1345 BLOCK_SUBBLOCKS (block) = subblocks;
1350 for (link = subblocks; link; link = TREE_CHAIN (link))
1441 (since they cannot be recorded as subblocks in that level)
1442 must be carried forward so they will later become subblocks
1444 else if (subblocks)
1446 = chainon (current_binding_level->blocks, subblocks);
1548 /* Insert BLOCK at the end of the list of subblocks of the
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c5152 tree subblocks;
5154 for (subblocks = BLOCK_SUBBLOCKS (stmt);
5155 subblocks;
5156 subblocks = BLOCK_CHAIN (subblocks))
5157 output_block (subblocks, depth + 1);
5139 tree subblocks; local
H A Dc-decl.c214 /* Nonzero means make a BLOCK if this level has any subblocks. */
254 if it has subblocks. */
489 to record its declarations and subblocks for symbol table output.
509 tree subblocks = current_binding_level->blocks;
588 || (current_binding_level->keep_if_subblocks && subblocks != 0))
593 BLOCK_SUBBLOCKS (block) = subblocks;
598 for (link = subblocks; link; link = TREE_CHAIN (link))
682 (since they cannot be recorded as subblocks in that level)
683 must be carried forward so they will later become subblocks
685 else if (subblocks)
504 tree subblocks = current_binding_level->blocks; local
[all...]
H A Dtree.h926 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
978 tree subblocks;
972 tree subblocks; local
H A Dtree.c2491 build_block (vars, tags, subblocks, supercontext, chain)
2492 tree vars, tags ATTRIBUTE_UNUSED, subblocks, supercontext, chain;
2497 BLOCK_SUBBLOCKS (block) = subblocks;
H A Ddwarf2out.c11876 origin block. Do process subblocks. */
11960 tree subblocks;
11987 /* If we're at -g1, we're not interested in subblocks. */
11993 for (subblocks = BLOCK_SUBBLOCKS (stmt);
11994 subblocks != NULL;
11995 subblocks = BLOCK_CHAIN (subblocks))
11996 gen_block_die (subblocks, context_die, depth + 1);
11945 tree subblocks; local
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c519 to record its declarations and subblocks for symbol table output.
537 tree subblocks;
552 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
590 BLOCK_SUBBLOCKS (block) = subblocks;
595 for (link = subblocks; link; link = TREE_CHAIN (link))
771 (since they cannot be recorded as subblocks in that level)
772 must be carried forward so they will later become subblocks
774 else if (subblocks)
776 = chainon (current_binding_level->blocks, subblocks);
791 /* Insert BLOCK at the end of the list of subblocks o
534 tree subblocks; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Ddwarf2out.c12802 origin block. Do process subblocks. */
12886 tree subblocks;
12921 /* If we're at -g1, we're not interested in subblocks. */
12927 for (subblocks = BLOCK_SUBBLOCKS (stmt);
12928 subblocks != NULL;
12929 subblocks = BLOCK_CHAIN (subblocks))
12930 gen_block_die (subblocks, context_die, depth + 1);
12871 tree subblocks; local
H A Dtree.h1830 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1888 tree subblocks;
1878 tree subblocks; local
H A Dtree.c3225 build_block (tree vars, tree subblocks, tree supercontext, tree chain)
3230 BLOCK_SUBBLOCKS (block) = subblocks;
3205 build_block(tree vars, tree subblocks, tree supercontext, tree chain) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c1517 to record its declarations and subblocks for symbol table output.
1538 tree subblocks;
1553 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
1651 BLOCK_SUBBLOCKS (block) = subblocks;
1656 for (link = subblocks; link; link = TREE_CHAIN (link))
1807 (since they cannot be recorded as subblocks in that level)
1808 must be carried forward so they will later become subblocks
1810 else if (subblocks)
1812 = chainon (current_binding_level->blocks, subblocks);
1863 /* Insert BLOCK at the end of the list of subblocks o
1535 tree subblocks; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c14324 to record its declarations and subblocks for symbol table output.
14343 tree subblocks = current_binding_level->blocks;
14397 BLOCK_SUBBLOCKS (block) = subblocks;
14402 for (link = subblocks; link; link = TREE_CHAIN (link))
14460 (since they cannot be recorded as subblocks in that level)
14461 must be carried forward so they will later become subblocks
14463 else if (subblocks)
14465 = chainon (current_binding_level->blocks, subblocks);
14340 tree subblocks = current_binding_level->blocks; local

Completed in 522 milliseconds