HomeSort by: relevance | last modified time | path
    Searched defs:rstp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 2860 type_t *rstp = rtp->t_subt; local
2862 tspec_t rst = rstp->t_tspec;
2874 if (pointer_types_are_compatible(lstp, rstp, true))
2876 if (!types_compatible(lstp, rstp, true, false, NULL))
3121 const type_t *rstp, tspec_t rst)
3124 types_compatible(lstp, rstp,
3131 !lstp->t_const && rstp->t_const ? " const" : "",
3132 !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
3243 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local
3248 rst = (rstp = rtp->t_subt)->t_tspec
    [all...]

Completed in 23 milliseconds