Home
last modified time | relevance | path

Searched refs:__mismatch_vectorized (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmismatch.h61 __mismatch_vectorized(_Iter __first1, _Iter __last1, _Iter __first2) { in __mismatch_vectorized() function
129 return std::__mismatch_vectorized(__first1, __last1, __first2); in __mismatch()
146 auto __ret = std::__mismatch_vectorized(_Iter(__first1), _Iter(__last1), _Iter(__first2)); in __mismatch()