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

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h138 extern type_t *duptyp(const type_t *);
H A Ddecl.c130 * It's important to duplicate this structure (using duptyp() or tdupdyp())
141 duptyp(const type_t *tp) function
151 * Use tduptyp() instead of duptyp() inside expressions (if the
359 td = duptyp(gettyp(mrgtspec(t2, t)));
368 td = duptyp(gettyp(t2 == INT ? SHORT : USHORT));
391 td = duptyp(td);
727 dcs->d_type = duptyp(dcs->d_type);
1022 dsym->s_type = tp = duptyp(gettyp(t = INT));
1128 dsym->s_type = duptyp(dsym->s_type);
1846 dsym->s_type = duptyp(dsy
[all...]
H A Dinit.c147 initsym->s_type = duptyp(initsym->s_type);
H A Dcgram.y1607 initsym = mktempsym(duptyp($4->tn_type));

Completed in 85 milliseconds