Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-core.h1513 struct GTY(()) tree_type_common { struct
1514 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 …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h2408 struct GTY(()) tree_type_common { struct
2409 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 …]