Searched refs:new_rhs (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-ccp.c | 2455 tree old_stmt = stmt, rhs, new_rhs; in fold_stmt_inplace() local 2471 new_rhs = fold (rhs); in fold_stmt_inplace() 2472 STRIP_USELESS_TYPE_CONVERSION (new_rhs); in fold_stmt_inplace() 2473 if (new_rhs == rhs) in fold_stmt_inplace() 2476 changed |= set_rhs (&stmt, new_rhs); in fold_stmt_inplace()
|
| HD | gimplify.c | 3477 tree lhs, rhs, new_rhs, other, realpart, imagpart; in gimplify_modify_expr_complex_part() local 3492 new_rhs = build_complex (TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part() 3494 new_rhs = build2 (COMPLEX_EXPR, TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part() 3497 TREE_OPERAND (*expr_p, 1) = new_rhs; in gimplify_modify_expr_complex_part()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | typeck.c | 6413 tree new_rhs = NULL_TREE; in convert_for_assignment() local 6467 new_rhs = convert (type, rhs); in convert_for_assignment()
|