Home
last modified time | relevance | path

Searched refs:gettyp (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.bin/xlint/lint1/
HDdecl.c134 gettyp(tspec_t t) in gettyp() function
359 td = duptyp(gettyp(mrgtspec(t2, t))); in tdeferr()
368 td = duptyp(gettyp(t2 == INT ? SHORT : USHORT)); in tdeferr()
379 td = gettyp(LONG); in tdeferr()
381 td = gettyp(ULONG); in tdeferr()
383 td = gettyp(QUAD); in tdeferr()
385 td = gettyp(UQUAD); in tdeferr()
387 td = gettyp(DOUBLE); in tdeferr()
389 td = gettyp(LDOUBLE); in tdeferr()
685 dcs->d_type = gettyp(mrgtspec(t, s)); in deftyp()
[all …]
HDtree.c275 n->tn_type = gettyp(t); in getinode()
322 sym->s_type = incref(gettyp(CHAR), PTR); in getnnode()
362 n->tn_type = tincref(gettyp(strg->st_tspec), ARRAY); in getsnode()
672 rtp = mp->m_logop ? gettyp(INT) : ln->tn_type; in build()
1953 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp), in cvtcon()
1958 gettyp(ot)), in cvtcon()
2038 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp), in cvtcon()
2100 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp), in cvtcon()
2105 gettyp(ot)), in cvtcon()
2121 gettyp(ot)), tyname(rbuf, sizeof(rbuf), tp), in cvtcon()
[all …]
HDcgram.y516 $$ = gettyp($1);
551 $$ = gettyp(INT);
731 $$ = gettyp(INT);
1351 $$->tn_type = gettyp(VOID);
1597 $$ = getcnode(gettyp($1->v_tspec), $1);
HDexterns1.h137 extern type_t *gettyp(tspec_t);
HDscan.l1353 sym->s_type = gettyp(INT); in getsym()