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

  /src/usr.bin/xlint/common/
lint.h 141 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic) macro
  /src/usr.bin/xlint/lint1/
tree.c 1114 if (!is_arithmetic(lt) || !is_arithmetic(rt))
1651 if (is_arithmetic(lt) && is_arithmetic(rt))
2885 if (is_arithmetic(lt) && is_arithmetic(rt))
2990 if (!is_arithmetic(lt) ||
2991 (mp->m_binary && !is_arithmetic(rt))) {
3253 if (is_arithmetic(lt) && (is_arithmetic(rt) || rt == BOOL)
    [all...]

Completed in 21 milliseconds