Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 12 of 12) 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
54 P->getFirst() = EmptyKey; in clear()
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
63 P->getFirst() = EmptyKey; in clear()
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()
258 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
272 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
274 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
125 P->getFirst() = EmptyKey; in clear()
129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
134 P->getFirst() = EmptyKey; in clear()
407 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
409 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
422 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
424 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
442 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
445 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h57 auto EmptyKey = DenseMapInfo<std::pair<uint64_t, uint64_t>>::getEmptyKey();
58 return {EmptyKey.first, EmptyKey.second};
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h53 return Attribute::EmptyKey;
/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/Utils/
H A DCodeExtractor.cpp1009 case Attribute::EmptyKey: in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp754 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
755 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey()
3424 static ReachabilityQueryInfo<ToTy> EmptyKey; member
3427 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3445 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
H A DAttributor.cpp1257 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h935 static const IRPosition EmptyKey;
1073 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp709 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp892 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1793 case Attribute::EmptyKey: in getRawAttributeMask()