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
  636     count_if(_IIter, _IIter, _Predicate);

References

include/llvm/ADT/STLExtras.h
 1241   return std::count_if(adl_begin(Range), adl_end(Range), P);
lib/Analysis/VFABIDemangling.cpp
  384   const auto NGlobalPreds = std::count_if(
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
10281   return std::count_if(First, Last + 1, [&](const CaseCluster &X) {
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  544     unsigned T = std::count_if(B->begin(), B->getFirstTerminator(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1344         std::count_if(RD->field_begin(), RD->field_end(),
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  661   unsigned TotalNotePieces = std::count_if(
  665   unsigned PopUpPieceCount = std::count_if(
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
   90   return std::count_if(
tools/clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp
   29         Total(std::count_if(Data.begin(), Data.end(),
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
 1021   size_t numLibs = std::count_if(elements.begin(), elements.end(), isLibrary);
tools/lld/wasm/OutputSections.cpp
  132       std::count_if(segments.begin(), segments.end(),
tools/lld/wasm/SyntheticSections.cpp
  370       numSegments(std::count_if(
tools/lldb/source/Utility/Event.cpp
  128       std::count_if(m_bytes.begin(), m_bytes.end(), isprint);
unittests/Analysis/VectorFunctionABITest.cpp
  111         std::count_if(Info.Shape.Parameters.begin(),
utils/benchmark/src/statistics.cc
   84       std::count_if(reports.begin(), reports.end(),