Searched refs:m_binary (Results 1 – 2 of 2) sorted by relevance
557 if (ln == NULL || (mp->m_binary && rn == NULL)) in build()570 if (mp->m_binary && op != ARROW && op != POINT) in build()592 if (mp->m_binary && op != ARROW && op != POINT && in build()673 if (!mp->m_binary && rn != NULL) in build()693 ((mp->m_binary && op != QUEST) && rn->tn_op == CON)) { in build()702 if (ln->tn_op == CON && (!mp->m_binary || rn->tn_op == CON)) { in build()785 if (mp->m_binary) { in typeok()794 if (!isityp(lt) || (mp->m_binary && !isityp(rt))) { in typeok()800 if (!issclt(lt) || (mp->m_binary && !issclt(rt))) { in typeok()806 if (!isatyp(lt) || (mp->m_binary && !isatyp(rt))) { in typeok()[all …]
38 u_int m_binary : 1; /* binary op. */ member