Searched refs:styp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/common/
H A Dlint.h98 #define styp(t) (ttab[t].tt_styp) macro
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dlint.h90 #define styp(t) (ttab[t].tt_styp) macro
H A Dtree.c1707 if (styp(nt) != SHORT || !isityp(ot) || psize(ot) > psize(INT))
1718 if (ptn->tn_op == CON && isityp(nt) && styp(nt) == styp(ot) &&
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dchk.c513 if (styp(t1) == styp(t2)) {
892 } else if (t2 != styp(sz)) {
1212 if (styp(t) != styp(tp2->t_tspec))
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c315 long styp = 0;
320 styp = styp_flags[i].flags;
324 if (styp == 0)
328 styp = STYP_COMMENT;
332 styp = STYP_TEXT;
334 styp = STYP_DATA;
336 styp = STYP_RDATA;
338 styp = STYP_REG;
340 styp = STYP_BSS;
344 styp |
314 long styp = 0; local
[all...]

Completed in 128 milliseconds