Home
last modified time | relevance | path

Searched refs:equal_to (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_count.h40 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 Dranges_contains.h39 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 Dranges_remove.h39 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 Dranges_unique.h49 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 Dranges_replace.h39 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 Dranges_remove_copy.h50 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 Dranges_adjacent_find.h55 …direct_binary_predicate<projected<_Iter, _Proj>, projected<_Iter, _Proj>> _Pred = ranges::equal_to>
64 _Pred = ranges::equal_to>
H A Dranges_starts_with.h41 class _Pred = ranges::equal_to,
66 class _Pred = ranges::equal_to,
H A Dranges_find_end.h44 class _Pred = ranges::equal_to,
71 class _Pred = ranges::equal_to,
H A Dranges_find.h54 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 Dranges_replace_copy.h51 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 Dranges_find_first_of.h59 class _Pred = ranges::equal_to,
77 class _Pred = ranges::equal_to,
H A Dranges_is_permutation.h58 …quivalence_relation<projected<_Iter1, _Proj1>, projected<_Iter2, _Proj2>> _Pred = ranges::equal_to>
76 … projected<iterator_t<_Range2>, _Proj2>> _Pred = ranges::equal_to>
H A Dranges_mismatch.h58 class _Pred = ranges::equal_to,
70 class _Pred = ranges::equal_to,
H A Dranges_equal.h43 class _Pred = ranges::equal_to,
73 class _Pred = ranges::equal_to,
H A Dranges_unique_copy.h71 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 Dranges_search_n.h71 class _Pred = ranges::equal_to,
84 …template <forward_range _Range, class _Type, class _Pred = ranges::equal_to, class _Proj = identit…
H A Dranges_search.h76 class _Pred = ranges::equal_to,
93 class _Pred = ranges::equal_to,
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dunordered_set210 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 Dunordered_map241 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 DRDFRegisters.h175 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 DSMTAPI.h68 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 Dboyer_moore_searcher.h89 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 Dranges_operations.h30 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 Dsplit_view.h50 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>

123