HomeSort by: relevance | last modified time | path
    Searched refs:supercontext (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-live.cc 526 tree supercontext = BLOCK_SUPERCONTEXT (*t); local
531 BLOCK_SUPERCONTEXT (*t) = supercontext;
535 BLOCK_SUPERCONTEXT (*t) = supercontext;
tree-core.h 1695 tree supercontext; variable
tree.h 2164 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
tree.cc 5475 build_block (tree vars, tree subblocks, tree supercontext, tree chain)
5481 BLOCK_SUPERCONTEXT (block) = supercontext;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-live.cc 523 tree supercontext = BLOCK_SUPERCONTEXT (*t); local
528 BLOCK_SUPERCONTEXT (*t) = supercontext;
532 BLOCK_SUPERCONTEXT (*t) = supercontext;
tree-core.h 1656 tree supercontext; variable
tree.cc 5435 build_block (tree vars, tree subblocks, tree supercontext, tree chain)
5441 BLOCK_SUPERCONTEXT (block) = supercontext;
tree.h 2012 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 6293 WT (t->block.supercontext);
6841 RT (t->block.supercontext);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 6067 WT (t->block.supercontext);
6566 RT (t->block.supercontext);

Completed in 135 milliseconds