HomeSort by: relevance | last modified time | path
    Searched defs:subblocks (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 606 to record its declarations and subblocks for symbol table output.
622 tree subblocks;
637 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
671 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE)
678 BLOCK_SUBBLOCKS (block) = subblocks;
683 for (link = subblocks; link; link = BLOCK_CHAIN (link))
805 pop_labels (subblocks);
827 DECL_INITIAL (current_function_decl) = block ? block : subblocks;
828 if (subblocks)
619 tree subblocks; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 1694 tree subblocks; variable
dwarf2out.cc 25134 Do that by doing the recursion to subblocks on the single subblock
26561 origin block. Do process subblocks. */
26700 tree subblocks;
26734 /* Even if we're at -g1, we need to process the subblocks in order to get
26740 for (subblocks = BLOCK_SUBBLOCKS (stmt);
26741 subblocks != NULL;
26742 subblocks = BLOCK_CHAIN (subblocks))
26743 gen_block_die (subblocks, context_die);
26682 tree subblocks; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 583 to record its declarations and subblocks for symbol table output.
599 tree subblocks;
614 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
648 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE)
655 BLOCK_SUBBLOCKS (block) = subblocks;
660 for (link = subblocks; link; link = BLOCK_CHAIN (link))
780 pop_labels (subblocks);
802 DECL_INITIAL (current_function_decl) = block ? block : subblocks;
803 if (subblocks)
596 tree subblocks; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1655 tree subblocks; variable
dwarf2out.cc 25014 Do that by doing the recursion to subblocks on the single subblock
26424 origin block. Do process subblocks. */
26563 tree subblocks;
26597 /* Even if we're at -g1, we need to process the subblocks in order to get
26603 for (subblocks = BLOCK_SUBBLOCKS (stmt);
26604 subblocks != NULL;
26605 subblocks = BLOCK_CHAIN (subblocks))
26606 gen_block_die (subblocks, context_die);
26545 tree subblocks; local

Completed in 83 milliseconds