Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_stored_conditions.c141 static struct smatch_state *alloc_state(struct expression *expr, int is_true) in alloc_state() function
207 true_state = alloc_state(expr, TRUE); in __stored_condition()
208 false_state = alloc_state(expr, FALSE); in __stored_condition()