Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
391 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); destroyAll() local
427 const KeyT TombstoneKey = getTombstoneKey(); moveFromOldBuckets() local
648 const KeyT TombstoneKey = getTombstoneKey(); LookupBucketFor() local
971 const KeyT TombstoneKey = this->getTombstoneKey(); swap() local
1083 const KeyT TombstoneKey = this->getTombstoneKey(); grow() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h91 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp758 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); getTombstoneKey() local
3422 static ReachabilityQueryInfo<ToTy> TombstoneKey; global() member