Searched refs:minmax_element (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | minmax_element.h | 83 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 D | ranges_minmax_element.h | 67 inline constexpr auto minmax_element = __minmax_element::__fn{};
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 582 using std::minmax_element; 587 using std::ranges::minmax_element;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 278 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 213 …minmax_element(I first, S last, Comp comp = {}, Proj proj = {}); … 218 …minmax_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 D | libcxx.imp | 61 { include: [ "<__algorithm/minmax_element.h>", "private", "<algorithm>", "public" ] },
|
| H A D | module.modulemap.in | 708 …ithm_minmax_element [system] { header "__algorithm/minmax_element.h" }
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 334 ALG_HEADERS+= minmax_element.h
|
| H A D | module.modulemap | 708 …ithm_minmax_element [system] { header "__algorithm/minmax_element.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2176 SYMBOL(minmax_element, std::, <algorithm>) 3655 SYMBOL(minmax_element, std::ranges::, <algorithm>)
|