Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_get_user_overflow.c41 struct smatch_state *left_min_false = NULL; in match_condition() local
56 left_min_false = &capped; in match_condition()
76 left_min_false = &capped; in match_condition()
85 set_true_false_states_expr(my_min_id, expr->left, left_min_true, left_min_false); in match_condition()