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
  481     partition_point(_FIter, _FIter, _Predicate);

References

include/llvm/ADT/STLExtras.h
 1303   return std::partition_point(adl_begin(Range), adl_end(Range), P);
include/llvm/CodeGen/SlotIndexes.h
  495       return std::partition_point(
lib/DebugInfo/GSYM/Range.cpp
   39   auto It = std::partition_point(
   48   auto It = std::partition_point(
tools/clang/lib/Sema/SemaType.cpp
  288       for (auto It = std::partition_point(
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  534   PathPieces::const_iterator FirstNonNote = std::partition_point(
tools/clang/tools/extra/clangd/index/dex/PostingList.cpp
   53     CurrentID = std::partition_point(CurrentID, DecompressedChunk.end(),
  106           std::partition_point(CurrentChunk + 1, Chunks.end(),