Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h104 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function
272 if (!Bucket || Bucket == getTombstoneVal()) { in StringMap()
351 if (Bucket && Bucket != getTombstoneVal()) in insert()
354 if (Bucket == getTombstoneVal()) in insert()
380 if (Bucket && Bucket != getTombstoneVal()) in try_emplace()
384 if (Bucket == getTombstoneVal()) in try_emplace()
402 if (Bucket && Bucket != getTombstoneVal()) { in clear()
438 if (Bucket && Bucket != getTombstoneVal()) { in ~StringMap()
487 while (*Ptr == nullptr || *Ptr == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()
/external/llvm/include/llvm/ADT/
DStringMap.h97 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function
266 if (!Bucket || Bucket == getTombstoneVal()) { in StringMap()
347 if (Bucket && Bucket != getTombstoneVal()) in insert()
350 if (Bucket == getTombstoneVal()) in insert()
376 if (Bucket && Bucket != getTombstoneVal()) in emplace_second()
380 if (Bucket == getTombstoneVal()) in emplace_second()
398 if (Bucket && Bucket != getTombstoneVal()) { in clear()
434 if (Bucket && Bucket != getTombstoneVal()) { in ~StringMap()
483 while (*Ptr == nullptr || *Ptr == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()
/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp82 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()
127 if (BucketItem == getTombstoneVal()) { in FindKey()
169 TheTable[Bucket].Item = getTombstoneVal(); in RemoveKey()
203 if (IB->Item && IB->Item != getTombstoneVal()) { in RehashTable()
/external/llvm/lib/Support/
DStringMap.cpp99 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()
144 if (BucketItem == getTombstoneVal()) { in FindKey()
186 TheTable[Bucket] = getTombstoneVal(); in RemoveKey()
227 if (Bucket && Bucket != getTombstoneVal()) { in RehashTable()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp100 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()
144 if (BucketItem == getTombstoneVal()) { in FindKey()
186 TheTable[Bucket] = getTombstoneVal(); in RemoveKey()
225 if (Bucket && Bucket != getTombstoneVal()) { in RehashTable()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h105 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function
324 if (Bucket.Item && Bucket.Item != getTombstoneVal()) in insert()
327 if (Bucket.Item == getTombstoneVal()) in insert()
344 if (I->Item && I->Item != getTombstoneVal()) { in clear()
361 if (Bucket.Item && Bucket.Item != getTombstoneVal()) in GetOrCreateValue()
367 if (Bucket.Item == getTombstoneVal()) in GetOrCreateValue()
448 while (Ptr->Item == 0 || Ptr->Item == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()