Home
last modified time | relevance | path

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

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