Searched refs:__mismatch (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | mismatch.h | 53 __mismatch(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Pred& __pred, _Proj1& __proj1, _Proj2… in __mismatch() function 128 __mismatch(_Tp* __first1, _Tp* __last1, _Tp* __first2, _Pred&, _Proj1&, _Proj2&) { in __mismatch() function 141 __mismatch(_Tp* __first1, _Tp* __last1, _Tp* __first2, _Pred& __pred, _Proj1& __proj1, _Proj2& __pr… in __mismatch() function 156 auto __res = std::__mismatch( in mismatch() 169 …BCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 pair<_Iter1, _Iter2> __mismatch( in __mismatch() function 182 __mismatch(_Tp* __first1, _Tp* __last1, _Tp* __first2, _Tp* __last2, _Pred& __pred, _Proj1& __proj1… in __mismatch() function 184 return std::__mismatch(__first1, __first1 + __len, __first2, __pred, __proj1, __proj2); in __mismatch() 195 auto __res = std::__mismatch( in mismatch()
|
H A D | ranges_mismatch.h | 42 namespace __mismatch { 51 …std::__mismatch(__range1.first, __range1.second, __range2.first, __range2.second, __pred, __proj1,… in __go() 54 auto __res = std::__mismatch( in __go() 90 constexpr inline auto mismatch = __mismatch::__fn{};
|
H A D | ranges_starts_with.h | 53 return __mismatch::__fn::__go( 72 return __mismatch::__fn::__go(
|