Home
last modified time | relevance | path

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