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

/freebsd-11-stable/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.c61 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
H A Dchk.c490 if (isityp(t1) && isityp(t2) && !arg1->t_isenum && !arg2->t_isenum) {
1216 if (tp1->t_isenum && tp2->t_isenum) {
H A Dread.c655 tp->t_isenum = 1;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dfunc.c603 if ((tp->t_isenum = tn->tn_type->t_isenum) != 0)
637 if (cstk->c_swtype->t_isenum) {
660 (!hflag || !cstk->c_swtype->t_isenum || nenum != nclab)) {
H A Dlint1.h147 u_int t_isenum : 1; /* type is (or was) enum (t_enum valid) */ member in struct:type
H A Dtree.c1177 (ltp->t_isenum || (mp->m_binary && rtp->t_isenum))) {
1179 } else if (mp->m_enumop && (ltp->t_isenum && rtp && rtp->t_isenum)) {
1181 } else if (mp->m_enumop && (ltp->t_isenum || (rtp &&rtp->t_isenum))) {
1374 if (!(ln->tn_type->t_isenum ||
1375 (mp->m_binary && rn->tn_type->t_isenum))) {
1384 ((ln->tn_type->t_isenum && rn->tn_type->t_tspec == PTR) ||
1385 (rn->tn_type->t_isenum
[all...]
H A Demit1.c95 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
H A Ddecl.c1558 tp->t_isenum = 1;

Completed in 81 milliseconds