Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_constraints_required.c133 struct expression *mult_left, *mult_right; in handle_zero_size_arrays() local
136 mult_left = strip_expr(right->left); in handle_zero_size_arrays()
139 if (get_implied_value(mult_left, &sval) && in handle_zero_size_arrays()
144 size = mult_left; in handle_zero_size_arrays()
191 struct expression *mult_left, *mult_right; in match_alloc_helper() local
193 mult_left = strip_expr(size->left); in match_alloc_helper()
196 if (get_implied_value(mult_left, &sval) && in match_alloc_helper()
201 size = mult_left; in match_alloc_helper()
H A Dsmatch_buf_comparison.c173 struct expression *mult_left, *mult_right; in match_alloc_helper() local
175 mult_left = strip_expr(size->left); in match_alloc_helper()
178 if (get_implied_value(mult_left, &sval) && in match_alloc_helper()
183 size = mult_left; in match_alloc_helper()