HomeSort by: relevance | last modified time | path
    Searched refs:m_binary (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint1/
op.h 40 bool m_binary: 1; member in struct:__anonc3a3fd470108
ckbool.c 137 bool binary = mp->m_binary;
161 bool binary = mp->m_binary;
tree.c 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)))
    [all...]
lint1.h 697 return modtab[tn->tn_op].m_binary;

Completed in 15 milliseconds