Searched refs:isftyp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/usr.bin/xlint/common/
H A Dlint.h104 #define isftyp(t) (ttab[t].tt_isftyp) macro
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Dlint.h94 #define isftyp(t) (ttab[t].tt_isftyp) macro
H A Dtree.c705 } else if (isftyp(ntn->tn_type->t_tspec)) {
1738 if (isftyp(nt) != isftyp(ot) || psize(nt) != psize(ot)) {
1989 if (v->v_ansiu && isftyp(nt)) {
2880 if (isftyp(tn->tn_left->tn_type->t_tspec)) {
2887 if (isftyp(tn->tn_right->tn_type->t_tspec)) {
2928 if (!isftyp(t))
3116 } else if (isftyp(nt) && isatyp(ot)) {
3462 } else if (tn->tn_op == CON && isftyp(tn->tn_type->t_tspec)) {

Completed in 60 milliseconds