Home
last modified time | relevance | path

Searched refs:is_true (Results 1 – 3 of 3) 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() argument
146 if (is_true) in alloc_state()
H A Dsmatch_conditions.c632 int is_true; in __handle_select_assigns() local
641 is_true = implied_condition_true(right->conditional); in __handle_select_assigns()
660 if (!is_true) { in __handle_select_assigns()
H A Dsmatch_comparison.c2701 int is_true = 0; in filter_by_sm() local
2720 is_true = 1; in filter_by_sm()
2724 if (!is_true && !is_false && !is_merged(sm)) { in filter_by_sm()
2741 if (is_true) in filter_by_sm()