Home
last modified time | relevance | path

Searched refs:deleted_index (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.c105 unsigned int deleted_index = table->nslots; in ht_lookup_with_hash() local
118 deleted_index = index; in ht_lookup_with_hash()
138 if (deleted_index != table->nslots) in ht_lookup_with_hash()
139 deleted_index = index; in ht_lookup_with_hash()
152 if (deleted_index != table->nslots) in ht_lookup_with_hash()
153 index = deleted_index; in ht_lookup_with_hash()
H A Dsymtab.cc105 unsigned int deleted_index = table->nslots; in ht_lookup_with_hash() local
118 deleted_index = index; in ht_lookup_with_hash()
138 if (deleted_index != table->nslots) in ht_lookup_with_hash()
139 deleted_index = index; in ht_lookup_with_hash()
152 if (deleted_index != table->nslots) in ht_lookup_with_hash()
153 index = deleted_index; in ht_lookup_with_hash()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c105 unsigned int deleted_index = table->nslots; in ht_lookup_with_hash() local
118 deleted_index = index; in ht_lookup_with_hash()
138 if (deleted_index != table->nslots) in ht_lookup_with_hash()
139 deleted_index = index; in ht_lookup_with_hash()
152 if (deleted_index != table->nslots) in ht_lookup_with_hash()
153 index = deleted_index; in ht_lookup_with_hash()