Lines Matching defs:lstp
2743 type_t *lstp = ltp->t_subt;
2745 tspec_t lst = lstp->t_tspec;
2758 if (pointer_types_are_compatible(lstp, rstp, true))
2760 if (!types_compatible(lstp, rstp, true, false, NULL))
2976 check_unconst_function(const type_t *lstp, const tnode_t *rn)
2980 if (lstp->t_tspec == CHAR && !lstp->t_const &&
2989 if (!lstp->t_const &&
3002 const type_t *lstp, tspec_t lst,
3008 types_compatible(lstp, rstp,
3015 !lstp->t_const && rstp->t_const ? " const" : "",
3016 !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
3038 check_unconst_function(lstp, rn);
3125 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL;
3128 lst = (lstp = ltp->t_subt)->t_tspec;
3151 lt, lstp, lst, rn, rtp, rt, rstp, rst))