Home
last modified time | relevance | path

Searched defs:adjacent_find (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dadjacent_find.h44 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { adjacent_find() function
50 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) { adjacent_find() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h152 adjacent_find(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in adjacent_find() function
163 adjacent_find(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Binary… in adjacent_find() function