/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_unwind.c | 60 int arg_no = PTR_INT(_arg_no); in print_unwind_functions() 76 int arg_no = PTR_INT(_arg_no); in request_granted() 92 int arg_no = PTR_INT(_arg_no); in request_denied() 107 int arg_no = PTR_INT(_arg_no); in match_release()
|
H A D | check_release_resource.c | 33 int arg_no = PTR_INT(_arg_no); in match_request() 51 int arg_no = PTR_INT(_arg_no); in match_release()
|
H A D | smatch_statement_count.c | 30 left = PTR_INT(s1->data); in merge_states() 31 right = PTR_INT(s2->data); in merge_states()
|
H A D | check_snprintf.c | 48 if (PTR_INT(tmp->state->data) > ret) in get_old_buflen() 49 ret = PTR_INT(tmp->state->data); in get_old_buflen()
|
H A D | check_atomic_inc_dec.c | 237 db_inc_dec(expr, PTR_INT(param), "$->ref.counter", ATOMIC_INC); in refcount_inc() 242 db_inc_dec(expr, PTR_INT(param), "$->ref.counter", ATOMIC_DEC); in refcount_dec() 247 db_inc_dec(expr, PTR_INT(param), "$->power.usage_count.counter", ATOMIC_INC); in pm_runtime_get_sync() 253 db_inc_dec(call_expr, PTR_INT(param), "$->ref.counter", ATOMIC_INC); in match_implies_inc() 259 db_inc_dec(call_expr, PTR_INT(param), "$->counter", ATOMIC_DEC); in match_implies_atomic_dec()
|
H A D | smatch_param_cleared.c | 65 db_param_cleared(expr, PTR_INT(arg), (char *)"$", (char *)"0"); in match_memset() 70 db_param_cleared(expr, PTR_INT(arg), (char *)"$", (char *)""); in match_memcpy()
|
H A D | smatch_annotate.c | 28 int arg = PTR_INT(_arg); in param_caps_return()
|
H A D | check_gfp_dma.c | 31 int arg_nr = PTR_INT(_arg); in match_alloc()
|
H A D | check_proc_create.c | 37 int idx = PTR_INT(_param_type); in match_create()
|
H A D | check_stack.c | 37 int size = PTR_INT(_size); in scope_end()
|
H A D | check_struct_type.c | 24 int size_arg = PTR_INT(_size_arg); in match_assign()
|
H A D | check_resource_size.c | 62 int arg_no = PTR_INT(_arg_no); in match_resource()
|
H A D | check_freeing_devm.c | 32 int arg = PTR_INT(_arg); in match_free_func()
|
H A D | check_frees_param.c | 56 arg = get_argument_from_call_expr(expr->args, PTR_INT(param)); in match_free()
|
H A D | check_dma_on_stack.c | 28 arg = get_argument_from_call_expr(expr->args, PTR_INT(param)); in match_dma_func()
|
H A D | check_wrong_size_arg.c | 24 int param = PTR_INT(_param); in match_parameter()
|
H A D | check_kmalloc_wrong_size.c | 70 int arg_nr = PTR_INT(_arg_nr); in match_calloc()
|
H A D | check_testing_index_after_use.c | 96 boundary = PTR_INT(tmp->state->data); in match_condition()
|
H A D | smatch_common_functions.c | 71 int str_arg = PTR_INT(_arg); in match_sprintf()
|
H A D | check_dev_queue_xmit.c | 89 arg = get_argument_from_call_expr(expr->args, PTR_INT(param)); in match_xmit()
|
H A D | check_rosenberg.c | 131 int arg_no = PTR_INT(_arg_no); in match_clear() 273 int arg = PTR_INT(_arg); in match_copy_to_user()
|
H A D | check_frees_param_strict.c | 70 arg = get_argument_from_call_expr(expr->args, PTR_INT(param)); in match_free()
|
H A D | check_bit_shift.c | 137 int arg_no = PTR_INT(_arg_no); in match_call()
|
H A D | check_unused_ret.c | 161 delete_used(PTR_INT(tmp->state->data)); in delete_used_symbols()
|
H A D | smatch_constraints_required.c | 216 int size_arg = PTR_INT(_size_arg); in match_alloc() 229 int start_arg = PTR_INT(_start_arg); in match_calloc()
|