| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | min_element.h | 52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() function 63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element() function 64 return std::min_element(__first, __last, __less<>()); in min_element()
|
| H A D | min.h | 49 return *std::min_element(__t.begin(), __t.end(), __less<>()); in min()
|
| H A D | ranges_min_element.h | 71 inline constexpr auto min_element = __min_element::__fn{};
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 570 using std::min_element; 573 using std::ranges::min_element;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNILPSched.cpp | 316 auto EarliestSU = std::min_element( in schedule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 91 return std::min_element(Data.get(), Data.get() + Length) - Data.get(); in minIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPBQP.h | 466 std::min_element(NotProvablyAllocatableNodes.begin(), in reduce()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 359 std::min_element(Candidates.begin(), Candidates.end(), in findPointersWrittenOnForwardingPath()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 50 constexpr I min_element(I first, S last, Comp comp = {}, Proj proj = {}); 54 constexpr borrowed_iterator_t<R> min_element(R&& r, Comp comp = {}, Proj proj = {}); 1667 min_element(ForwardIterator first, ForwardIterator last); 1671 min_element(ForwardIterator first, ForwardIterator last, Compare comp); 1838 #include <__algorithm/min_element.h>
|
| H A D | libcxx.imp | 58 { include: [ "<__algorithm/min_element.h>", "private", "<algorithm>", "public" ] },
|
| H A D | valarray | 351 #include <__algorithm/min_element.h> 2464 return *std::min_element(__begin_, __end_);
|
| H A D | module.modulemap.in | 702 …gorithm_min_element [system] { header "__algorithm/min_element.h" }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 596 GepNode *Min = *std::min_element(S.begin(), S.end(), NodeOrder); in common()
|
| H A D | HexagonGenInsert.cpp | 1317 IFListType::iterator MinI = std::min_element(LL.begin(), LL.end(), IFO); in selectCandidates()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 895 std::min_element(C.begin(), C.end(), [](const auto &A, const auto &B) { in vectorizeChain()
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 331 ALG_HEADERS+= min_element.h
|
| H A D | module.modulemap | 702 …gorithm_min_element [system] { header "__algorithm/min_element.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2666 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(), in getNextBugPath()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2174 SYMBOL(min_element, std::, <algorithm>) 3652 SYMBOL(min_element, std::ranges::, <algorithm>)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 10764 return std::make_tuple(*std::min_element(std::begin(Sizes), std::end(Sizes)), in getNDSWDS()
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7668 auto xj1 = *std::min_element(first + (j + 1), last); in weighted_average_quantile()
|