Searched refs:strip_expr_helper (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_helper.c | 733 static struct expression *strip_expr_helper(struct expression *expr, bool set_parent) in strip_expr_helper() function 746 return strip_expr_helper(expr->cast_expression, set_parent); in strip_expr_helper() 760 unop = strip_expr_helper(expr->unop, set_parent); in strip_expr_helper() 768 return strip_expr_helper(unop->unop, set_parent); in strip_expr_helper() 781 return strip_expr_helper(expr->cond_true, set_parent); in strip_expr_helper() 785 return strip_expr_helper(expr->conditional, set_parent); in strip_expr_helper() 790 return strip_expr_helper(expr->cond_false, set_parent); in strip_expr_helper() 799 return strip_expr_helper(expr, set_parent); in strip_expr_helper() 808 return strip_expr_helper(expr, false); in strip_expr() 813 return strip_expr_helper(expr, true); in strip_expr_set_parent()
|