Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c1390 if (get_last_expr_from_expression_stmt(expr->left)) { in __comparison_match_condition()
1391 left = get_last_expr_from_expression_stmt(expr->left); in __comparison_match_condition()
1394 if (get_last_expr_from_expression_stmt(expr->right)) { in __comparison_match_condition()
1395 right = get_last_expr_from_expression_stmt(expr->right); in __comparison_match_condition()
H A Dsmatch_extra.c1987 if (get_last_expr_from_expression_stmt(left_orig)) { in match_comparison()
1988 left = get_last_expr_from_expression_stmt(left_orig); in match_comparison()
1991 if (get_last_expr_from_expression_stmt(right_orig)) { in match_comparison()
1992 right = get_last_expr_from_expression_stmt(right_orig); in match_comparison()
H A Dsmatch_helper.c1035 struct expression *get_last_expr_from_expression_stmt(struct expression *expr) in get_last_expr_from_expression_stmt() function
H A Dsmatch.h450 struct expression *get_last_expr_from_expression_stmt(struct expression *expr);