Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-browser.def73 DEFTBCODE (TB_SUPERCONTEXT, "supercontext", "Field accessor.")
Dtree.h1846 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
1904 tree supercontext; member
Dtree.c3206 build_block (tree vars, tree subblocks, tree supercontext, tree chain) in build_block() argument
3212 BLOCK_SUPERCONTEXT (block) = supercontext; in build_block()