Searched defs:tree_decl_with_vis (Results 1 – 2 of 2) sorted by relevance
1707 struct GTY(()) tree_decl_with_vis { struct1708 struct tree_decl_with_rtl common;1709 tree assembler_name;1710 struct symtab_node *symtab_node;1713 unsigned defer_output : 1;1714 unsigned hard_register : 1;1715 unsigned common_flag : 1;1716 unsigned in_text_section : 1;1717 unsigned in_constant_pool : 1;1718 unsigned dllimport_flag : 1;[all …]
3268 struct GTY(()) tree_decl_with_vis { struct3269 struct tree_decl_with_rtl common;3270 tree assembler_name;3271 tree section_name;3272 tree comdat_group;3275 unsigned defer_output : 1;3276 unsigned hard_register : 1;3277 unsigned thread_local : 1;3278 unsigned common_flag : 1;3279 unsigned in_text_section : 1;[all …]