Searched refs:get_user_rl (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_kernel_user_data.c | 129 if (expr->op == '-' && get_user_rl(expr->left, &left_rl)) { in binop_capped() 172 if (get_user_rl(expr, &rl)) in user_rl_capped() 194 if (get_user_rl(expr, &rl)) in user_rl_treat_untagged() 594 if (!get_user_rl(binop_expr, &rl)) in handle_op_assign() 639 if (!get_user_rl(expr->right, &rl)) in match_assign() 746 get_user_rl(left, &left_rl); in handle_compare() 747 get_user_rl(right, &right_rl); in handle_compare() 914 if (!get_user_rl(expr->right, &right)) in var_user_rl() 936 get_user_rl(expr->left, &left); in var_user_rl() 937 get_user_rl(expr->right, &right); in var_user_rl() [all …]
|
H A D | check_index_overflow.c | 95 if (!get_user_rl(expr, &rl)) in get_the_max() 302 get_user_rl(offset, &user_rl); in array_check()
|
H A D | check_arm64_tagged.c | 230 if (!get_user_rl(val, &rl)) in match_condition()
|
H A D | check_string_len.c | 255 if (get_user_rl(arg, &rl)) in match_not_limited()
|
H A D | check_nospec.c | 130 if (is_nospec(expr) && get_user_rl(expr, &rl)) in returned_struct_members()
|
H A D | check_memcpy_overflow.c | 43 if (!get_user_rl(expr, &rl)) in get_the_max()
|
H A D | check_debug.c | 210 get_user_rl(arg, &rl); in match_user_rl()
|
H A D | smatch.h | 1080 int get_user_rl(struct expression *expr, struct range_list **rl);
|