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 143 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic) macro
  /src/usr.bin/xlint/lint1/
tree.c 1050 if (!is_arithmetic(lt) || !is_arithmetic(rt))
1587 if (is_arithmetic(lt) && is_arithmetic(rt))
2821 if (is_arithmetic(lt) && is_arithmetic(rt))
2926 if (!is_arithmetic(lt) ||
2927 (mp->m_binary && !is_arithmetic(rt))) {
3189 if (is_arithmetic(lt) && (is_arithmetic(rt) || rt == BOOL)
    [all...]

Completed in 15 milliseconds