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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dexterns.h48 extern const char *basictyname(tspec_t);
H A Dlint.h82 } tspec_t; typedef in typeref:enum:__anon9908
91 tspec_t tt_styp; /* signed counterpart */
92 tspec_t tt_utyp; /* unsigned counterpart */
H A Dtyname.c56 basictyname(tspec_t t)
94 tspec_t t;
H A Dinittyp.c62 tspec_t it_tspec;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dlint1.h79 tspec_t st_tspec; /* CHAR or WCHAR */
101 tspec_t v_tspec;
147 tspec_t t_tspec; /* type specifier */
247 tspec_t _s_tsp; /* type (only for keywords) */
321 tspec_t d_atyp; /* VOID, CHAR, INT, or COMPLEX */
322 tspec_t d_cmod; /* FLOAT, or DOUBLE */
323 tspec_t d_smod; /* SIGNED or UNSIGN */
324 tspec_t d_lmod; /* SHORT, LONG or QUAD */
H A Dexterns1.h78 extern int sign(int64_t, tspec_t, int);
79 extern int msb(int64_t, tspec_t, int);
80 extern int64_t xsign(int64_t, tspec_t, int);
136 extern type_t *gettyp(tspec_t);
163 extern type_t *mktag(sym_t *, tspec_t, int, int);
190 extern type_t *incref(type_t *, tspec_t);
191 extern type_t *tincref(type_t *, tspec_t);
H A Dtree.c54 static tnode_t *getinode(tspec_t, int64_t);
62 static void incompat(op_t, tspec_t, tspec_t);
66 static void ptconv(int, tspec_t, tspec_t, type_t *, tnode_t *);
67 static void iiconv(op_t, int, tspec_t, tspec_t, type_t *, tnode_t *);
68 static void piconv(op_t, tspec_t, type_t *, tnode_t *);
97 incref(type_t *tp, tspec_t t)
111 tincref(type_t *tp, tspec_t
[all...]
H A Dscan.l194 tspec_t kw_tspec; /* type spec. if kw_token T_TYPE or T_SOU */
484 tspec_t typ;
487 static tspec_t contypes[2][3] = {
653 sign(int64_t q, tspec_t t, int len)
662 msb(int64_t q, tspec_t t, int len)
674 xsign(int64_t q, tspec_t t, int len)
700 tspec_t typ;
H A Ddecl.c65 static type_t *tdeferr(type_t *, tspec_t);
67 static tspec_t mrgtspec(tspec_t, tspec_t);
140 gettyp(tspec_t t)
177 tspec_t t;
198 tspec_t t;
256 tspec_t t;
375 tdeferr(type_t *td, tspec_t t)
377 tspec_t t
[all...]
H A Demit1.c99 tspec_t ts;
411 tspec_t t;
H A Dinit.c492 tspec_t lt, rt;
612 tspec_t t;
H A Dfunc.c415 tspec_t t;
575 tspec_t t;
H A Dcgram.y119 tspec_t y_tspec;
429 tspec_t ts = dcs->d_type->t_tspec;
437 tspec_t ts = dcs->d_type->t_tspec;
1856 tspec_t t;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h41 tspec_t t_tspec; /* type specifier */
H A Dchk.c241 tspec_t t1;
450 tspec_t t1, t2;
607 tspec_t sz, t1, t2 = NOTSPEC;
832 tspec_t sz, t1 = NOTSPEC, t2 = NOTSPEC;
1206 tspec_t t, to;
1367 tspec_t t;
H A Demit2.c54 tspec_t ts;
H A Dread.c744 tspec_t t;

Completed in 92 milliseconds