Home
last modified time | relevance | path

Searched refs:t_isuniqpos (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/xlint/common/
H A Dtyname.c210 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()
/netbsd-src/usr.bin/xlint/lint2/
H A Dlint2.h49 bool t_isuniqpos:1; /* tag with _t_uniqpos valid */ member
H A Dchk.c1248 } else if (tp1->t_isuniqpos && tp2->t_isuniqpos) { in types_compatible()
1282 } else if (tp1->t_isuniqpos && tp2->t_isuniqpos) { in types_compatible()
H A Demit2.c85 } else if (tp->t_isuniqpos) { in outtype()
H A Dread.c727 tp->t_isuniqpos = true; in inptype()