Searched refs:KeyInfoT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach() 238 !KeyInfoT::isEqual(K, TombstoneKey)) { in forEach() 260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 261 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 295 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets() 339 return KeyInfoT::getHashValue(Val); in getHashValue() 344 return KeyInfoT::getHashValue(Val); in getHashValue() 471 CHECK(!KeyInfoT::isEqual(Val, EmptyKey)); in LookupBucketFor() 472 CHECK(!KeyInfoT::isEqual(Val, TombstoneKey)); in LookupBucketFor() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 54 typename KeyInfoT = DenseMapInfo<KeyT>, 472 return KeyInfoT::getHashValue(Val); in getHashValue() 477 return KeyInfoT::getHashValue(Val); in getHashValue() 483 return KeyInfoT::getEmptyKey(); in getEmptyKey() 487 return KeyInfoT::getTombstoneKey(); in getTombstoneKey() 649 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor() 739 typename KeyInfoT = DenseMapInfo<KeyT>, 905 typename KeyInfoT = DenseMapInfo<KeyT>, 910 ValueT, KeyInfoT, BucketT> { 1310 const KeyT Empty = KeyInfoT::getEmptyKey(); in AdvancePastEmptyBuckets() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | SymbolSet.h | 51 template <typename DerivedT, typename KeyInfoT, typename BucketT> 53 KeyInfoT, BucketT> &LHS, 55 KeyInfoT, BucketT> &RHS) { 66 template <typename DerivedT, typename KeyInfoT, typename BucketT> 68 KeyInfoT, BucketT> &LHS, 70 KeyInfoT, BucketT> &RHS) {
|