Lines Matching defs:tree_decl_with_vis
3268 struct GTY(()) tree_decl_with_vis { struct
3269 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;
3280 unsigned in_constant_pool : 1;
3281 unsigned dllimport_flag : 1;
3283 unsigned weak_flag : 1;
3285 unsigned seen_in_bind_expr : 1;
3286 unsigned comdat_flag : 1;
3288 unsigned visibility_specified : 1;
3293 unsigned init_priority_p : 1;
3295 unsigned shadowed_for_var_p : 1;
3297 unsigned implicit_section_name_p : 1;