/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | unordered_set |
|
H A D | unordered_map |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | unordered_set | 24 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 201 class Pred = equal_to<typename iterator_traits<InputIterator>::value_type>, 210 class Pred = equal_to<ranges::range_value_t<R>>, 216 class Pred = equal_to<T>, class Allocator = allocator<T>> 225 equal_to<typename iterator_traits<InputIterator>::value_type>, 232 equal_to<typename iterator_traits<InputIterator>::value_type>, 238 equal_to<ranges::range_value_t<R>>, Allocator>; // C++23 243 equal_to<ranges::range_value_t<R>>, Allocator>; // C++23 248 equal_to<ranges::range_value_t<R>>, Allocator>; // C++23 252 -> unordered_set<T, hash<T>, equal_to<T>, Allocator>; // C++17 [all …]
|
H A D | unordered_map | 22 template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 233 class Hash = hash<iter_key_t<InputIterator>>, class Pred = equal_to<iter_key_t<InputIterator>>, 241 class Pred = equal_to<range-key-type<R>>, 248 class Pred = equal_to<Key>, class Allocator = allocator<pair<const Key, T>>> 256 hash<iter_key_t<InputIterator>>, equal_to<iter_key_t<InputIterator>>, Allocator>; // C++17 261 hash<iter_key_t<InputIterator>>, equal_to<iter_key_t<InputIterator>>, Allocator>; // C++17 266 equal_to<iter_key_t<InputIterator>>, Allocator>; // C++17 271 equal_to<range-key-type<R>>, Allocator>; // C++23 276 equal_to<range-key-type<R>>, Allocator>; // C++23 281 equal_to<range-key-type<R>>, Allocator>; // C++23 [all …]
|
H A D | algorithm | 68 class Pred = ranges::equal_to, class Proj1 = identity, class Proj2 = identity> 74 class Pred = ranges::equal_to, class Proj1 = identity, class Proj2 = identity> 79 requires indirect_binary_predicate<ranges::equal_to, projected<I, Proj>, const T*> 83 requires indirect_binary_predicate<ranges::equal_to, projected<iterator_t<R>, Proj>, const T*> 106 requires indirect_binary_predicate<ranges::equal_to, projected<I, Proj>, const T*> 111 indirect_binary_predicate<ranges::equal_to, projected<iterator_t<R>, Proj>, const T*> 194 requires indirect_binary_predicate<ranges::equal_to, projected<I, Proj>, const T*> 199 requires indirect_binary_predicate<ranges::equal_to, projected<iterator_t<R>, Proj>, const T*> 247 class Pred = ranges::equal_to, class Proj1 = identity, class Proj2 = identity> 253 class Pred = ranges::equal_to, class Proj1 = identity, class Proj2 = identity> [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_count.h | 40 requires indirect_binary_predicate<ranges::equal_to, projected<_Iter, _Proj>, const _Type*> 47 …requires indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _…
|
H A D | ranges_contains.h | 39 requires indirect_binary_predicate<ranges::equal_to, projected<_Iter, _Proj>, const _Type*> 46 …requires indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _…
|
H A D | ranges_remove.h | 39 requires indirect_binary_predicate<ranges::equal_to, projected<_Iter, _Proj>, const _Type*> 48 … indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _Type*>
|
H A D | ranges_replace.h | 39 indirect_binary_predicate<ranges::equal_to, projected<_Iter, _Proj>, const _Type1*> 48 indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _Type1*>
|
H A D | ranges_unique.h | 49 indirect_equivalence_relation<projected<_Iter, _Proj>> _Comp = ranges::equal_to> 59 … indirect_equivalence_relation<projected<iterator_t<_Range>, _Proj>> _Comp = ranges::equal_to>
|
H A D | ranges_remove_copy.h | 50 indirect_binary_predicate<ranges::equal_to, projected<_InIter, _Proj>, const _Type*> 59 indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _Type*>
|
H A D | ranges_starts_with.h | 41 class _Pred = ranges::equal_to, 66 class _Pred = ranges::equal_to,
|
H A D | ranges_adjacent_find.h | 55 …direct_binary_predicate<projected<_Iter, _Proj>, projected<_Iter, _Proj>> _Pred = ranges::equal_to> 64 _Pred = ranges::equal_to>
|
H A D | ranges_replace_copy.h | 51 indirect_binary_predicate<ranges::equal_to, projected<_InIter, _Proj>, const _OldType*> in operator() 70 indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _OldType*>
|
H A D | ranges_find.h | 54 requires indirect_binary_predicate<ranges::equal_to, projected<_Ip, _Proj>, const _Tp*> 61 …requires indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Rp>, _Proj>, const _Tp*>
|
H A D | ranges_find_end.h | 44 class _Pred = ranges::equal_to, 71 class _Pred = ranges::equal_to,
|
H A D | ranges_contains_subrange.h | 44 class _Pred = ranges::equal_to, 66 class _Pred = ranges::equal_to,
|
H A D | ranges_is_permutation.h | 58 …quivalence_relation<projected<_Iter1, _Proj1>, projected<_Iter2, _Proj2>> _Pred = ranges::equal_to> 76 … projected<iterator_t<_Range2>, _Proj2>> _Pred = ranges::equal_to>
|
H A D | ranges_find_first_of.h | 59 class _Pred = ranges::equal_to, 77 class _Pred = ranges::equal_to,
|
H A D | ranges_equal.h | 43 class _Pred = ranges::equal_to, 73 class _Pred = ranges::equal_to,
|
H A D | ranges_unique_copy.h | 71 indirect_equivalence_relation<projected<_InIter, _Proj>> _Comp = ranges::equal_to> 90 indirect_equivalence_relation<projected<iterator_t<_Range>, _Proj>> _Comp = ranges::equal_to>
|
H A D | ranges_search_n.h | 71 class _Pred = ranges::equal_to, 84 …template <forward_range _Range, class _Type, class _Pred = ranges::equal_to, class _Proj = identit…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 175 bool equal_to(RegisterRef A, RegisterRef B) const; 339 template <> struct equal_to<llvm::rdf::RegisterRef> { 340 constexpr equal_to(const llvm::rdf::PhysicalRegisterInfo &pri) : PRI(&pri) {} 343 return PRI->equal_to(A, B); 351 template <> struct equal_to<llvm::rdf::RegisterAggr> {
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | boyer_moore_searcher.h | 89 class _BinaryPredicate = equal_to<>> in _BMSkipTable() 100 is_same_v<_BinaryPredicate, equal_to<>>>; 220 class _BinaryPredicate = equal_to<>> in __build_suffix_table() 231 is_same_v<_BinaryPredicate, equal_to<>>>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SMTAPI.h | 68 return LHS.equal_to(RHS); 78 virtual bool equal_to(SMTSort const &other) const = 0; 115 return LHS.equal_to(RHS); 125 virtual bool equal_to(SMTExpr const &other) const = 0;
|