Home | History | Annotate | Download | only in lint1

Lines Matching refs:CVT

617 	case CVT:
1502 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
1808 if (any_query_enabled && rn->tn_op == CVT && rn->tn_cast &&
1900 for (ln = tn->u.ops.left; ln->tn_op == CVT; ln = ln->u.ops.left)
1902 for (rn = tn->u.ops.right; rn->tn_op == CVT; rn = rn->u.ops.left)
2474 while (tn->tn_op == CVT && !tn->tn_cast)
2534 if (tn->tn_op == CVT && tn->tn_cast &&
2554 if (tn->tn_op == CVT && tn->tn_cast &&
2950 if (ln->tn_op == CVT && ln->tn_cast &&
3073 if (tn->tn_op == CVT &&
3290 if (op == CVT && tn->tn_type->t_tspec == VOID)
3311 return tn->tn_op == CVT && tn->tn_cast &&
3676 if (op == CVT)
3814 if (op == CVT)
3856 if (op != CVT)
4003 * CVT a cast-expression
4034 if (is_integer(ot) && op != CVT) {
4043 } else if (ot == PTR && op == CVT)
4048 ntn->tn_op = CVT;
4050 ntn->tn_cast = op == CVT;
4341 if (range_check && op != CVT)
4494 tnode_t *ntn = build_op(CVT, sys, ntp, otn, NULL);
4578 tn = convert(CVT, 0, tp, tn);
5029 bool discard = op == CVT && tn->tn_type->t_tspec == VOID;
5059 bool discard = op == CVT && tn->tn_type->t_tspec == VOID;
5105 if (tn->u.ops.right->tn_op == CVT)
5137 case CVT: