Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 13 of 13) 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()
217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
220 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
243 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
255 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
257 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUniqueBBID.h30 unsigned EmptyKey = DenseMapInfo<unsigned>::getEmptyKey();
31 return UniqueBBID{EmptyKey, EmptyKey};
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h142 const KeyT EmptyKey = getEmptyKey(); in clear() local
146 P->getFirst() = EmptyKey; in clear()
151 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
156 P->getFirst() = EmptyKey; in clear()
426 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
428 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
441 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
443 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
461 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
464 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.h54 return Attribute::EmptyKey;
/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
759 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey()
3466 static ReachabilityQueryInfo<ToTy> EmptyKey; member
3469 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3487 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
H A DAttributor.cpp1265 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1021 case Attribute::EmptyKey: in constructFunctionDeclaration()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h947 LLVM_ABI static const IRPosition EmptyKey;
1085 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp716 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp953 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1835 case Attribute::EmptyKey: in getRawAttributeMask()