Home
last modified time | relevance | path

Searched refs:TombstoneKey (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_dense_map.h50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
59 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
238 !KeyInfoT::isEqual(K, TombstoneKey)) { in forEach()
258 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
261 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
293 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
296 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
470 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
472 CHECK(!KeyInfoT::isEqual(Val, TombstoneKey)); in LookupBucketFor()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
367 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
400 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
403 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
621 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
623 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor()
647 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor()
944 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DAssumeBundleQueries.h56 return Attribute::TombstoneKey;
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.h93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp698 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local
699 return AA::RangeTy{TombstoneKey, TombstoneKey}; in getTombstoneKey()
3453 static ReachabilityQueryInfo<ToTy> TombstoneKey; member
3457 return &TombstoneKey; in getTombstoneKey()
3481 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::TombstoneKey = \
DAttributor.cpp1037 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp996 case Attribute::TombstoneKey: in constructFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DAttributor.h904 static const IRPosition TombstoneKey;
1053 return IRPosition::TombstoneKey;
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp815 case Attribute::TombstoneKey: in getAttrKindEncoding()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1691 case Attribute::TombstoneKey: in getRawAttributeMask()