Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-core.h1602 struct GTY(()) tree_decl_common { struct
1603 struct tree_decl_minimal common;
1604 tree size;
1608 unsigned nonlocal_flag : 1;
1609 unsigned virtual_flag : 1;
1610 unsigned ignored_flag : 1;
1611 unsigned abstract_flag : 1;
1612 unsigned artificial_flag : 1;
1613 unsigned preserve_flag: 1;
1614 unsigned debug_expr_is_from : 1;
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.h2878 struct GTY(()) tree_decl_common { struct
2879 struct tree_decl_minimal common;
2880 tree size;
2884 unsigned nonlocal_flag : 1;
2885 unsigned virtual_flag : 1;
2886 unsigned ignored_flag : 1;
2887 unsigned abstract_flag : 1;
2888 unsigned artificial_flag : 1;
2889 unsigned preserve_flag: 1;
2890 unsigned debug_expr_is_from : 1;
[all …]