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
  828     stable_sort(_RAIter, _RAIter, _Compare);

References

include/llvm/ADT/STLExtras.h
 1295   std::stable_sort(adl_begin(Range), adl_end(Range), C);
lib/Bitcode/Writer/ValueEnumerator.cpp
  525   std::stable_sort(Values.begin() + CstStart, Values.begin() + CstEnd,
lib/CodeGen/SafeStackLayout.cpp
  144     std::stable_sort(StackObjects.begin() + 1, StackObjects.end(),
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  941     std::stable_sort(DAG->DbgBegin(), DAG->DbgEnd(),
lib/ProfileData/Coverage/CoverageMapping.cpp
  417     std::stable_sort(CompletedRegionsIt, ActiveRegions.end(),
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  530       std::stable_sort(begin(), end(), HexagonInstr::lessCore);
  561     std::stable_sort(begin(), end(), HexagonInstr::lessCore);
  585     std::stable_sort(begin(), end(), HexagonInstr::lessCore);
  594   std::stable_sort(begin(), end(), HexagonInstr::lessCVI);
lib/Transforms/InstCombine/InstructionCombining.cpp
 2978         std::stable_sort(NewClauses.begin() + i, NewClauses.begin() + j,
tools/clang/lib/Sema/SemaStmtAsm.cpp
  675   std::stable_sort(NamedOperandList.begin(), NamedOperandList.end(),
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
 1042   std::stable_sort(Results, Results + NumResults, OrderCompletionResults());
tools/lld/ELF/Writer.cpp
 1410     std::stable_sort(
 1465   std::stable_sort(nonScriptI, e, compareSections);
tools/lld/wasm/Writer.cpp
  687   std::stable_sort(segments.begin(), segments.end(),
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2784   std::stable_sort(
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  216   std::stable_sort(m_bases.begin(), m_bases.end(),
tools/lldb/source/Symbol/ClangASTContext.cpp
 9443   std::stable_sort(values.begin(), values.end(), [](const auto &a, const auto &b) {
tools/lldb/source/Symbol/Symtab.cpp
  587   std::stable_sort(indexes.begin(), indexes.end(), comparator);
utils/TableGen/DAGISelEmitter.cpp
  160   std::stable_sort(Patterns.begin(), Patterns.end(),
utils/TableGen/GlobalISelEmitter.cpp
 4944   std::stable_sort(InputRules.begin(), InputRules.end(),
 4982     std::stable_sort(F, T, [](Matcher *A, Matcher *B) {
 5539   std::stable_sort(Matchers.begin(), Matchers.end(),
utils/TableGen/RegisterInfoEmitter.cpp
  348   std::stable_sort(DwarfRegNums.begin(), DwarfRegNums.end(),
utils/TableGen/SearchableTableEmitter.cpp
  326     std::stable_sort(Entries.begin(), Entries.end(),
  585     std::stable_sort(Enum.Entries.begin(), Enum.Entries.end(),
  695       std::stable_sort(Table->Entries.begin(), Table->Entries.end(),