Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_common_functions.c33 max = get_array_size_bytes_max(str); in match_strlen()
H A Dcheck_memcpy_overflow.c68 struct_bytes = get_array_size_bytes_max(deref); in bytes_to_end_of_struct()
249 has = get_array_size_bytes_max(dest); in match_limited()
H A Dsmatch_buf_size.c555 int get_array_size_bytes_max(struct expression *expr) in get_array_size_bytes_max() function
598 return bytes_to_elements(expr, get_array_size_bytes_max(expr)); in get_array_size()
H A Dcheck_debug.c399 bytes = get_array_size_bytes_max(arg); in match_buf_size()
H A Dsmatch.h1063 int get_array_size_bytes_max(struct expression *expr);