Home
last modified time | relevance | path

Searched refs:get_size_variable (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_buffer_too_small_for_struct.c52 size_expr = get_size_variable(expr->right, &limit_type); in match_assign()
91 size_expr = get_size_variable(right, &limit_type); in match_dereferences()
H A Dsmatch_buf_comparison.c244 struct expression *get_size_variable(struct expression *buf, int *limit_type) in get_size_variable() function
278 size = get_size_variable(array, &limit_type); in array_check()
376 size = get_size_variable(array, &limit_type); in buf_comparison_index_ok()
538 size = get_size_variable(array, limit_type); in buf_size_param_comparison()
H A Dcheck_off_by_one_relative.c43 size = get_size_variable(array, &limit_type); in array_check()
H A Dsmatch_constraints_required.c290 size = get_size_variable(expr->right, &limit_type); in match_assign_has_buf_comparison()
H A Dcheck_debug.c401 comp = get_size_variable(arg, &limit_type); in match_buf_size()
H A Dsmatch.h1235 struct expression *get_size_variable(struct expression *buf, int *limit_type);