Searched refs:set_true_false_states (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_impossible.c | 50 set_true_false_states(my_id, "impossible", NULL, in handle_compare() 57 set_true_false_states(my_return_id, "impossible", NULL, in handle_compare()
|
H A D | smatch_integer_overflow.c | 92 set_true_false_states(my_id, name, sym, NULL, safe_state(binop)); in match_divide() 127 set_true_false_states(my_id, name, sym, NULL, safe_state(left)); in match_overflow_to_less_than()
|
H A D | smatch_parsed_conditions.c | 60 set_true_false_states(my_id, name, NULL, &true_path, &false_path); in record_condition()
|
H A D | check_readl_infinite_loops.c | 88 set_true_false_states(my_id, "depends on", NULL, &readl_ff, &readl_00); in check_condition()
|
H A D | smatch_stored_conditions.c | 209 set_true_false_states(my_id, name, NULL, true_state, false_state); in __stored_condition()
|
H A D | smatch_param_compare_limit.c | 166 set_true_false_states(compare_id, state_name, NULL, true_state, false_state); in __compare_param_limit_hook()
|
H A D | check_uninitialized.c | 127 set_true_false_states(my_id, sm->name, sm->sym, NULL, &initialized); in match_negative_comparison()
|
H A D | smatch_states.c | 556 void set_true_false_states(int owner, const char *name, struct symbol *sym, in set_true_false_states() function 597 set_true_false_states(owner, name, sym, true_state, false_state); in set_true_false_states_expr()
|
H A D | smatch_extra.c | 519 set_true_false_states(SMATCH_EXTRA, new_name, new_sym, true_state, false_state); in set_extra_true_false() 525 set_true_false_states(SMATCH_EXTRA, name, sym, true_state, false_state); in set_extra_true_false() 535 set_true_false_states(SMATCH_EXTRA, rel->name, rel->sym, in set_extra_true_false() 564 set_true_false_states(SMATCH_EXTRA, name, sym, in set_extra_chunk_true_false()
|
H A D | smatch_comparison.c | 1105 set_true_false_states(comparison_id, state_name, NULL, true_state, false_state); in update_tf_links() 1205 set_true_false_states(comparison_id, state_name, NULL, NULL, false_state); in handle_for_loops() 1346 set_true_false_states(comparison_id, state_name, NULL, true_state, false_state); in handle_comparison()
|
H A D | smatch.h | 366 void set_true_false_states(int owner, const char *name, struct symbol *sym,
|