Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_access_ok_math.c40 if (get_implied_max(expr, &max)) in can_overflow()
H A Dsmatch_common_functions.c54 if (!get_implied_max(limit, &bound)) in match_strnlen()
H A Dcheck_precedence.c39 if (!get_implied_max(expr, &sval) || sval.uvalue > 1) in is_bool_from_context()
H A Dcheck_uninitialized.c118 if (get_implied_max(expr->left, &max) && max.value == 0) in match_negative_comparison()
H A Dsmatch_strlen.c197 if (!get_implied_max(limit_expr, &limit)) in match_strlcpycat()
H A Dcheck_kernel.c220 if (get_implied_max(size_arg, &tmp) && tmp.uvalue < max.value) in match_next_bit()
H A Dsmatch_buf_size.c769 if (get_implied_max(size_expr, &size)) { in match_strndup()
H A Dcheck_debug.c189 if (get_implied_max(arg, &sval)) in match_print_implied_max()
H A Dsmatch.h411 int get_implied_max(struct expression *expr, sval_t *val);
H A Dsmatch_math.c1661 int get_implied_max(struct expression *expr, sval_t *sval) in get_implied_max() function
H A Dsmatch_ranges.c316 if (use_max && get_implied_max(arg, &tmp)) { in get_val_from_key()