Searched defs:tree_decl_with_vis (Results 1 – 1 of 1) sorted by relevance
3192 struct GTY(()) tree_decl_with_vis { struct3193 struct tree_decl_with_rtl common;3194 tree assembler_name;3195 tree section_name;3196 tree comdat_group;3199 unsigned defer_output : 1;3200 unsigned hard_register : 1;3201 unsigned common_flag : 1;3202 unsigned in_text_section : 1;3203 unsigned in_constant_pool : 1;[all …]