Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp79 Z3_sort Sort; member in __anona2cc94240111::Z3Sort
306 SMTSortRef newSortRef(const SMTSort &Sort) { in newSortRef()
763 SMTSortRef Sort = in mkFloat() local
773 SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) override { in mkSymbol()
798 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
819 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
867 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
881 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h168 void Sort() { in Sort() function
174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp378 loadTraceFile(StringRef Filename,bool Sort) loadTraceFile() argument
417 loadTrace(const DataExtractor & DE,bool Sort) loadTrace() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h60 void Sort() { m_exprs.Sort(); } in Sort() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp91 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h298 llvm::SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp686 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = sort() local