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
217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
255 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
275 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
428 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
442 const KeyT EmptyKey = getEmptyKey(); in doFind() local
481 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h142 const KeyT EmptyKey = getEmptyKey(); in clear() local
426 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
441 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
461 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
499 const KeyT EmptyKey = getEmptyKey(); in copyFrom() local
643 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
656 const KeyT EmptyKey = getEmptyKey(); in doFind() local
694 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
994 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1106 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h94 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp758 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
3466 static ReachabilityQueryInfo<ToTy> EmptyKey; member