Home
last modified time | relevance | path

Searched refs:t_istag (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.bin/xlint/lint2/
Dlint2.h47 bool t_istag:1; /* tag with _t_tag valid */ member
Demit2.c79 if (tp->t_istag) { in outtype()
Dchk.c1241 if (tp1->t_istag && tp2->t_istag) { in types_compatible()
1275 if (tp1->t_istag && tp2->t_istag) { in types_compatible()
Dread.c719 tp->t_istag = true; in inptype()