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

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c526 to record its declarations and subblocks for symbol table output.
544 tree subblocks;
559 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
597 BLOCK_SUBBLOCKS (block) = subblocks;
602 for (link = subblocks; link; link = TREE_CHAIN (link))
783 (since they cannot be recorded as subblocks in that level)
784 must be carried forward so they will later become subblocks
786 else if (subblocks)
788 = chainon (current_binding_level->blocks, subblocks);
803 /* Insert BLOCK at the end of the list of subblocks o
541 tree subblocks; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c12905 origin block. Do process subblocks. */
12989 tree subblocks;
13024 /* If we're at -g1, we're not interested in subblocks. */
13030 for (subblocks = BLOCK_SUBBLOCKS (stmt);
13031 subblocks != NULL;
13032 subblocks = BLOCK_CHAIN (subblocks))
13033 gen_block_die (subblocks, context_die, depth + 1);
12974 tree subblocks; local
H A Dtree.h1855 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1913 tree subblocks;
1903 tree subblocks; local
H A Dtree.c3226 build_block (tree vars, tree subblocks, tree supercontext, tree chain)
3231 BLOCK_SUBBLOCKS (block) = subblocks;
3206 build_block(tree vars, tree subblocks, tree supercontext, tree chain) argument

Completed in 282 milliseconds