Home
last modified time | relevance | path

Searched refs:add_modification_hook (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_container_of.c67 add_modification_hook(my_id, &is_ok); in check_container_of()
H A Dsmatch_imaginary_absolute.c82 add_modification_hook(my_id, &reset); in register_imaginary_absolute()
H A Dcheck_wine_filehandles.c95 add_modification_hook(my_id, ok_to_use); in check_wine_filehandles()
H A Dcheck_dma_mapping_error.c83 add_modification_hook(my_id, &ok_to_use); in check_dma_mapping_error()
H A Dcheck_frees_param.c102 add_modification_hook(my_id, &set_ignore); in check_frees_param()
H A Dcheck_deref_check.c96 add_modification_hook(my_id, &underef); in check_deref_check()
H A Dcheck_expects_err_ptr.c92 add_modification_hook(my_id, &set_ok); in check_expects_err_ptr()
H A Dcheck_snprintf.c85 add_modification_hook(my_id, &ok_to_use); in check_snprintf()
H A Dcheck_testing_index_after_use.c114 add_modification_hook(my_used_id, &delete); in check_testing_index_after_use()
H A Dsmatch_strlen.c343 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 Dcheck_return_efault.c131 add_modification_hook(my_id, &ok_to_use); in check_return_efault()
H A Dsmatch_links.c107 add_modification_hook(link_id, &match_link_modify); in set_up_link_functions()
H A Dcheck_dereferences_param.c127 add_modification_hook(my_id, &set_ignore); in check_dereferences_param()
H A Dcheck_dev_queue_xmit.c130 add_modification_hook(my_id, ok_to_use); in check_dev_queue_xmit()
H A Dcheck_pointer_math.c136 add_modification_hook(my_id, &set_undefined); in check_pointer_math()
H A Dsmatch_assigned_expr.c143 add_modification_hook(my_id, &undef); in register_assigned_expr()
H A Dcheck_frees_param_strict.c158 add_modification_hook(my_id, &set_ignore); in check_frees_param_strict()
H A Dcheck_check_deref.c166 add_modification_hook(my_id, &is_ok); in check_check_deref()
H A Dcheck_double_checking.c281 add_modification_hook(my_id, &set_modified); in check_double_checking()
H A Dsmatch_return_to_param.c231 add_modification_hook(my_id, &undef); in register_return_to_param()
H A Dcheck_free.c299 add_modification_hook(my_id, &ok_to_use); in check_free()
H A Dsmatch_modification_hooks.c72 void add_modification_hook(int owner, modification_hook *call_back) in add_modification_hook() function
H A Dcheck_deref.c286 add_modification_hook(my_id, &is_ok); in check_deref()
H A Dcheck_err_ptr_deref.c231 add_modification_hook(my_id, &ok_to_use); in check_err_ptr_deref()
H A Dsmatch_stored_conditions.c250 add_modification_hook(link_id, &match_link_modify); in register_stored_conditions_links()

12