Lines Matching refs:subblocks
575 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()
776 BLOCK_OUTER_CURLY_BRACE_P (subblocks) = 1; in poplevel()
788 else if (subblocks) in poplevel()
790 = block_chainon (current_binding_level->blocks, subblocks); in poplevel()