Home
last modified time | relevance | path

Searched refs:new_v (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dnested.c657 tOptionValue * new_v = C(tOptionValue *, arg_list->apzArgs[ix]); in sort_list() local
665 while (strcmp(old_v->pzName, new_v->pzName) > 0) { in sort_list()
676 arg_list->apzArgs[iy+1] = VOIDP(new_v); in sort_list()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-eliminations.cc691 rtvec new_v = gen_rtvec_v (XVECLEN (x, i), in lra_eliminate_regs_1() local
698 XVEC (x, i) = new_v; in lra_eliminate_regs_1()
Dreload1.cc2915 rtvec new_v = gen_rtvec_v (XVECLEN (x, i), in eliminate_regs_1() local
2922 XVEC (x, i) = new_v; in eliminate_regs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-19986465 and `new_v' to NULL_TREE.