Searched refs:preeval (Results 1 – 1 of 1) sorted by relevance
5779 tree preeval = NULL_TREE; in build_modify_expr() local5787 rhs = stabilize_expr (rhs, &preeval); in build_modify_expr()5805 if (preeval) in build_modify_expr()5806 cond = build2 (COMPOUND_EXPR, TREE_TYPE (lhs), preeval, cond); in build_modify_expr()