Searched defs:tree_block (Results 1 – 4 of 4) sorted by relevance
1490 struct GTY(()) tree_block { struct1491 struct tree_base base;1492 tree chain;1494 unsigned abstract_flag : 1;1495 unsigned block_num : 31;1497 location_t locus;1498 location_t end_locus;1500 tree vars;1501 vec<tree, va_gc> *nonlocalized_vars;1503 tree subblocks;[all …]
11750 tree_block (tree t) in tree_block() function
2131 struct GTY(()) tree_block { struct2132 struct tree_base base;2133 tree chain;2135 unsigned abstract_flag : 1;2136 unsigned block_num : 31;2138 location_t locus;2140 tree vars;2143 tree subblocks;2144 tree supercontext;2145 tree abstract_origin;[all …]
10807 tree_block (tree t) in tree_block() function