/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_container_of.c | 67 add_modification_hook(my_id, &is_ok); in check_container_of()
|
H A D | smatch_imaginary_absolute.c | 82 add_modification_hook(my_id, &reset); in register_imaginary_absolute()
|
H A D | check_wine_filehandles.c | 95 add_modification_hook(my_id, ok_to_use); in check_wine_filehandles()
|
H A D | check_dma_mapping_error.c | 83 add_modification_hook(my_id, &ok_to_use); in check_dma_mapping_error()
|
H A D | check_frees_param.c | 102 add_modification_hook(my_id, &set_ignore); in check_frees_param()
|
H A D | check_snprintf.c | 85 add_modification_hook(my_id, &ok_to_use); in check_snprintf()
|
H A D | check_deref_check.c | 96 add_modification_hook(my_id, &underef); in check_deref_check()
|
H A D | check_expects_err_ptr.c | 92 add_modification_hook(my_id, &set_ok); in check_expects_err_ptr()
|
H A D | check_testing_index_after_use.c | 114 add_modification_hook(my_used_id, &delete); in check_testing_index_after_use()
|
H A D | smatch_strlen.c | 343 add_modification_hook(my_strlen_id, &set_strlen_undefined); in register_strlen() 361 add_modification_hook(my_equiv_id, &set_strlen_equiv_undefined); in register_strlen_equiv()
|
H A D | smatch_links.c | 107 add_modification_hook(link_id, &match_link_modify); in set_up_link_functions()
|
H A D | check_return_efault.c | 131 add_modification_hook(my_id, &ok_to_use); in check_return_efault()
|
H A D | check_dereferences_param.c | 127 add_modification_hook(my_id, &set_ignore); in check_dereferences_param()
|
H A D | check_dev_queue_xmit.c | 130 add_modification_hook(my_id, ok_to_use); in check_dev_queue_xmit()
|
H A D | check_pointer_math.c | 136 add_modification_hook(my_id, &set_undefined); in check_pointer_math()
|
H A D | check_check_deref.c | 166 add_modification_hook(my_id, &is_ok); in check_check_deref()
|
H A D | check_frees_param_strict.c | 158 add_modification_hook(my_id, &set_ignore); in check_frees_param_strict()
|
H A D | smatch_assigned_expr.c | 143 add_modification_hook(my_id, &undef); in register_assigned_expr()
|
H A D | smatch_return_to_param.c | 231 add_modification_hook(my_id, &undef); in register_return_to_param()
|
H A D | check_double_checking.c | 281 add_modification_hook(my_id, &set_modified); in check_double_checking()
|
H A D | check_free.c | 299 add_modification_hook(my_id, &ok_to_use); in check_free()
|
H A D | smatch_modification_hooks.c | 72 void add_modification_hook(int owner, modification_hook *call_back) in add_modification_hook() function
|
H A D | check_err_ptr_deref.c | 231 add_modification_hook(my_id, &ok_to_use); in check_err_ptr_deref()
|
H A D | check_deref.c | 286 add_modification_hook(my_id, &is_ok); in check_deref()
|
H A D | check_index_overflow.c | 365 add_modification_hook(loop_id, &set_undefined); in check_index_overflow_loop_marker()
|