/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_imaginary_absolute.c | 81 add_merge_hook(my_id, &merge_is_empty); in register_imaginary_absolute()
|
H A D | smatch_statement_count.c | 84 add_merge_hook(my_id, &merge_states); in register_statement_count()
|
H A D | smatch_param_compare_limit.c | 361 add_merge_hook(compare_id, &merge_compare_states); in register_param_compare_limit() 372 add_merge_hook(link_id, &merge_links); in register_param_compare_limit_links()
|
H A D | smatch_links.c | 106 add_merge_hook(link_id, &merge_link_states); in set_up_link_functions()
|
H A D | check_syscall_arg_type.c | 165 add_merge_hook(my_id, &merge_states); in check_syscall_arg_type()
|
H A D | smatch_real_absolute.c | 147 add_merge_hook(my_id, &merge_estates); in register_real_absolute()
|
H A D | check_missing_break.c | 182 add_merge_hook(my_id, &merge_hook); in check_missing_break()
|
H A D | smatch_param_limit.c | 204 add_merge_hook(my_id, &merge_estates); in register_param_limit()
|
H A D | smatch_param_filter.c | 212 add_merge_hook(my_id, &merge_estates); in register_param_filter()
|
H A D | smatch_param_to_mtag_data.c | 218 add_merge_hook(my_id, &merge_tag_info); in register_param_to_mtag_data()
|
H A D | smatch_hooks.c | 105 void add_merge_hook(int client_id, merge_func_t *func) in add_merge_hook() function
|
H A D | smatch_stored_conditions.c | 249 add_merge_hook(link_id, &merge_links); in register_stored_conditions_links()
|
H A D | smatch_param_set.c | 337 add_merge_hook(my_id, &merge_estates); in register_param_set()
|
H A D | smatch_strlen.c | 344 add_merge_hook(my_strlen_id, &merge_estates); in register_strlen()
|
H A D | smatch_buf_size.c | 920 add_merge_hook(my_size_id, &merge_estates); in register_buf_size() 971 add_merge_hook(my_size_id, &merge_size_func); in register_buf_size()
|
H A D | smatch_constraints.c | 520 add_merge_hook(my_id, &merge_func); in register_constraints()
|
H A D | smatch_bits.c | 467 add_merge_hook(my_id, &merge_bstates); in register_bits()
|
H A D | smatch_container_of.c | 644 add_merge_hook(param_id, &merge_str_state); in register_container_of2()
|
H A D | smatch_buf_comparison.c | 851 add_merge_hook(link_id, &merge_links); in register_buf_comparison_links()
|
H A D | smatch_comparison.c | 2606 add_merge_hook(comparison_id, &merge_compare_states); in register_comparison() 2625 add_merge_hook(link_id, &merge_links); in register_comparison_links()
|
H A D | smatch_kernel_user_data.c | 1500 add_merge_hook(my_id, &merge_estates); in register_kernel_user_data()
|
H A D | check_locking.c | 1276 add_merge_hook(my_id, &merge_func); in check_locking()
|
H A D | smatch_extra.c | 2896 add_merge_hook(my_id, &merge_estates); in register_smatch_extra() 2939 add_merge_hook(link_id, &merge_link_states); in register_smatch_extra_late()
|
H A D | smatch.h | 168 void add_merge_hook(int client_id, merge_func_t *func);
|