Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1757 struct GTY(()) tree_decl_common { struct
1758 struct tree_decl_minimal common;
1759 tree size;
1763 unsigned nonlocal_flag : 1;
1764 unsigned virtual_flag : 1;
1765 unsigned ignored_flag : 1;
1766 unsigned abstract_flag : 1;
1767 unsigned artificial_flag : 1;
1768 unsigned preserve_flag: 1;
1769 unsigned debug_expr_is_from : 1;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1687 struct GTY(()) tree_decl_common { struct
1688 struct tree_decl_minimal common;
1689 tree size;
1693 unsigned nonlocal_flag : 1;
1694 unsigned virtual_flag : 1;
1695 unsigned ignored_flag : 1;
1696 unsigned abstract_flag : 1;
1697 unsigned artificial_flag : 1;
1698 unsigned preserve_flag: 1;
1699 unsigned debug_expr_is_from : 1;
[all …]