Searched refs:alloc_my_state (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_macro_side_effects.c | 28 static struct smatch_state *alloc_my_state(struct expression *expr) in alloc_my_state() function 115 set_state_expr(my_id, expr, alloc_my_state(expr)); in match_unop()
|
H A D | check_missing_break.c | 50 static struct smatch_state *alloc_my_state(struct expression *expr) in alloc_my_state() function 92 set_state_expr(my_id, left, alloc_my_state(get_switch_expr())); in match_assign()
|
H A D | smatch_return_to_param.c | 34 static struct smatch_state *alloc_my_state(const char *name, struct symbol *sym) in alloc_my_state() function 181 set_state(my_id, left_name, left_sym, alloc_my_state(right_name, right_sym)); in store_mapping_helper()
|
H A D | smatch_modification_hooks.c | 49 static struct smatch_state *alloc_my_state(struct expression *expr, struct smatch_state *prev) in alloc_my_state() function 120 set_state(my_id, name, sym, alloc_my_state(mod_expr, prev)); in call_modification_hooks_name_sym()
|
H A D | check_deref.c | 45 static struct smatch_state *alloc_my_state(const char *name) in alloc_my_state() function 248 state = alloc_my_state(fn); in match_assign_returns_null()
|