Lines Matching refs:m_binary
2002 if (ln == NULL || (mp->m_binary && rn == NULL))
2007 if (mp->m_binary && op != ARROW && op != POINT)
2015 if (mp->m_binary && op != ARROW && op != POINT &&
2104 lint_assert(mp->m_binary == (rn != NULL));
2120 (mp->m_binary && op != QUEST && rn->tn_op == CON)) &&
2127 if (!mp->m_binary || rn->tn_op == CON) {
2498 bool binary = modtab[op].m_binary;
2858 if (!is_integer(lt) || (mp->m_binary && !is_integer(rt))) {
2864 (mp->m_binary && (!is_integer(rt) && !is_complex(rt)))) {
2869 if (!is_scalar(lt) || (mp->m_binary && !is_scalar(rt))) {
2875 (mp->m_binary && !is_arithmetic(rt))) {
3420 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3441 type_t *rtp = mp->m_binary ? rn->tn_type : NULL;
3442 tspec_t rt = mp->m_binary ? rtp->t_tspec : NO_TSPEC;
4944 if (mp->m_binary)