Searched refs:expr_equiv (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_integer_overflow.c | 121 if (!expr_equiv(left->left, right) && !expr_equiv(left->right, right)) in match_overflow_to_less_than() 216 if (expr_equiv(arg, expr)) in get_arg_nr() 239 if (expr_equiv(arg, expr->left)) { in check_links() 242 } else if (expr_equiv(arg, expr->right)) { in check_links()
|
H A D | check_passes_sizeof.c | 59 if (arg && expr_equiv(arg, size_arg)) in get_buf_number() 64 if (expr_equiv(arg, size_arg)) in get_buf_number()
|
H A D | check_zero_to_err_ptr.c | 44 if (expr_equiv(expr, next)) in next_line_is_if() 74 return expr_equiv(next, arg); in next_line_checks_IS_ERR()
|
H A D | smatch_buf_comparison.c | 54 if (expr1 && expr2 && expr_equiv(expr1, expr2)) in merge_links() 495 if (!expr_equiv(size, left)) in match_size_binop() 553 if (expr_equiv(arg, size) || in buf_size_param_comparison()
|
H A D | check_or_vs_and.c | 39 return expr_equiv(one, two); in expr_equiv_no_inc_dec()
|
H A D | check_uninitialized.c | 289 if (parent->type == EXPR_ASSIGNMENT && expr_equiv(parent->left, expr)) in is_being_modified()
|
H A D | smatch_container_of.c | 169 if (expr_equiv(one, two)) in get_shared_str()
|
H A D | smatch_helper.c | 1209 int expr_equiv(struct expression *one, struct expression *two) in expr_equiv() function
|
H A D | smatch_extra.c | 1924 if (!expr_equiv(left->left, right) && !expr_equiv(left->right, right)) in handle_integer_overflow_test()
|
H A D | smatch.h | 466 int expr_equiv(struct expression *one, struct expression *two);
|
H A D | smatch_comparison.c | 841 return expr_equiv(expr->left, expr->right); in is_self_assign()
|