Searched refs:get_absolute_min (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_buffer_too_small_for_struct.c | 58 get_absolute_min(size_expr, &min_size); in match_assign() 97 get_absolute_min(size_expr, &min_size); in match_dereferences()
|
H A D | check_string_len.c | 147 get_absolute_min(arg, &sval); in handle_format() 162 get_absolute_min(arg, &min); in handle_format()
|
H A D | check_dma_mapping_error.c | 66 if (!get_absolute_min(ret_value, &min)) in match_return()
|
H A D | check_signed_integer_overflow_check.c | 90 get_absolute_min(expr->right, &right_min); in match_binop()
|
H A D | check_return_efault.c | 75 if (!get_absolute_min(ret_value, &min)) in match_return_var()
|
H A D | check_get_user_overflow.c | 137 get_absolute_min(expr, &sval); in check_expr()
|
H A D | smatch_comparison.c | 1517 get_absolute_min(r_left, &left_tmp); in match_assign_add() 1518 get_absolute_min(r_right, &right_tmp); in match_assign_add() 1542 if (get_absolute_min(r_right, &min) && sval_is_negative(min)) in match_assign_sub()
|
H A D | check_debug.c | 287 if (get_absolute_min(arg, &sval)) in match_print_absolute_min()
|
H A D | smatch_extra.c | 1927 get_absolute_min(left->left, &left_min); in handle_integer_overflow_test() 1928 get_absolute_min(left->right, &right_min); in handle_integer_overflow_test()
|
H A D | smatch.h | 415 int get_absolute_min(struct expression *expr, sval_t *sval);
|
H A D | smatch_math.c | 1767 int get_absolute_min(struct expression *expr, sval_t *sval) in get_absolute_min() function
|