Lines Matching refs:t_is_enum
1438 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
3385 ((ln->tn_type->t_is_enum && rn->tn_type->t_tspec == PTR) ||
3386 (rn->tn_type->t_is_enum && ln->tn_type->t_tspec == PTR))) {
3442 if (!rn->tn_type->t_is_enum && rn->tn_op == CON &&
3473 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3476 (ltp->t_is_enum && rtp != NULL && rtp->t_is_enum)) {
3479 (ltp->t_is_enum || (rtp != NULL && rtp->t_is_enum))) {
3583 ntp->t_is_enum = otp->t_is_enum;
3584 if (ntp->t_is_enum)
4613 arg->tn_type->t_is_enum &&