Searched refs:orig_rhs (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c6850 tree orig_rhs;
6858 orig_rhs = rhs;
6934 stmt = build2 (MODIFY_EXPR, void_type_node, orig_lhs, orig_rhs);
6936 stmt = build2 (opcode, void_type_node, orig_lhs, orig_rhs);
6849 tree orig_rhs; local
H A Dconstexpr.c1645 tree orig_rhs = TREE_OPERAND (t, 1); local
1653 rhs = cxx_eval_constant_expression (ctx, orig_rhs, /*lval*/false,
1664 if (lhs == orig_lhs && rhs == orig_rhs)
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c5726 tree orig_rhs = rhs;
5959 ? expr_loc : location, type, orig_rhs);
5704 tree orig_rhs = rhs; local
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c5373 tree orig_lhs = lhs, orig_rhs = rhs;
5412 if (rhs != orig_rhs || lhs != orig_lhs)
5348 tree orig_lhs = lhs, orig_rhs = rhs; local

Completed in 156 milliseconds