Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dis_sorted.h32 return std::is_sorted(__first, __last, __less<>()); in is_sorted() function
26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { is_sorted() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h801 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare __… in is_sorted() function
811 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in is_sorted() function