Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dis_heap.h32 return std::is_heap(__first, __last, __less<>()); in is_heap() function
26 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { is_heap() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h994 is_heap(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last, _Co… in is_heap() function
1001 is_heap(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last) in is_heap() function