Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/xlint/lint1/
HDlint1.h276 u_int tn_cast : 1; /* if tn_op == CVT its an explicit cast */ member
HDtree.c817 for (tn=ln; tn->tn_op==CVT && !tn->tn_cast; tn=tn->tn_left) in typeok()
820 for (tn=rn; tn->tn_op==CVT && !tn->tn_cast; tn=tn->tn_left) in typeok()
856 if (ln->tn_op == CVT && ln->tn_cast && in typeok()
874 if (ln->tn_op == CVT && ln->tn_cast && in typeok()
1128 if (ln->tn_op == CVT && ln->tn_cast && in typeok()
1693 ntn->tn_cast = op == CVT; in convert()
3133 tn->tn_cast = 1; in cast()