Home
last modified time | relevance | path

Searched defs:EmptyKey (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
272 const KeyT EmptyKey = getEmptyKey(); initEmpty() local
292 const KeyT EmptyKey = getEmptyKey(); moveFromOldBuckets() local
445 const KeyT EmptyKey = getEmptyKey(); InsertIntoBucketImpl() local
469 const KeyT EmptyKey = getEmptyKey(); 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
422 const KeyT EmptyKey = getEmptyKey(); initEmpty() local
442 const KeyT EmptyKey = getEmptyKey(); moveFromOldBuckets() local
639 const KeyT EmptyKey = getEmptyKey(); InsertIntoBucketImpl() local
663 const KeyT EmptyKey = getEmptyKey(); LookupBucketFor() local
986 const KeyT EmptyKey = this->getEmptyKey(); swap() local
1098 const KeyT EmptyKey = this->getEmptyKey(); grow() local
[all...]
/llvm-project/llvm/unittests/Support/
H A DReverseIterationTest.cpp65 static PtrLikeInt EmptyKey; in getEmptyKey() local
/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h92 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp754 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
3424 static ReachabilityQueryInfo<ToTy> EmptyKey; global() member