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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dlint.h108 #define isftyp(t) (ttab[t].tt_isftyp) macro
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dtree.c583 } else if (isftyp(ntn->tn_type->t_tspec)) {
1685 if (isftyp(nt) != isftyp(ot) || psize(nt) != psize(ot)) {
1955 if (v->v_ansiu && isftyp(nt)) {
2807 if (isftyp(tn->tn_left->tn_type->t_tspec)) {
2814 if (isftyp(tn->tn_right->tn_type->t_tspec)) {
2855 if (!isftyp(t))
3099 } else if (isftyp(nt) && isatyp(ot)) {
3443 } else if (tn->tn_op == CON && isftyp(tn->tn_type->t_tspec)) {

Completed in 103 milliseconds