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 | 49 * unmatched_state() deals with the case where code is known to be 54 static struct smatch_state *unmatched_state(struct sm_state *sm) function 105 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | check_frees_param_strict.c | 33 static struct smatch_state *unmatched_state(struct sm_state *sm) function 161 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | check_missing_break.c | 109 static struct smatch_state *unmatched_state(struct sm_state *sm) function 181 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_param_filter.c | 62 static struct smatch_state *unmatched_state(struct sm_state *sm) function 210 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_param_limit.c | 65 static struct smatch_state *unmatched_state(struct sm_state *sm) function 203 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | check_deref.c | 54 static struct smatch_state *unmatched_state(struct sm_state *sm) function 285 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | check_free_strict.c | 45 static struct smatch_state *unmatched_state(struct sm_state *sm) function 361 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | check_nospec.c | 31 static struct smatch_state *unmatched_state(struct sm_state *sm) function 259 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_param_set.c | 42 static struct smatch_state *unmatched_state(struct sm_state *sm) function 336 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_capped.c | 41 static struct smatch_state *unmatched_state(struct sm_state *sm) function 339 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_bits.c | 89 static struct smatch_state *unmatched_state(struct sm_state *sm) function 466 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | check_atomic_inc_dec.c | 30 static struct smatch_state *unmatched_state(struct sm_state *sm) function 434 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_buf_comparison.c | 42 static struct smatch_state *unmatched_state(struct sm_state *sm) function 804 add_unmatched_state_hook(size_id, &unmatched_state);
|
H A D | check_locking.c | 487 static struct smatch_state *unmatched_state(struct sm_state *sm) function 1274 add_unmatched_state_hook(my_id, &unmatched_state);
|
H A D | smatch_extra.c | 923 static struct smatch_state *unmatched_state(struct sm_state *sm) function 2897 add_unmatched_state_hook(my_id, &unmatched_state);
|
Completed in 66 milliseconds