Searched refs:get_size_variable (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_buffer_too_small_for_struct.c | 52 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 D | smatch_buf_comparison.c | 244 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 D | check_off_by_one_relative.c | 43 size = get_size_variable(array, &limit_type); in array_check()
|
H A D | smatch_constraints_required.c | 290 size = get_size_variable(expr->right, &limit_type); in match_assign_has_buf_comparison()
|
H A D | check_debug.c | 401 comp = get_size_variable(arg, &limit_type); in match_buf_size()
|
H A D | smatch.h | 1235 struct expression *get_size_variable(struct expression *buf, int *limit_type);
|