Home
last modified time | relevance | path

Searched defs:tree_type_common (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1665 struct GTY(()) tree_type_common { struct
1666 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1595 struct GTY(()) tree_type_common { struct
1596 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 …]