Searched defs:tree_type_common (Results 1 – 2 of 2) sorted by relevance
1513 struct GTY(()) tree_type_common { struct1514 struct tree_common common;1515 tree size;1516 tree size_unit;1517 tree attributes;1518 unsigned int uid;1520 unsigned int precision : 10;1521 unsigned no_force_blk_flag : 1;1522 unsigned needs_constructing_flag : 1;1523 unsigned transparent_aggr_flag : 1;[all …]
2408 struct GTY(()) tree_type_common { struct2409 struct tree_common common;2410 tree size;2411 tree size_unit;2412 tree attributes;2413 unsigned int uid;2415 unsigned int precision : 10;2416 unsigned no_force_blk_flag : 1;2417 unsigned needs_constructing_flag : 1;2418 unsigned transparent_aggr_flag : 1;[all …]