Home
last modified time | relevance | path

Searched refs:KeyInfoT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h26 template <typename DerivedT, typename KeyT, typename ValueT, typename KeyInfoT,
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
59 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { 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()
296 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
316 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h54 typename KeyInfoT = DenseMapInfo<KeyT>,
59 template <typename DerivedT, typename KeyT, typename ValueT, typename KeyInfoT,
71 using iterator = DenseMapIterator<KeyT, ValueT, KeyInfoT, BucketT>;
73 DenseMapIterator<KeyT, ValueT, KeyInfoT, BucketT, true>;
129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
409 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
410 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
445 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
446 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbolSet.h51 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) {