Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dminmax_element.h83 minmax_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in minmax_element() function
95 minmax_element(_ForwardIterator __first, _ForwardIterator __last) { in minmax_element() function
96 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-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc582 using std::minmax_element;
587 using std::ranges::minmax_element;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp278 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm213minmax_element(I first, S last, Comp comp = {}, Proj proj = {}); …
218minmax_element(R&& r, Comp comp = {}, Proj proj = {}); …
1721 minmax_element(ForwardIterator first, ForwardIterator last);
1725 minmax_element(ForwardIterator first, ForwardIterator last, Compare comp);
1841 #include <__algorithm/minmax_element.h>
H A Dlibcxx.imp61 { include: [ "<__algorithm/minmax_element.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in708 …ithm_minmax_element [system] { header "__algorithm/minmax_element.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile334 ALG_HEADERS+= minmax_element.h
H A Dmodule.modulemap708 …ithm_minmax_element [system] { header "__algorithm/minmax_element.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2176 SYMBOL(minmax_element, std::, <algorithm>)
3655 SYMBOL(minmax_element, std::ranges::, <algorithm>)