Searched refs:KeyInfoT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 53 typename KeyInfoT = DenseMapInfo<KeyT>, 445 return KeyInfoT::getHashValue(Val); in getHashValue() 450 return KeyInfoT::getHashValue(Val); in getHashValue() 456 return KeyInfoT::getEmptyKey(); in getEmptyKey() 460 return KeyInfoT::getTombstoneKey(); in getTombstoneKey() 622 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor() 712 typename KeyInfoT = DenseMapInfo<KeyT>, 878 typename KeyInfoT = DenseMapInfo<KeyT>, 883 ValueT, KeyInfoT, BucketT> { 1282 const KeyT Empty = KeyInfoT::getEmptyKey(); in AdvancePastEmptyBuckets() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 441 template <typename DerivedT, typename KeyInfoT, typename BucketT> 443 KeyInfoT, BucketT> &LHS, 445 KeyInfoT, BucketT> &RHS) {
|