Lines Matching defs:tree_block
2131 struct GTY(()) tree_block { struct
2132 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;
2146 tree fragment_origin;
2147 tree fragment_chain;