Searched defs:tree_type_common (Results 1 – 2 of 2) sorted by relevance
1665 struct GTY(()) tree_type_common { struct1666 struct tree_common common;1667 tree size;1668 tree size_unit;1669 tree attributes;1670 unsigned int uid;1672 unsigned int precision : 10;1673 unsigned no_force_blk_flag : 1;1674 unsigned needs_constructing_flag : 1;1675 unsigned transparent_aggr_flag : 1;[all …]
1595 struct GTY(()) tree_type_common { struct1596 struct tree_common common;1597 tree size;1598 tree size_unit;1599 tree attributes;1600 unsigned int uid;1602 unsigned int precision : 10;1603 unsigned no_force_blk_flag : 1;1604 unsigned needs_constructing_flag : 1;1605 unsigned transparent_aggr_flag : 1;[all …]