Home | History | Annotate | Download | only in lint1

Lines Matching refs:lnp

1045 balance(op_t op, tnode_t **lnp, tnode_t **rnp)
1048 tspec_t lt = (*lnp)->tn_type->t_tspec;
1058 && is_integer(lt) && (*lnp)->tn_op != CON
1061 warning(379, expr_type_name(*lnp),
1065 *lnp = apply_usual_arithmetic_conversions(op, *lnp, t);
1070 unsigned lw = width_in_bits((*lnp)->tn_type);
1073 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
1075 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);