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

/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dop.h38 u_int m_binary : 1; /* binary op. */ member in struct:__anon13869
H A Dtree.c557 if (ln == NULL || (mp->m_binary && rn == NULL))
570 if (mp->m_binary && op != ARROW && op != POINT)
592 if (mp->m_binary && op != ARROW && op != POINT &&
673 if (!mp->m_binary && rn != NULL)
693 ((mp->m_binary && op != QUEST) && rn->tn_op == CON)) {
702 if (ln->tn_op == CON && (!mp->m_binary || rn->tn_op == CON)) {
785 if (mp->m_binary) {
794 if (!isityp(lt) || (mp->m_binary && !isityp(rt))) {
800 if (!issclt(lt) || (mp->m_binary && !issclt(rt))) {
806 if (!isatyp(lt) || (mp->m_binary
[all...]

Completed in 52 milliseconds