Home
last modified time | relevance | path

Searched refs:supercontext (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-live.c494 tree supercontext = BLOCK_SUPERCONTEXT (*t); in remove_unused_scope_block_p() local
499 BLOCK_SUPERCONTEXT (*t) = supercontext; in remove_unused_scope_block_p()
503 BLOCK_SUPERCONTEXT (*t) = supercontext; in remove_unused_scope_block_p()
H A Dtree-core.h1504 tree supercontext; member
H A Dtree.c5007 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
5013 BLOCK_SUPERCONTEXT (block) = supercontext; in build_block()
H A Dtree.h1803 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-live.c515 tree supercontext = BLOCK_SUPERCONTEXT (*t); in remove_unused_scope_block_p() local
520 BLOCK_SUPERCONTEXT (*t) = supercontext; in remove_unused_scope_block_p()
524 BLOCK_SUPERCONTEXT (*t) = supercontext; in remove_unused_scope_block_p()
H A Dtree-browser.def72 DEFTBCODE (TB_SUPERCONTEXT, "supercontext", "Field accessor.")
H A Dtree.h2090 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
2144 tree supercontext; member
H A Dtree.c4127 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
4133 BLOCK_SUPERCONTEXT (block) = supercontext; in build_block()