reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  690     max_element(_FIter, _FIter, _Compare);

References

lib/Analysis/ScalarEvolution.cpp
 9143       *std::max_element(LoopsUsed.begin(), LoopsUsed.end(),
lib/Target/Hexagon/HexagonConstExtenders.cpp
 1389     auto BestIt = std::max_element(Counts.begin(), Counts.end(),
lib/Target/Mips/MipsDelaySlotFiller.cpp
  839   MachineBasicBlock *S = *std::max_element(
lib/Transforms/Scalar/GVNSink.cpp
  647       std::max_element(VNums.begin(), VNums.end(),
lib/Transforms/Scalar/LoopLoadElimination.cpp
  344         std::max_element(Candidates.begin(), Candidates.end(),
lib/Transforms/Vectorize/SLPVectorizer.cpp
  578     auto I = std::max_element(
tools/clang/lib/Sema/SemaCUDA.cpp
  227   CUDAFunctionPreference BestCFP = GetCFP(*std::max_element(
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
   75   auto EnumConst = std::max_element(
tools/clang/tools/extra/clang-tidy/modernize/AvoidBindCheck.cpp
   77       std::max_element(Args.begin(), Args.end(),
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
  324   int SphinxWorkaroundSuffix = NextSuffix[*std::max_element(
tools/lld/ELF/Writer.cpp
 1158   auto i = std::max_element(b, e, [=](BaseCommand *a, BaseCommand *b) {
tools/lldb/source/Host/common/Editline.cpp
  889       std::max_element(results.begin(), results.end(), [](auto &c1, auto &c2) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  331     auto max = std::max_element(
tools/llvm-mca/Views/BottleneckAnalysis.cpp
  275   const auto It = std::max_element(
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1939       auto Max = std::max_element(
usr/include/c++/7.4.0/bits/stl_algo.h
 3469     { return *std::max_element(__l.begin(), __l.end(), __comp); }