Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp76 Z3_sort Sort; member in __anon1f86e14b0111::Z3Sort
651 const SMTSortRef Sort = getBitvectorSort(BitWidth); in mkBitvector() local
658 SMTSortRef Sort = in mkFloat() local
668 SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) override { in mkSymbol()
693 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
714 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
762 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
776 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DTrace.cpp374 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile()
412 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp112 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h160 void Sort() { in Sort() function
390 void Sort() { in Sort() function
648 void Sort() { in Sort() function
872 void Sort() { in Sort() function
H A DUniqueCStringMap.h220 void Sort() { llvm::sort(m_map.begin(), m_map.end()); } in Sort() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h295 SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1539 RelocationSection<ELFT>::RelocationSection(StringRef Name, bool Sort) in RelocationSection()