Home
last modified time | relevance | path

Searched refs:Sorted (Results 1 – 17 of 17) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out1 Sorted at position 0:
103 Sorted at position 1:
205 Sorted at position 2:
307 Sorted at position 3:
409 Sorted at position 4:
511 Sorted at position 5:
613 Sorted at position 6:
715 Sorted at position 7:
817 Sorted at position 8:
919 Sorted at position 9:
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp67 std::vector<std::pair<Atom, Solver::Result::Assignment>> Sorted = { in operator <<() local
69 llvm::sort(Sorted); in operator <<()
70 for (const auto &Entry : Sorted) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp448 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local
457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
472 find_best(Sorted.begin(), Sorted.end(), in sortRelocs()
492 if (InsertionPoint != Sorted.end()) in sortRelocs()
494 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
497 LLVM_DEBUG(dumpRelocs("S: ", Sorted)); in sortRelocs()
499 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs()
503 for (const auto &R : Sorted) in sortRelocs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h485 bool Sorted = false; variable
581 Sorted = false; in addSymbolName()
691 if (Sorted) in finalizeSymtab()
697 Sorted = true; in finalizeSymtab()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp901 std::vector<std::pair<StringRef, DebugInfoSize>> Sorted; in printStatistic() local
903 Sorted.emplace_back(E.first(), E.second); in printStatistic()
904 llvm::sort(Sorted, [](auto &LHS, auto &RHS) { in printStatistic()
930 for (auto &E : Sorted) { in printStatistic()
/freebsd/contrib/libfido2/udev/
H A Dfidodevs9 # List of known vendors. Sorted by vendor ID.
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp492 Sorted = false; in create()
656 SmallVector<StringRef, 0> Sorted(NameTab.keys()); in dumpNames() local
657 llvm::sort(Sorted); in dumpNames()
658 for (StringRef S : Sorted) in dumpNames()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1477 std::set<StringRef> Sorted; in UnbundleFiles() local
1479 Sorted.insert(E.first()); in UnbundleFiles()
1481 unsigned Last = Sorted.size() - 1; in UnbundleFiles()
1482 for (auto &E : Sorted) { in UnbundleFiles()
H A DDriver.cpp4615 SmallVector<StringRef, 0> Sorted(Arches.begin(), Arches.end()); in BuildOffloadingActions() local
4616 llvm::sort(Sorted); in BuildOffloadingActions()
4617 for (StringRef Arch : Sorted) in BuildOffloadingActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1995 SmallVector<uint32_t, 8> Sorted(Worklist); in getPerfectCompletions()
1996 llvm::sort(Sorted.begin(), Sorted.end()); in getPerfectCompletions() local
1998 for (unsigned I = 0, E = Sorted.size(); I != E;) { in getPerfectCompletions()
1999 unsigned P = Sorted[I], Count = 1; in getPerfectCompletions()
2000 while (++I != E && P == Sorted[I]) in getPerfectCompletions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1177 auto Sorted = sortByName(std::vector<GlobalVariable *>( in createLDSVariableReplacement() local
1180 for (GlobalVariable *GV : Sorted) { in createLDSVariableReplacement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2966 std::vector<std::pair<StringRef, DebugInfoSize>> Sorted; in link() local
2968 Sorted.emplace_back(E.first(), E.second); in link()
2969 llvm::sort(Sorted, [](auto &LHS, auto &RHS) { in link()
2995 for (auto &E : Sorted) { in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td32 // Sorted alphabetically wrt clause spelling.
486 // Sorted alphabetically wrt directive spelling, except "end xyz" immediately
1143 // Sorted alphabetically wrt directive spelling, except "end xyz" immediately
/freebsd/usr.bin/compress/doc/
H A DREADME238 >>4. Sorted the character next chain and changed the search to stop
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md1344 Sorted by weight and then natural sequential order,
/freebsd/contrib/flex/
H A DChangeLog1489 * src/Makefile.am: Sorted file names in flex_SOURCES