Lines Matching defs:lstp
2795 type_t *lstp = ltp->t_subt;
2797 tspec_t lst = lstp->t_tspec;
2810 if (pointer_types_are_compatible(lstp, rstp, true))
2812 if (!types_compatible(lstp, rstp, true, false, NULL))
3028 check_unconst_function(const type_t *lstp, const tnode_t *rn)
3032 if (lstp->t_tspec == CHAR && !lstp->t_const &&
3041 if (!lstp->t_const &&
3054 const type_t *lstp, tspec_t lst,
3060 types_compatible(lstp, rstp,
3067 !lstp->t_const && rstp->t_const ? " const" : "",
3068 !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
3091 check_unconst_function(lstp, rn);
3179 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL;
3182 lst = (lstp = ltp->t_subt)->t_tspec;
3205 lt, lstp, lst, rn, rtp, rt, rstp, rst))