Searched refs:t_isenum (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dtyname.c99 if ((t = tp->t_tspec) == INT && tp->t_isenum)
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h45 u_int t_isenum : 1; /* enum type */ member in struct:type
54 t_isenum, STRUCT or UNION */
56 t_isenum, STRUCT or UNION */
H A Demit2.c58 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
H A Dchk.c496 if (isityp(t1) && isityp(t2) && !arg1->t_isenum && !arg2->t_isenum) {
1246 if (tp1->t_isenum && tp2->t_isenum) {
H A Dread.c676 tp->t_isenum = 1;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dfunc.c604 if ((tp->t_isenum = tn->tn_type->t_isenum) != 0)
638 if (cstk->c_swtype->t_isenum) {
661 (!hflag || !cstk->c_swtype->t_isenum || nenum != nclab)) {
H A Dlint1.h155 u_int t_isenum : 1; /* type is (or was) enum (t_enum valid) */ member in struct:type
H A Demit1.c102 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
H A Dtree.c1072 (ltp->t_isenum || (mp->m_binary && rtp->t_isenum))) {
1074 } else if (mp->m_enumop && (ltp->t_isenum && rtp && rtp->t_isenum)) {
1076 } else if (mp->m_enumop && (ltp->t_isenum || (rtp && rtp->t_isenum))) {
1273 if (!(ln->tn_type->t_isenum ||
1274 (mp->m_binary && rn->tn_type->t_isenum))) {
1283 ((ln->tn_type->t_isenum && rn->tn_type->t_tspec == PTR) ||
1284 (rn->tn_type->t_isenum
[all...]
H A Ddecl.c1664 tp->t_isenum = 1;

Completed in 183 milliseconds