Home
last modified time | relevance | path

Searched defs:TombstoneKey (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
276 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
482 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h148 const KeyT TombstoneKey = getTombstoneKey(); in clear() local
426 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
462 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
500 const KeyT TombstoneKey = getTombstoneKey(); in copyFrom() local
695 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
995 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1107 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h95 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp763 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local
3467 static ReachabilityQueryInfo<ToTy> TombstoneKey; member