Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_string_len.c38 static int handle_format(struct expression *call, char **pp, int *arg_nr, bool use_max) in handle_format() argument
144 if (use_max) { in handle_format()
178 int get_formatted_string_size_helper(struct expression *call, int arg, bool use_max) in get_formatted_string_size_helper() argument
194 count += handle_format(call, &p, &arg, use_max); in get_formatted_string_size_helper()
H A Dsmatch_ranges.c300 static int get_val_from_key(int use_max, struct symbol *type, const char *c, struct expression *cal… in get_val_from_key() argument
306 if (use_max) in get_val_from_key()
316 if (use_max && get_implied_max(arg, &tmp)) { in get_val_from_key()
323 if (!use_max && get_implied_min(arg, &tmp)) { in get_val_from_key()
433 static sval_t parse_val(int use_max, struct expression *call, struct symbol *type, const char *c, c… in parse_val() argument