Home
last modified time | relevance | path

Searched refs:set_undefined (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_pointer_math.c24 static void set_undefined(struct sm_state *sm, struct expression *mod_expr) in set_undefined() function
136 add_modification_hook(my_id, &set_undefined); in check_pointer_math()
H A Dcheck_index_overflow.c354 static void set_undefined(struct sm_state *sm, struct expression *mod_expr) in set_undefined() function
365 add_modification_hook(loop_id, &set_undefined); in check_index_overflow_loop_marker()