Home
last modified time | relevance | path

Searched refs:poss_true (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_math.c732 int poss_true, poss_false; in do_comparison() local
742 poss_true = possibly_true_rl(left_ranges, expr->op, right_ranges); in do_comparison()
745 if (!poss_true && !poss_false) in do_comparison()
747 if (poss_true && !poss_false) in do_comparison()
749 if (!poss_true && poss_false) in do_comparison()