Home
last modified time | relevance | path

Searched refs:add_unmatched_state_hook (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_imaginary_absolute.c80 add_unmatched_state_hook(my_id, &empty_state); in register_imaginary_absolute()
H A Dcheck_template.c105 add_unmatched_state_hook(my_id, &unmatched_state); in check_template()
H A Dsmatch_real_absolute.c146 add_unmatched_state_hook(my_id, &empty_state); in register_real_absolute()
H A Dcheck_frees_param_strict.c161 add_unmatched_state_hook(my_id, &unmatched_state); in check_frees_param_strict()
H A Dcheck_missing_break.c181 add_unmatched_state_hook(my_id, &unmatched_state); in check_missing_break()
H A Dsmatch_param_limit.c203 add_unmatched_state_hook(my_id, &unmatched_state); in register_param_limit()
H A Dsmatch_param_filter.c210 add_unmatched_state_hook(my_id, &unmatched_state); in register_param_filter()
H A Dcheck_nospec.c259 add_unmatched_state_hook(my_id, &unmatched_state); in check_nospec()
H A Dcheck_deref.c285 add_unmatched_state_hook(my_id, &unmatched_state); in check_deref()
H A Dsmatch_hooks.c113 void add_unmatched_state_hook(int client_id, unmatched_func_t *func) in add_unmatched_state_hook() function
H A Dsmatch_param_set.c336 add_unmatched_state_hook(my_id, &unmatched_state); in register_param_set()
H A Dcheck_free_strict.c361 add_unmatched_state_hook(my_id, &unmatched_state); in check_free_strict()
H A Dsmatch_capped.c339 add_unmatched_state_hook(my_id, &unmatched_state); in register_capped()
H A Dsmatch_strlen.c338 add_unmatched_state_hook(my_strlen_id, &unmatched_strlen_state); in register_strlen()
H A Dcheck_atomic_inc_dec.c434 add_unmatched_state_hook(my_id, &unmatched_state); in check_atomic_inc_dec()
H A Dsmatch_bits.c466 add_unmatched_state_hook(my_id, &unmatched_state); in register_bits()
H A Dsmatch_buf_comparison.c804 add_unmatched_state_hook(size_id, &unmatched_state); in register_buf_comparison()
H A Dsmatch_buf_size.c919 add_unmatched_state_hook(my_size_id, &unmatched_size_state); in register_buf_size()
H A Dsmatch_kernel_user_data.c1497 add_unmatched_state_hook(my_id, &empty_state); in register_kernel_user_data()
H A Dcheck_locking.c1274 add_unmatched_state_hook(my_id, &unmatched_state); in check_locking()
H A Dsmatch.h169 void add_unmatched_state_hook(int client_id, unmatched_func_t *func);
H A Dsmatch_comparison.c2604 add_unmatched_state_hook(comparison_id, unmatched_comparison); in register_comparison()
H A Dsmatch_extra.c2897 add_unmatched_state_hook(my_id, &unmatched_state); in register_smatch_extra()