Home | History | Annotate | Download | only in lint1

Lines Matching refs:m_binary

2041 	if (ln == NULL || (mp->m_binary && rn == NULL))
2046 if (mp->m_binary && op != ARROW && op != POINT)
2054 if (mp->m_binary && op != ARROW && op != POINT &&
2134 lint_assert(mp->m_binary == (rn != NULL));
2162 if (!mp->m_binary || rn->tn_op == CON) {
2533 bool binary = modtab[op].m_binary;
2910 if (!is_integer(lt) || (mp->m_binary && !is_integer(rt))) {
2916 (mp->m_binary && (!is_integer(rt) && !is_complex(rt)))) {
2921 if (!is_scalar(lt) || (mp->m_binary && !is_scalar(rt))) {
2927 (mp->m_binary && !is_arithmetic(rt))) {
3473 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3495 type_t *rtp = mp->m_binary ? rn->tn_type : NULL;
3496 tspec_t rt = mp->m_binary ? rtp->t_tspec : NO_TSPEC;
5012 if (mp->m_binary)