Searched defs:tree_decl_common (Results 1 – 1 of 1) sorted by relevance
2809 struct GTY(()) tree_decl_common { struct2810 struct tree_decl_minimal common;2811 tree size;2815 unsigned nonlocal_flag : 1;2816 unsigned virtual_flag : 1;2817 unsigned ignored_flag : 1;2818 unsigned abstract_flag : 1;2819 unsigned artificial_flag : 1;2820 unsigned preserve_flag: 1;2821 unsigned debug_expr_is_from : 1;[all …]