Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_impossible.c33 static void handle_compare(struct expression *left, int op, struct expression *right) in handle_compare() function
65 handle_compare(expr->left, expr->op, expr->right); in match_condition()
67 handle_compare(expr, SPECIAL_NOTEQUAL, zero_expr()); in match_condition()
H A Dsmatch_kernel_user_data.c702 static void handle_compare(struct expression *expr) in handle_compare() function
803 handle_compare(expr); in match_condition()