Home
last modified time | relevance | path

Searched defs:tree_block (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h1491 struct tree_base base;
1492 tree chain;
1497 location_t locus;
1498 location_t end_locus;
1500 tree vars;
1503 tree subblocks;
1504 tree supercontext;
1505 tree abstract_origin;
1506 tree fragment_origin;
1507 tree fragment_chain;
[all …]
H A Dtree.c11750 tree_block (tree t) in tree_block() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h2131 struct GTY(()) tree_block { struct
2132 struct tree_base base;
2133 tree chain;
2136 unsigned block_num : 31;
2138 location_t locus;
2140 tree vars;
2143 tree subblocks;
2144 tree supercontext;
2145 tree abstract_origin;
2146 tree fragment_origin;
[all …]
H A Dtree.c10807 tree_block (tree t) in tree_block() function