| /freebsd-14.2/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_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_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_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_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_starts_with.h | 41 class _Pred = ranges::equal_to, 66 class _Pred = ranges::equal_to,
|
| H A D | ranges_find_end.h | 44 class _Pred = ranges::equal_to, 71 class _Pred = ranges::equal_to,
|
| 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_replace_copy.h | 51 indirect_binary_predicate<ranges::equal_to, projected<_InIter, _Proj>, const _OldType*> 70 … indirect_binary_predicate<ranges::equal_to, projected<iterator_t<_Range>, _Proj>, const _OldType*>
|
| H A D | ranges_find_first_of.h | 59 class _Pred = ranges::equal_to, 77 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_mismatch.h | 58 class _Pred = ranges::equal_to, 70 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…
|
| H A D | ranges_search.h | 76 class _Pred = ranges::equal_to, 93 class _Pred = ranges::equal_to,
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | unordered_set | 210 class Pred = equal_to<ranges::range_value_t<R>>, 216 class Pred = equal_to<T>, class Allocator = allocator<T>> 252 -> unordered_set<T, hash<T>, equal_to<T>, Allocator>; // C++17 256 -> unordered_set<T, Hash, equal_to<T>, Allocator>; // C++17 458 class Pred = equal_to<ranges::range_value_t<R>>, 949 class _Pred = equal_to<_Tp>, 987 equal_to<ranges::range_value_t<_Range>>, 994 equal_to<ranges::range_value_t<_Range>>, 1010 -> unordered_set<_Tp, hash<_Tp>, equal_to<_Tp>, _Allocator>; 1019 -> unordered_set<_Tp, _Hash, equal_to<_Tp>, _Allocator>; [all …]
|
| H A D | unordered_map | 241 class Pred = equal_to<range-key-type<R>>, 504 class Pred = equal_to<range-key-type<R>>, 1027 class _Pred = equal_to<_Key>, 1509 class _Pred = equal_to<remove_const_t<_Key>>, 1564 equal_to<__range_key_type<_Range>>, 1572 equal_to<__range_key_type<_Range>>, 1585 equal_to<__range_key_type<_Range>>, 1838 class _Pred = equal_to<_Key>, 2251 class _Pred = equal_to<remove_const_t<_Key>>, 2338 equal_to<remove_const_t<_Key>>, [all …]
|
| /freebsd-14.2/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-14.2/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;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | boyer_moore_searcher.h | 89 class _BinaryPredicate = equal_to<>> 100 is_same_v<_BinaryPredicate, equal_to<>>>; 220 class _BinaryPredicate = equal_to<>> 231 is_same_v<_BinaryPredicate, equal_to<>>>;
|
| H A D | ranges_operations.h | 30 struct equal_to { struct 101 struct __desugars_to<__equal_tag, ranges::equal_to, _Tp, _Up> : true_type {};
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | split_view.h | 50 indirectly_comparable<iterator_t<_View>, iterator_t<_Pattern>, ranges::equal_to> 123 indirectly_comparable<iterator_t<_View>, iterator_t<_Pattern>, ranges::equal_to> 178 indirectly_comparable<iterator_t<_View>, iterator_t<_Pattern>, ranges::equal_to>
|