Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_signed_integer_overflow_check.c69 sval_t left_val, right_min; in match_binop() local
75 if (!get_value(expr->left, &left_val)) in match_binop()
78 switch (left_val.uvalue) { in match_binop()