Searched refs:rl_truncate_cast (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_extra.c | 1559 left_true = rl_truncate_cast(get_type(strip_expr(left)), left_true); in handle_comparison() 1560 left_false = rl_truncate_cast(get_type(strip_expr(left)), left_false); in handle_comparison() 1561 right_true = rl_truncate_cast(get_type(strip_expr(right)), right_true); in handle_comparison() 1562 right_false = rl_truncate_cast(get_type(strip_expr(right)), right_false); in handle_comparison() 1568 tmp_true = rl_truncate_cast(get_type(strip_expr(left)), tmp_true); in handle_comparison() 1569 tmp_false = rl_truncate_cast(get_type(strip_expr(left)), tmp_false); in handle_comparison() 1578 tmp_true = rl_truncate_cast(get_type(strip_expr(right)), tmp_true); in handle_comparison() 1579 tmp_false = rl_truncate_cast(get_type(strip_expr(right)), tmp_false); in handle_comparison()
|
H A D | smatch_extra.h | 101 struct range_list *rl_truncate_cast(struct symbol *type, struct range_list *rl);
|
H A D | smatch_implied.c | 157 true_rl = rl_truncate_cast(estate_type(sm->state), true_rl); in create_fake_history() 158 false_rl = rl_truncate_cast(estate_type(sm->state), false_rl); in create_fake_history()
|
H A D | smatch_ranges.c | 1409 struct range_list *rl_truncate_cast(struct symbol *type, struct range_list *rl) in rl_truncate_cast() function
|