Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_implied.c683 static struct expression *get_left_most_expr(struct expression *expr) in get_left_most_expr() function
693 return get_left_most_expr(expr->left); in get_left_most_expr()
742 left = get_left_most_expr(expr->left); in handle_comparison()
743 right = get_left_most_expr(expr->right); in handle_comparison()