Searched refs:unmatched_state (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_template.c | 54 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 105 add_unmatched_state_hook(my_id, &unmatched_state); in check_template()
|
H A D | check_frees_param_strict.c | 33 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 161 add_unmatched_state_hook(my_id, &unmatched_state); in check_frees_param_strict()
|
H A D | check_missing_break.c | 109 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 181 add_unmatched_state_hook(my_id, &unmatched_state); in check_missing_break()
|
H A D | smatch_param_limit.c | 65 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 203 add_unmatched_state_hook(my_id, &unmatched_state); in register_param_limit()
|
H A D | smatch_param_filter.c | 62 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 210 add_unmatched_state_hook(my_id, &unmatched_state); in register_param_filter()
|
H A D | check_nospec.c | 31 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 259 add_unmatched_state_hook(my_id, &unmatched_state); in check_nospec()
|
H A D | check_deref.c | 54 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 285 add_unmatched_state_hook(my_id, &unmatched_state); in check_deref()
|
H A D | smatch_param_set.c | 42 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 336 add_unmatched_state_hook(my_id, &unmatched_state); in register_param_set()
|
H A D | check_free_strict.c | 45 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 361 add_unmatched_state_hook(my_id, &unmatched_state); in check_free_strict()
|
H A D | smatch_capped.c | 41 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 339 add_unmatched_state_hook(my_id, &unmatched_state); in register_capped()
|
H A D | check_atomic_inc_dec.c | 30 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 434 add_unmatched_state_hook(my_id, &unmatched_state); in check_atomic_inc_dec()
|
H A D | smatch_bits.c | 89 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 466 add_unmatched_state_hook(my_id, &unmatched_state); in register_bits()
|
H A D | smatch_buf_comparison.c | 42 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 804 add_unmatched_state_hook(size_id, &unmatched_state); in register_buf_comparison()
|
H A D | check_locking.c | 487 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 1274 add_unmatched_state_hook(my_id, &unmatched_state); in check_locking()
|
H A D | smatch_extra.c | 923 static struct smatch_state *unmatched_state(struct sm_state *sm) in unmatched_state() function 2897 add_unmatched_state_hook(my_id, &unmatched_state); in register_smatch_extra()
|