Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h54 P->getFirst() = EmptyKey; in clear()
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
63 P->getFirst() = EmptyKey; in clear()
237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()
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()
292 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
445 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
469 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
[all …]
/openbsd/gnu/llvm/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};
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h125 P->getFirst() = EmptyKey; in clear()
129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
134 P->getFirst() = EmptyKey; in clear()
379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
381 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
596 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
620 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
622 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
943 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h53 return Attribute::EmptyKey;
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h92 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp693 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
694 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey()
3452 static ReachabilityQueryInfo<ToTy> EmptyKey; member
3455 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3475 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
H A DAttributor.cpp1035 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp995 case Attribute::EmptyKey: in constructFunction()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h903 static const IRPosition EmptyKey;
1051 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp710 case Attribute::EmptyKey: in getAttrKindEncoding()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp814 case Attribute::EmptyKey: in getAttrKindEncoding()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1690 case Attribute::EmptyKey: in getRawAttributeMask()