Searched refs:set_extra_mod (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | smatch_extra.c | 351 void set_extra_mod(const char *name, struct symbol *sym, struct expression *expr, struct smatch_sta… in set_extra_mod() function 430 set_extra_mod(name, sym, expr, state); in set_extra_expr_mod() 857 set_extra_mod(sm->name, sm->sym, condition->unop, alloc_estate_sval(after_value)); in while_count_down_after() 906 set_extra_mod(sm->name, sm->sym, iter_expr, state); in __extra_pre_loop_hook_after() 959 set_extra_mod(tmp->name, tmp->sym, expr, alloc_estate_whole(estate_type(tmp->state))); in clear_the_pointed_at() 1159 set_extra_mod(name, sym, left, state); in match_vanilla_assign() 1224 set_extra_mod(name, sym, left, alloc_estate_rl(rl)); in match_assign() 1227 set_extra_mod(name, sym, left, alloc_estate_whole(left_type)); in match_assign() 2634 set_extra_mod(name, sym, NULL, alloc_estate_rl(new)); in db_param_limit_filter() 2640 set_extra_mod(other_name, other_sym, NULL, alloc_estate_rl(new)); in db_param_limit_filter() [all …]
|
| H A D | smatch_extra.h | 171 void set_extra_mod(const char *name, struct symbol *sym, struct expression *expr, struct smatch_sta…
|
| H A D | smatch_function_hooks.c | 285 set_extra_mod(var_name, sym, expr->left, estate); in assign_ranged_funcs()
|