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()
220 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()
221 !KeyInfoT::isEqual(K, TombstoneKey)) { in forEach()
243 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
244 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
278 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
279 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
299 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h56 typename KeyInfoT = DenseMapInfo<KeyT>,
61 template <typename DerivedT, typename KeyT, typename ValueT, typename KeyInfoT,
73 using iterator = DenseMapIterator<KeyT, ValueT, KeyInfoT, BucketT>;
75 DenseMapIterator<KeyT, ValueT, KeyInfoT, BucketT, true>;
151 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
152 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
428 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
429 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
464 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
465 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbolSet.h52 template <typename DerivedT, typename KeyInfoT, typename BucketT>
54 KeyInfoT, BucketT> &LHS,
56 KeyInfoT, BucketT> &RHS) {
67 template <typename DerivedT, typename KeyInfoT, typename BucketT>
69 KeyInfoT, BucketT> &LHS,
71 KeyInfoT, BucketT> &RHS) {