Home
last modified time | relevance | path

Searched defs:Sort (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dsort.bench.cpp15 struct Sort { struct
16 size_t Quantity;
18 void run(benchmark::State& state) const { in run()
24 bool skip() const { return Order() == ::Order::Heap; } in skip()
26 std::string name() const { in name()
H A Dranges_sort.bench.cpp15 struct Sort { struct
16 size_t Quantity;
18 void run(benchmark::State& state) const { in run()
24 bool skip() const { return Order() == ::Order::Heap; } in skip()
26 std::string name() const { in name()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp74 Z3_sort Sort; member in __anon0349533b0111::Z3Sort
294 SMTSortRef newSortRef(const SMTSort &Sort) { in newSortRef()
751 SMTSortRef Sort = in mkFloat() local
761 SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) override { in mkSymbol()
786 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
807 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
855 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
869 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtempargs.C4 template<class T> struct Sort { static void sort (Vector<typename T::foo> &); }; struct
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DUniqueCStringMap.h168 void Sort() { in Sort() function
174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash7.C24 struct Sort struct
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DTrace.cpp378 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile()
417 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h54 void Sort() { m_exprs.Sort(); } in Sort() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h217 void Sort() { in Sort() function
460 void Sort() { in Sort() function
749 void Sort() { in Sort() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h628 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h298 llvm::SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp691 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = in sort() local