Home
last modified time | relevance | path

Searched refs:alloc_my_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_macro_side_effects.c28 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 Dcheck_missing_break.c50 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 Dsmatch_return_to_param.c34 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 Dsmatch_modification_hooks.c49 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 Dcheck_deref.c45 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()