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
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
258 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
293 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
470 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
407 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
443 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
664 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
987 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1099 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp759 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local
3425 static ReachabilityQueryInfo<ToTy> TombstoneKey; member