Home
last modified time | relevance | path

Searched refs:old_p (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-phinodes.c437 use_operand_p old_p, new_p; in remove_phi_arg_num() local
438 old_p = gimple_phi_arg_imm_use_ptr (phi, num_elem - 1); in remove_phi_arg_num()
441 *(new_p->use) = *(old_p->use); in remove_phi_arg_num()
442 relink_imm_use (new_p, old_p); in remove_phi_arg_num()
H A Dsel-sched-ir.c1035 bool old_p = nop_pool.n != 0; in get_nop_from_pool() local
1038 if (old_p) in get_nop_from_pool()
1045 if (old_p) in get_nop_from_pool()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-phinodes.c399 use_operand_p old_p, new_p; in remove_phi_arg_num() local
400 old_p = gimple_phi_arg_imm_use_ptr (phi, num_elem - 1); in remove_phi_arg_num()
403 *(new_p->use) = *(old_p->use); in remove_phi_arg_num()
404 relink_imm_use (new_p, old_p); in remove_phi_arg_num()
H A Dsel-sched-ir.c1036 bool old_p = nop_pool.n != 0; in get_nop_from_pool() local
1039 if (old_p) in get_nop_from_pool()
1046 if (old_p) in get_nop_from_pool()
/dragonfly/contrib/tcsh-6/
H A Dsh.c199 char *old_p; in add_localedir_to_nlspath() local
207 for (old_p = old; old_p; old_p = strchr(old_p, ':'), in add_localedir_to_nlspath()
208 old_p = old_p ? old_p + 1 : NULL) { in add_localedir_to_nlspath()
209 if (strncmp(old_p, path, pathlen) != 0) in add_localedir_to_nlspath()
211 if (strncmp(old_p + pathlen, msgs_LOC, sizeof(msgs_LOC) - 1) == 0) in add_localedir_to_nlspath()
213 else if (strncmp(old_p + pathlen, msgs_lang, in add_localedir_to_nlspath()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dstabs.c4358 const char *old_p; in stab_demangle_template() local
4362 old_p = *pp; in stab_demangle_template()
4375 while (*old_p != '\0' && ! done) in stab_demangle_template()
4377 switch (*old_p) in stab_demangle_template()
4392 ++old_p; in stab_demangle_template()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dstabs.c4237 const char *old_p; in stab_demangle_template() local
4241 old_p = *pp; in stab_demangle_template()
4254 while (*old_p != '\0' && ! done) in stab_demangle_template()
4256 switch (*old_p) in stab_demangle_template()
4271 ++old_p; in stab_demangle_template()