Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp74 Z3_sort Sort; global() member in __anonab5195f60111::Z3Sort
294 newSortRef(const SMTSort & Sort) newSortRef() argument
751 SMTSortRef Sort = mkFloat() local
761 mkSymbol(const char * Name,SMTSortRef Sort) mkSymbol() argument
786 toAPFloat(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APFloat & Float,bool useSemantics) toAPFloat() argument
807 toAPSInt(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APSInt & Int,bool useSemantics) toAPSInt() argument
855 SMTSortRef Sort = getSort(Assign); getInterpretation() local
869 SMTSortRef Sort = getSort(Assign); getInterpretation() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp381 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile()
420 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h59 /// Sort m_expressions. in Sort() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp91 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h298 llvm::SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp678 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = in sort() local