Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringMap.h91 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function
300 if (Bucket && Bucket != getTombstoneVal()) in insert()
303 if (Bucket == getTombstoneVal()) in insert()
320 if (Bucket && Bucket != getTombstoneVal()) in insert()
324 if (Bucket == getTombstoneVal()) in insert()
343 if (Bucket && Bucket != getTombstoneVal()) { in clear()
379 if (Bucket && Bucket != getTombstoneVal()) { in ~StringMap()
429 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()