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

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c146 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
199 if (istk->i_cnt > 0 && istk->i_type->t_tspec == STRUCT &&
260 if (istk->i_type->t_tspec != ARRAY)
269 if (istk->i_type != NULL && issclt(istk->i_type->t_tspec))
275 if (initstk->i_type->t_tspec == FUNC)
282 switch (istk->i_type->t_tspec) {
346 cnt = istk->i_type->t_tspec == STRUCT ? 2 : 1;
354 istk->i_cnt = istk->i_type->t_tspec == STRUCT ? cnt : 1;
380 switch (istk->i_type->t_tspec) {
407 !issclt(initstk->i_subt->t_tspec)) {
[all...]
H A Dtree.c227 tp2->t_tspec = t;
241 tp2->t_tspec = t;
258 n->tn_val->v_tspec = tp->t_tspec;
337 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC)
418 t = (tp = tn->tn_type)->t_tspec;
423 t = (tp = tp->t_subt)->t_tspec;
520 if (tflag && tn->tn_type->t_tspec == PTR) {
705 } else if (isftyp(ntn->tn_type->t_tspec)) {
734 if (tn->tn_type->t_tspec == ARRAY) {
749 if (tn->tn_type->t_tspec
[all...]
H A Dfunc.c242 if (fsym->s_type->t_subt->t_tspec != VOID &&
348 if (funcsym->s_type->t_subt->t_tspec != VOID &&
440 } else if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
457 t = tn->tn_type->t_tspec;
580 if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
586 t = tn->tn_type->t_tspec;
602 tp->t_tspec = tn->tn_type->t_tspec;
606 tp->t_tspec = INT;
691 if (tn != NULL && !issclt(tn->tn_type->t_tspec)) {
[all...]
H A Ddecl.c103 typetab[i].t_tspec = NOTSPEC;
104 typetab[CHAR].t_tspec = CHAR;
105 typetab[SCHAR].t_tspec = SCHAR;
106 typetab[UCHAR].t_tspec = UCHAR;
107 typetab[SHORT].t_tspec = SHORT;
108 typetab[USHORT].t_tspec = USHORT;
109 typetab[INT].t_tspec = INT;
110 typetab[UINT].t_tspec = UINT;
111 typetab[LONG].t_tspec = LONG;
112 typetab[ULONG].t_tspec
[all...]
H A Demit1.c95 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
228 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
431 if (isityp(t = arg->tn_type->t_tspec)) {
H A Dlint1.h139 tspec_t t_tspec; /* type specifier */ member in struct:type
H A Dcgram.y346 if ($1->s_type->t_tspec != FUNC) {
410 tspec_t ts = dcs->d_type->t_tspec;
418 tspec_t ts = dcs->d_type->t_tspec;
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c104 TP(sym->s_type)->t_tspec == FUNC &&
181 if (TP(sym->s_type)->t_tspec == FUNC)
249 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
312 if (tp1->t_tspec == FUNC && tp2->t_tspec == FUNC) {
353 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
357 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
364 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
371 if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
488 t1 = arg1->t_tspec;
[all...]
H A Dread.c583 tp->t_tspec = s == 's' ? SCHAR : (s == 'u' ? UCHAR : CHAR);
586 tp->t_tspec = s == 'u' ? USHORT : SHORT;
589 tp->t_tspec = s == 'u' ? UINT : INT;
592 tp->t_tspec = s == 'u' ? ULONG : LONG;
595 tp->t_tspec = s == 'u' ? UQUAD : QUAD;
598 tp->t_tspec = s == 's' ? FLOAT : (s == 'l' ? LDOUBLE : DOUBLE);
601 tp->t_tspec = VOID;
604 tp->t_tspec = PTR;
607 tp->t_tspec = ARRAY;
612 tp->t_tspec
[all...]
H A Dlint2.h41 tspec_t t_tspec; /* type specifier */ member in struct:type
H A Demit2.c61 if ((ts = tp->t_tspec) == INT && tp->t_isenum)
172 if (TP(sym->s_type)->t_tspec == FUNC) {

Completed in 190 milliseconds