Lines Matching refs:t_is_enum
1401 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
3333 ((ln->tn_type->t_is_enum && rn->tn_type->t_tspec == PTR) ||
3334 (rn->tn_type->t_is_enum && ln->tn_type->t_tspec == PTR))) {
3389 if (!rn->tn_type->t_is_enum && rn->tn_op == CON &&
3420 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3423 (ltp->t_is_enum && rtp != NULL && rtp->t_is_enum)) {
3426 (ltp->t_is_enum || (rtp != NULL && rtp->t_is_enum))) {
3529 ntp->t_is_enum = otp->t_is_enum;
3530 if (ntp->t_is_enum)
4565 arg->tn_type->t_is_enum &&