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
  580     stable_partition(_BIter, _BIter, _Predicate);

References

lib/Analysis/LazyCallGraph.cpp
  476   auto SourceI = std::stable_partition(
  511     auto TargetI = std::stable_partition(
lib/Bitcode/Writer/ValueEnumerator.cpp
  538   std::stable_partition(Values.begin() + CstStart, Values.begin() + CstEnd,
lib/ProfileData/Coverage/CoverageMapping.cpp
  471           std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(),
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1726           : std::stable_partition(
 1836           : std::stable_partition(
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  479         auto UserPNsSplitIt = std::stable_partition(
tools/clang/lib/Sema/SemaOverload.cpp
 6505   auto WarningBegin = std::stable_partition(
tools/clang/tools/extra/clangd/CodeComplete.cpp
  353     std::stable_partition(Completion.Includes.begin(),
tools/lld/COFF/ICF.cpp
  107     auto bound = std::stable_partition(
tools/lld/ELF/ICF.cpp
  211         std::stable_partition(sections.begin() + begin + 1,
tools/lld/ELF/SyntheticSections.cpp
 2032   auto e = std::stable_partition(
 2368       std::stable_partition(v.begin(), v.end(), [&](const SymbolTableEntry &s) {
tools/llvm-exegesis/lib/Clustering.cpp
  288       const auto it = std::stable_partition(
tools/llvm-objcopy/ELF/Object.cpp
  693   std::stable_partition(
 1812   auto Iter = std::stable_partition(
utils/TableGen/GlobalISelEmitter.cpp
 1027         std::stable_partition(Predicates.begin(), Predicates.end(),