Searched refs:minmax_element (Results 1 – 13 of 13) sorted by relevance
/freebsd/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 94 minmax_element(_ForwardIterator __first, _ForwardIterator __last) { in minmax_element() function 95 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/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 581 using std::minmax_element; 586 using std::ranges::minmax_element;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_algorithm_defs.h |
|
H A D | glue_algorithm_impl.h |
|
H A D | algorithm_impl.h |
|
/freebsd/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/contrib/llvm-project/libcxx/include/ |
H A D | algorithm | 238 …minmax_element(I first, S last, Comp comp = {}, Proj proj = {}); … 243 …minmax_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 D | module.modulemap | 700 …ithm_minmax_element [system] { header "__algorithm/minmax_element.h" }
|
/freebsd/lib/libc++/ |
H A D | Makefile | 338 ALG_HEADERS+= minmax_element.h
|
H A D | libcxx.imp | 61 { include: [ "<__algorithm/minmax_element.h>", "private", "<algorithm>", "public" ] },
|
/freebsd/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>)
|