Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dminmax_element.h83 minmax_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in minmax_element() function
94 minmax_element(_ForwardIterator __first, _ForwardIterator __last) { in minmax_element() function
95 return std::minmax_element(__first, __last, __less<>()); in minmax_element()
H A Dranges_minmax_element.h67 inline constexpr auto minmax_element = __minmax_element::__fn{};
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc581 using std::minmax_element;
586 using std::ranges::minmax_element;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
H A Dalgorithm_impl.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp278 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm238minmax_element(I first, S last, Comp comp = {}, Proj proj = {}); …
243minmax_element(R&& r, Comp comp = {}, Proj proj = {}); …
1759 minmax_element(ForwardIterator first, ForwardIterator last);
1763 minmax_element(ForwardIterator first, ForwardIterator last, Compare comp);
1863 #include <__algorithm/minmax_element.h>
H A Dmodule.modulemap700 …ithm_minmax_element [system] { header "__algorithm/minmax_element.h" }
/freebsd/lib/libc++/
H A DMakefile338 ALG_HEADERS+= minmax_element.h
H A Dlibcxx.imp61 { include: [ "<__algorithm/minmax_element.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2176 SYMBOL(minmax_element, std::, <algorithm>)
3655 SYMBOL(minmax_element, std::ranges::, <algorithm>)