Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c1328 orig_comparison = get_comparison(left_expr, right_expr); in handle_comparison()
1545 comparison = get_comparison(r_left, r_right); in match_assign_sub()
1749 int get_comparison(struct expression *a, struct expression *b) in get_comparison() function
H A Dsmatch_buf_comparison.c380 comparison = get_comparison(offset, size); in buf_comparison_index_ok()
H A Dcheck_debug.c466 comparison = get_comparison(one, two); in match_compare()
H A Dsmatch_kernel_user_data.c132 comparison = get_comparison(expr->left, expr->right); in binop_capped()
H A Dsmatch.h1123 int get_comparison(struct expression *left, struct expression *right);
H A Dsmatch_math.c379 comparison = get_comparison(expr->left, expr->right); in handle_subtract_rl()