Home
last modified time | relevance | path

Searched refs:old_vec (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.c255 void **old_vec = ht->ht_vec; in hash_rehash() local
266 for (ovp = old_vec; ovp < &old_vec[old_ht_size]; ovp++) in hash_rehash()
275 free (old_vec); in hash_rehash()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf-scan.cc2337 const vec<df_ref, va_heap> *old_vec, in df_install_refs() argument
2342 unsigned int count = old_vec->length (); in df_install_refs()
2372 FOR_EACH_VEC_ELT (*old_vec, ix, this_ref) in df_install_refs()
2374 DF_REF_NEXT_LOC (this_ref) = (ix + 1 < old_vec->length () in df_install_refs()
2375 ? (*old_vec)[ix + 1] in df_install_refs()
2380 return (*old_vec)[0]; in df_install_refs()
2391 df_install_mws (const vec<df_mw_hardreg *, va_heap> *old_vec) in df_install_mws() argument
2393 unsigned int count = old_vec->length (); in df_install_mws()
2397 DF_MWS_NEXT ((*old_vec)[i]) = (*old_vec)[i + 1]; in df_install_mws()
2398 DF_MWS_NEXT ((*old_vec)[count - 1]) = 0; in df_install_mws()
[all …]
H A DChangeLog-200919999 (df_install_refs): Change old_vec parameter to VEC. Remove count
20001 (df_install_mws): Change old_vec parameter to VEC. Remove count
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf-scan.c2336 const vec<df_ref, va_heap> *old_vec, in df_install_refs() argument
2341 unsigned int count = old_vec->length (); in df_install_refs()
2371 FOR_EACH_VEC_ELT (*old_vec, ix, this_ref) in df_install_refs()
2373 DF_REF_NEXT_LOC (this_ref) = (ix + 1 < old_vec->length () in df_install_refs()
2374 ? (*old_vec)[ix + 1] in df_install_refs()
2379 return (*old_vec)[0]; in df_install_refs()
2390 df_install_mws (const vec<df_mw_hardreg *, va_heap> *old_vec) in df_install_mws() argument
2392 unsigned int count = old_vec->length (); in df_install_mws()
2396 DF_MWS_NEXT ((*old_vec)[i]) = (*old_vec)[i + 1]; in df_install_mws()
2397 DF_MWS_NEXT ((*old_vec)[count - 1]) = 0; in df_install_mws()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc3783 vec_copy_and_insert (vec<tree, va_gc> *old_vec, tree elt, unsigned idx) in vec_copy_and_insert() argument
3785 unsigned len = vec_safe_length (old_vec); in vec_copy_and_insert()
3796 new_vec->quick_push ((*old_vec)[i]); in vec_copy_and_insert()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c3545 vec_copy_and_insert (vec<tree, va_gc> *old_vec, tree elt, unsigned idx) in vec_copy_and_insert() argument
3547 unsigned len = vec_safe_length (old_vec); in vec_copy_and_insert()
3558 new_vec->quick_push ((*old_vec)[i]); in vec_copy_and_insert()