Searched refs:gettyp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c134 gettyp(tspec_t t) function
359 td = duptyp(gettyp(mrgtspec(t2, t)));
368 td = duptyp(gettyp(t2 == INT ? SHORT : USHORT));
379 td = gettyp(LONG);
381 td = gettyp(ULONG);
383 td = gettyp(QUAD);
385 td = gettyp(UQUAD);
387 td = gettyp(DOUBLE);
389 td = gettyp(LDOUBLE);
685 dcs->d_type = gettyp(mrgtspe
[all...]
H A Dcgram.y516 $$ = gettyp($1);
551 $$ = gettyp(INT);
731 $$ = gettyp(INT);
1351 $$->tn_type = gettyp(VOID);
1597 $$ = getcnode(gettyp($1->v_tspec), $1);
H A Dexterns1.h137 extern type_t *gettyp(tspec_t);
H A Dtree.c275 n->tn_type = gettyp(t);
322 sym->s_type = incref(gettyp(CHAR), PTR);
362 n->tn_type = tincref(gettyp(strg->st_tspec), ARRAY);
672 rtp = mp->m_logop ? gettyp(INT) : ln->tn_type;
1953 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp),
1958 gettyp(ot)),
2038 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp),
2100 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp),
2105 gettyp(ot)),
2121 gettyp(o
[all...]

Completed in 108 milliseconds