Searched refs:t_tspec (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dinit.c149 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
206 if (istk->i_cnt > 0 && istk->i_type->t_tspec == STRUCT &&
267 if (istk->i_type->t_tspec != ARRAY)
276 if (istk->i_type != NULL && issclt(istk->i_type->t_tspec))
282 if (initstk->i_type->t_tspec == FUNC)
289 switch (istk->i_type->t_tspec) {
358 cnt = istk->i_type->t_tspec == STRUCT ? 2 : 1;
366 istk->i_cnt = istk->i_type->t_tspec == STRUCT ? cnt : 1;
394 switch (istk->i_type->t_tspec) {
421 !issclt(initstk->i_subt->t_tspec)) {
[all...]
H A Dtree.c102 tp2->t_tspec = t;
116 tp2->t_tspec = t;
133 n->tn_val->v_tspec = tp->t_tspec;
212 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC)
292 t = (tp = tn->tn_type)->t_tspec;
297 t = (tp = tp->t_subt)->t_tspec;
394 if (tflag && tn->tn_type->t_tspec == PTR) {
583 } else if (isftyp(ntn->tn_type->t_tspec)) {
612 if (tn->tn_type->t_tspec == ARRAY) {
627 if (tn->tn_type->t_tspec
[all...]
H A Ddecl.c104 typetab[i].t_tspec = NOTSPEC;
105 typetab[BOOL].t_tspec = BOOL;
106 typetab[CHAR].t_tspec = CHAR;
107 typetab[SCHAR].t_tspec = SCHAR;
108 typetab[UCHAR].t_tspec = UCHAR;
109 typetab[SHORT].t_tspec = SHORT;
110 typetab[USHORT].t_tspec = USHORT;
111 typetab[INT].t_tspec = INT;
112 typetab[UINT].t_tspec = UINT;
113 typetab[LONG].t_tspec
[all...]
H A Dfunc.c244 if (fsym->s_type->t_subt->t_tspec != VOID &&
350 if (funcsym->s_type->t_subt->t_tspec != VOID &&
442 } else if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
459 t = tn->tn_type->t_tspec;
582 if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
588 t = tn->tn_type->t_tspec;
603 tp->t_tspec = tn->tn_type->t_tspec;
607 tp->t_tspec = INT;
692 if (tn != NULL && !issclt(tn->tn_type->t_tspec)) {
[all...]
H A Demit1.c102 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
239 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
442 if (isityp(t = arg->tn_type->t_tspec)) {
H A Dlint1.h147 tspec_t t_tspec; /* type specifier */ member in struct:type
H A Dcgram.y363 if ($1->s_type->t_tspec != FUNC) {
429 tspec_t ts = dcs->d_type->t_tspec;
437 tspec_t ts = dcs->d_type->t_tspec;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dchk.c107 TP(sym->s_type)->t_tspec == FUNC &&
184 if (TP(sym->s_type)->t_tspec == FUNC)
251 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
314 if (tp1->t_tspec == FUNC && tp2->t_tspec == FUNC) {
359 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
363 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
370 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
377 if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
494 t1 = arg1->t_tspec;
[all...]
H A Dread.c598 tp->t_tspec = BOOL;
601 tp->t_tspec = s == 's' ? SCHAR : (s == 'u' ? UCHAR : CHAR);
604 tp->t_tspec = s == 'u' ? USHORT : SHORT;
607 tp->t_tspec = s == 'u' ? UINT : INT;
610 tp->t_tspec = s == 'u' ? ULONG : LONG;
613 tp->t_tspec = s == 'u' ? UQUAD : QUAD;
616 tp->t_tspec = s == 's' ? FLOAT : (s == 'l' ? LDOUBLE : DOUBLE);
619 tp->t_tspec = VOID;
622 tp->t_tspec = PTR;
625 tp->t_tspec
[all...]
H A Dlint2.h41 tspec_t t_tspec; /* type specifier */ member in struct:type
H A Demit2.c58 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
173 if (TP(sym->s_type)->t_tspec == FUNC) {
/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dtyname.c99 if ((t = tp->t_tspec) == INT && tp->t_isenum)

Completed in 77 milliseconds