Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c935 static struct smatch_state *get_state_chunk(int owner, struct expression *expr) in get_state_chunk() function
1195 if (get_state_chunk(inc_dec_id, expr->left) != &incremented) in handle_for_loops()
1825 state = get_state_chunk(link_id, expr); in get_all_comparisons()
1849 state = get_state_chunk(link_id, expr); in get_all_possible_equal_comparisons()
1879 state = get_state_chunk(link_id, expr); in get_all_possible_not_equal_comparisons()
2167 state = get_state_chunk(link_id, arg); in match_call_info()