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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/native_type/
H A Dnative_priority_queue.hpp188 modify(const_reference r_old, const_reference r_new) argument
191 this->push(r_new);
/haiku-buildtools/gcc/gcc/
H A Ddwarf2cfi.c2158 dw_cfi_ref r_old = NULL, r_new = NULL;
2163 r_new = (*new_row->reg_save)[i];
2165 if (r_old == r_new)
2167 else if (r_new == NULL)
2169 else if (!cfi_equal_p (r_old, r_new))
2170 add_cfi (r_new);
2155 dw_cfi_ref r_old = NULL, r_new = NULL; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-score.c7027 int r_new; local
7032 r_new = s3_RELAX_NEW (fragp->fr_subtype);
7042 memcpy (backup, fragp->fr_literal + r_old, r_new);
7043 fragp->fr_fix = r_new;
H A Dtc-score7.c6578 int r_new;
6583 r_new = s7_RELAX_NEW (fragp->fr_subtype);
6593 memcpy (backup, fragp->fr_literal + r_old, r_new);
6594 fragp->fr_fix = r_new;
6570 int r_new; local

Completed in 175 milliseconds