Searched refs:t_isuniqpos (Results 1 – 5 of 5) sorted by relevance
210 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name); in type_name_of_struct_or_union() 227 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name); in type_name_of_enum()
49 bool t_isuniqpos:1; /* tag with _t_uniqpos valid */ member
1248 } else if (tp1->t_isuniqpos && tp2->t_isuniqpos) { in types_compatible() 1282 } else if (tp1->t_isuniqpos && tp2->t_isuniqpos) { in types_compatible()
85 } else if (tp->t_isuniqpos) { in outtype()
727 tp->t_isuniqpos = true; in inptype()