Home
last modified time | relevance | path

Searched refs:expr_is_zero (Results 1 – 12 of 12) sorted by path

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_continue_vs_break.c39 if (!expr_is_zero(stmt->iterator_post_condition)) in is_do_while_zero()
H A Dcheck_deref.c189 if (!expr_is_zero(expr->right)) in match_assign()
H A Dcheck_double_checking.c50 if (expr_is_zero(expr->left)) in strip_condition()
52 if (expr_is_zero(expr->right)) in strip_condition()
H A Dcheck_locking.c1236 if (!expr_is_zero(ctx)) in match_dma_resv_lock_NULL()
H A Dcheck_uninitialized.c116 if (!expr_is_zero(expr->right)) in match_negative_comparison()
H A Dsmatch.h422 int expr_is_zero(struct expression *expr);
H A Dsmatch_conditions.c81 if (expr_is_zero(expr->left)) { in handle_zero_comparisons()
86 } else if (expr_is_zero(expr->right)) { in handle_zero_comparisons()
H A Dsmatch_flow.c707 if (!expr_is_zero(stmt->iterator_post_condition)) in handle_post_loop()
H A Dsmatch_function_ptrs.c184 if (expr_is_zero(expr)) in get_fnptr_name()
H A Dsmatch_helper.c632 int expr_is_zero(struct expression *expr) in expr_is_zero() function
H A Dsmatch_math.c1839 if (expr_is_zero(expr)) in known_condition_false()
H A Dsmatch_struct_assignment.c413 if (expr_is_zero(expr->right)) in __fake_struct_member_assignments()