Searched refs:t_is_enum (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/usr.bin/xlint/lint2/
H A Dlint2.h45 bool t_is_enum:1; member in struct:lint2_type
54 * t_is_enum, STRUCT or UNION */
56 * t_is_enum, STRUCT or UNION */
H A Demit2.c61 if (ts == INT && tp->t_is_enum)
H A Dchk.c489 !arg1->t_is_enum && !arg2->t_is_enum) {
1232 if (tp1->t_is_enum && tp2->t_is_enum) {
H A Dread.c713 tp->t_is_enum = true;
/netbsd-current/usr.bin/xlint/lint1/
H A Dfunc.c420 if (!(tn->tn_type->t_is_enum || cs->c_switch_type->t_is_enum))
422 if (tn->tn_type->t_is_enum && cs->c_switch_type->t_is_enum &&
569 error(333, tn->tn_type->t_is_enum ? type_name(tn->tn_type)
641 if ((tp->t_is_enum = tn->tn_type->t_is_enum) != false)
670 if (cstmt->c_switch_type->t_is_enum) {
697 (hflag && cstmt->c_switch_type->t_is_enum &&
H A Demit1.c104 if ((ts = tp->t_tspec) == INT && tp->t_is_enum)
H A Ddebug.c173 if (tp->t_is_enum) {
418 if (sym->s_type != NULL && sym->s_type->t_is_enum)
H A Dtree.c1159 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
3093 ((ln->tn_type->t_is_enum && rn->tn_type->t_tspec == PTR) ||
3094 (rn->tn_type->t_is_enum && ln->tn_type->t_tspec == PTR))) {
3149 if (!rn->tn_type->t_is_enum && rn->tn_op == CON &&
3180 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3183 (ltp->t_is_enum && rtp != NULL && rtp->t_is_enum)) {
3186 (ltp->t_is_enum || (rtp != NULL && rtp->t_is_enum))) {
[all...]
H A Dlint1.h142 bool t_is_enum:1; member in struct:lint1_type
H A Ddecl.c1676 tp->t_is_enum = true;
/netbsd-current/usr.bin/xlint/common/
H A Dtyname.c256 if ((t = tp->t_tspec) == INT && tp->t_is_enum)

Completed in 207 milliseconds