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

/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c527 to record its declarations and subblocks for symbol table output.
545 tree subblocks;
560 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
598 BLOCK_SUBBLOCKS (block) = subblocks;
603 for (link = subblocks; link; link = TREE_CHAIN (link))
784 (since they cannot be recorded as subblocks in that level)
785 must be carried forward so they will later become subblocks
787 else if (subblocks)
789 = chainon (current_binding_level->blocks, subblocks);
804 /* Insert BLOCK at the end of the list of subblocks o
542 tree subblocks; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2out.c12933 origin block. Do process subblocks. */
13017 tree subblocks;
13052 /* If we're at -g1, we're not interested in subblocks. */
13058 for (subblocks = BLOCK_SUBBLOCKS (stmt);
13059 subblocks != NULL;
13060 subblocks = BLOCK_CHAIN (subblocks))
13061 gen_block_die (subblocks, context_die, depth + 1);
13002 tree subblocks; local
H A Dtree.h1860 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1918 tree subblocks;
1908 tree subblocks; local
H A Dtree.c3230 build_block (tree vars, tree subblocks, tree supercontext, tree chain)
3235 BLOCK_SUBBLOCKS (block) = subblocks;
3210 build_block(tree vars, tree subblocks, tree supercontext, tree chain) argument

Completed in 121 milliseconds