Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/xlint/lint1/
Dlint.h105 #define isftyp(t) (ttab[t].tt_isftyp) macro
Dtree.c681 } else if (isftyp(ntn->tn_type->t_tspec)) { in build()
1619 } else if (isftyp(ot) && !isftyp(nt)) { in convert()
1689 if (isftyp(nt) != isftyp(pt) || psize(nt) != psize(pt)) { in fcnconv()
1956 if (v->v_ansiu && isftyp(nt)) { in cvtcon()
2605 if (isftyp(rn->tn_type->t_tspec)) { in chkdbz()
2842 if (isftyp(tn->tn_left->tn_type->t_tspec)) { in foldtst()
2849 if (isftyp(tn->tn_right->tn_type->t_tspec)) { in foldtst()
2889 if (!isftyp(t)) in foldflt()
3101 } else if (isftyp(nt) && isatyp(ot)) { in cast()
3470 } else if (tn->tn_op == CON && isftyp(tn->tn_type->t_tspec)) { in displexpr()