Lines Matching defs:lnp
1002 balance(op_t op, tnode_t **lnp, tnode_t **rnp)
1005 tspec_t lt = (*lnp)->tn_type->t_tspec;
1015 && is_integer(lt) && (*lnp)->tn_op != CON
1018 warning(379, type_name((*lnp)->tn_type),
1022 *lnp = apply_usual_arithmetic_conversions(op, *lnp, t);
1027 unsigned lw = width_in_bits((*lnp)->tn_type);
1030 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
1032 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);