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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c3896 tree orig_rhs;
3901 orig_rhs = rhs;
3925 stmt = build2 (OMP_ATOMIC, void_type_node, orig_lhs, orig_rhs);
3895 tree orig_rhs; local
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c5081 tree orig_lhs = lhs, orig_rhs = rhs;
5177 if (code != orig_code || lhs != orig_lhs || rhs != orig_rhs)
5050 tree orig_lhs = lhs, orig_rhs = rhs; local

Completed in 125 milliseconds