Home
last modified time | relevance | path

Searched defs:EmptyKey (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
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-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
406 const KeyT EmptyKey = getEmptyKey(); initEmpty() local
426 const KeyT EmptyKey = getEmptyKey(); moveFromOldBuckets() local
623 const KeyT EmptyKey = getEmptyKey(); InsertIntoBucketImpl() local
647 const KeyT EmptyKey = getEmptyKey(); LookupBucketFor() local
970 const KeyT EmptyKey = this->getEmptyKey(); swap() local
1082 const KeyT EmptyKey = this->getEmptyKey(); grow() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h90 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp753 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); getEmptyKey() local
3421 static ReachabilityQueryInfo<ToTy> EmptyKey; global() member