Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort_heap.h35 _RandomAccessIterator __saved_last = __last; in __sort_heap() local
41 std::__check_strict_weak_ordering_sorted(__first, __saved_last, __comp_ref); in __sort_heap()