Home | History | Annotate | Download | only in lint1

Lines Matching defs:rstp

2796 	type_t *rstp = rtp->t_subt;
2798 tspec_t rst = rstp->t_tspec;
2810 if (pointer_types_are_compatible(lstp, rstp, true))
2812 if (!types_compatible(lstp, rstp, true, false, NULL))
3057 const type_t *rstp, tspec_t rst)
3060 types_compatible(lstp, rstp,
3067 !lstp->t_const && rstp->t_const ? " const" : "",
3068 !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
3179 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL;
3184 rst = (rstp = rtp->t_subt)->t_tspec;
3205 lt, lstp, lst, rn, rtp, rt, rstp, rst))