Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringMap.h95 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function
313 if (Bucket && Bucket != getTombstoneVal()) in insert()
316 if (Bucket == getTombstoneVal()) in insert()
333 if (Bucket && Bucket != getTombstoneVal()) in insert()
337 if (Bucket == getTombstoneVal()) in insert()
356 if (Bucket && Bucket != getTombstoneVal()) { in clear()
392 if (Bucket && Bucket != getTombstoneVal()) { in ~StringMap()
441 while (*Ptr == nullptr || *Ptr == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()
/external/llvm/lib/Support/
DStringMap.cpp85 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()
130 if (BucketItem == getTombstoneVal()) { in FindKey()
172 TheTable[Bucket] = getTombstoneVal(); in RemoveKey()
213 if (Bucket && Bucket != getTombstoneVal()) { in RehashTable()