Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dadjacent_find.h30 __adjacent_find(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __adjacent_find() function
45 return std::__adjacent_find(std::move(__first), std::move(__last), __pred); in adjacent_find()
H A Dranges_adjacent_find.h35 namespace __adjacent_find {
73 inline constexpr auto adjacent_find = __adjacent_find::__fn{};
H A Dunique.h34 __first = std::__adjacent_find(__first, __last, __pred); in __unique()