/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/ |
H A D | sort.bench.cpp | 15 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 D | ranges_sort.bench.cpp | 15 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 D | Z3Solver.cpp | 74 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 D | tempargs.C | 4 template<class T> struct Sort { static void sort (Vector<typename T::foo> &); }; struct
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | UniqueCStringMap.h | 168 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 D | crash7.C | 24 struct Sort struct
|
/openbsd-src/gnu/llvm/llvm/lib/XRay/ |
H A D | Trace.cpp | 378 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 D | DWARFExpressionList.h | 54 void Sort() { m_exprs.Sort(); } in Sort() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugAranges.cpp | 90 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 217 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 D | IntervalTree.h | 628 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals()
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 298 llvm::SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 691 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = in sort() local
|