Home
last modified time | relevance | path

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

/llvm-project/pstl/include/pstl/internal/
H A Dalgorithm_impl.h3469 __is_heap_until_local(_RandomAccessIterator __first, _DifferenceType __begin, _DifferenceType __end… in __is_heap_until_local() function
3485 __is_heap_until_local(_RandomAccessIterator __first, _DifferenceType __begin, _DifferenceType __end… in __is_heap_until_local() function
3509 … return __internal::__is_heap_until_local(__first, __i - __first, __j - __first, __comp, in __pattern_is_heap_until()