Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDStringMap.cpp85 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()
130 if (BucketItem == getTombstoneVal()) { in FindKey()
172 TheTable[Bucket] = getTombstoneVal(); in RemoveKey()
211 if (Bucket && Bucket != getTombstoneVal()) { in RehashTable()
/trueos/contrib/llvm/include/llvm/ADT/
HDStringMap.h96 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function
326 if (Bucket && Bucket != getTombstoneVal()) in insert()
329 if (Bucket == getTombstoneVal()) in insert()
347 if (Bucket && Bucket != getTombstoneVal()) { in clear()
364 if (Bucket && Bucket != getTombstoneVal()) in GetOrCreateValue()
370 if (Bucket == getTombstoneVal()) in GetOrCreateValue()
453 while (*Ptr == 0 || *Ptr == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()