Home | History | Annotate | Download | only in lint1

Lines Matching defs:convert

1037 	return convert(op, 0, ntp, tn);
1073 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
1075 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);
1336 ln = convert(NOOP, 0, expr_derive_type(gettyp(VOID), PTR), ln);
1501 rn = convert(NOOP, 0, elsz->tn_type, rn);
1537 rn = convert(NOOP, 0, gettyp(INT), rn);
1605 rn = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), rn);
1609 ln = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), ln);
1705 rn = convert(NOOP, 0, ctn->tn_type, rn);
1734 rn = convert(op, 0, ln->tn_type, rn);
3562 * Performs the "integer promotions" (C99 6.3.1.1p2), which convert small
3586 return convert(op, 0, ntp, tn);
3906 /* null pointers are already handled in convert() */
3950 convert(op_t op, int arg, type_t *tp, tnode_t *tn)
4157 * it is not possible, also not with necessary casts, to convert back to the
4516 tn = convert(CVT, 0, tp, tn);
4554 * are not the same, insert a conversion to convert the argument into
4568 tn = convert(FARG, arg, tp, tn);