Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dsemantics.c4030 tree orig_rhs; in finish_omp_atomic() local
4035 orig_rhs = rhs; in finish_omp_atomic()
4059 stmt = build2 (OMP_ATOMIC, void_type_node, orig_lhs, orig_rhs); in finish_omp_atomic()
/freebsd-10-stable/contrib/gcc/
Dfold-const.c5052 tree orig_lhs = lhs, orig_rhs = rhs; in fold_truthop() local
5148 if (code != orig_code || lhs != orig_lhs || rhs != orig_rhs) in fold_truthop()