Searched defs:rhs1addr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 392 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, false); in c_finish_omp_atomic() local 414 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, false); in c_finish_omp_atomic() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 611 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, false); in c_finish_omp_atomic() local 633 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, false); in c_finish_omp_atomic() local
|