Lines Matching refs:type_t

58 static	tnode_t	*mktnode(op_t, type_t *, tnode_t *, tnode_t *);
61 static void illptrc(mod_t *, type_t *, type_t *);
62 static void mrgqual(type_t **, type_t *, type_t *);
63 static int conmemb(type_t *);
64 static void ptconv(int, tspec_t, tspec_t, type_t *, tnode_t *);
65 static void iiconv(op_t, int, tspec_t, tspec_t, type_t *, tnode_t *);
66 static void piconv(op_t, tspec_t, type_t *, tnode_t *);
67 static void ppconv(op_t, tnode_t *, type_t *);
75 static tnode_t *plength(type_t *);
79 static tnode_t *chkfarg(type_t *, tnode_t *);
80 static tnode_t *parg(int, type_t *, tnode_t *);
221 type_t *
222 incref(type_t *tp, tspec_t t)
224 type_t *tp2;
226 tp2 = getblk(sizeof (type_t));
235 type_t *
236 tincref(type_t *tp, tspec_t t)
238 type_t *tp2;
240 tp2 = tgetblk(sizeof (type_t));
250 getcnode(type_t *tp, val_t *v)
393 type_t *tp;
474 type_t *tp1, *tp2;
552 type_t *rtp;
728 type_t *tp;
775 type_t *ltp, *rtp = NULL, *lstp = NULL, *rstp = NULL;
1191 type_t *ltp, *rtp;
1230 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL;
1482 mktnode(op_t op, type_t *type, tnode_t *ln, tnode_t *rn)
1518 type_t *ntp;
1594 type_t *ntp;
1665 convert(op_t op, int arg, type_t *tp, tnode_t *tn)
1714 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn)
1768 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn)
1814 piconv(op_t op, tspec_t nt, type_t *tp, tnode_t *tn)
1841 ppconv(op_t op, tnode_t *tn, type_t *tp)
1898 cvtcon(op_t op, int arg, type_t *tp, val_t *nv, val_t *v)
2170 illptrc(mod_t *mp, type_t *ltp, type_t *rtp)
2204 mrgqual(type_t **tpp, type_t *tp1, type_t *tp2)
2232 conmemb(type_t *tp)
2282 tyname(char *buf, size_t bufsiz, type_t *tp)
2443 type_t *tp;
2511 type_t *rtp;
2648 plength(type_t *tp)
3018 bldszof(type_t *tp)
3085 cast(tnode_t *tn, type_t *tp)
3205 chkfarg(type_t *ftp, tnode_t *args)
3279 type_t *tp, /* expected type (from prototype) */