Searched refs:tspec_t (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/common/
H A Dlint.h77 } tspec_t; typedef in typeref:enum:__anon10838
86 tspec_t tt_styp; /* signed counterpart */
87 tspec_t tt_utyp; /* unsigned counterpart */
H A Dinittyp.c53 tspec_t it_tspec;
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint.h69 } tspec_t; typedef in typeref:enum:__anon10841
78 tspec_t tt_styp; /* signed counterpart */
79 tspec_t tt_utyp; /* unsigned counterpart */
H A Dexterns1.h76 extern int sign(int64_t, tspec_t, int);
77 extern int msb(int64_t, tspec_t, int);
78 extern int64_t xsign(int64_t, tspec_t, int);
132 extern type_t *gettyp(tspec_t);
158 extern type_t *mktag(sym_t *, tspec_t, int, int);
185 extern type_t *incref(type_t *, tspec_t);
186 extern type_t *tincref(type_t *, tspec_t);
H A Dlint1.h71 tspec_t st_tspec; /* CHAR or WCHAR */
93 tspec_t v_tspec;
139 tspec_t t_tspec; /* type specifier */
238 tspec_t _s_tsp; /* type (only for keywords) */
312 tspec_t d_atyp; /* VOID, CHAR, INT, FLOAT or DOUBLE */
313 tspec_t d_smod; /* SIGNED or UNSIGN */
314 tspec_t d_lmod; /* SHORT, LONG or QUAD */
H A Dscan.l192 tspec_t kw_tspec; /* type spec. if kw_token T_TYPE or T_SOU */
460 tspec_t typ;
464 static tspec_t contypes[2][3] = {
612 sign(int64_t q, tspec_t t, int len)
621 msb(int64_t q, tspec_t t, int len)
633 xsign(int64_t q, tspec_t t, int len)
659 tspec_t typ;
H A Dtree.c52 static tnode_t *getinode(tspec_t, int64_t);
60 static void incompat(op_t, tspec_t, tspec_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 *);
222 incref(type_t *tp, tspec_t t)
236 tincref(type_t *tp, tspec_t
[all...]
H A Ddecl.c62 static type_t *tdeferr(type_t *, tspec_t);
64 static tspec_t mrgtspec(tspec_t, tspec_t);
134 gettyp(tspec_t t)
171 tspec_t t;
192 tspec_t t;
250 tspec_t t;
345 tdeferr(type_t *td, tspec_t t)
347 tspec_t t
[all...]
H A Demit1.c92 tspec_t ts;
400 tspec_t t;
H A Dinit.c345 tspec_t lt, rt;
454 tspec_t t;
H A Dcgram.y117 tspec_t y_tspec;
403 tspec_t ts = dcs->d_type->t_tspec;
411 tspec_t ts = dcs->d_type->t_tspec;
1676 tspec_t t;
H A Dfunc.c413 tspec_t t;
573 tspec_t t;
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dlint2.h41 tspec_t t_tspec; /* type specifier */
H A Dchk.c239 tspec_t t1;
445 tspec_t t1, t2;
598 tspec_t sz, t1, t2 = NOTSPEC;
823 tspec_t sz, t1 = NOTSPEC, t2 = NOTSPEC;
1176 tspec_t t, to;
1337 tspec_t t;
H A Demit2.c57 tspec_t ts;
H A Dread.c713 tspec_t t;

Completed in 209 milliseconds