Searched defs:rhs1addr (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-omp.c | 223 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, 0); in c_finish_omp_atomic() local 244 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, 0); in c_finish_omp_atomic() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-omp.c | 385 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, false); in c_finish_omp_atomic() local 407 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, false); in c_finish_omp_atomic() local
|