Home
last modified time | relevance | path

Searched refs:Sort (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp74 Z3_sort Sort; member in __anone6ca58ec0111::Z3Sort
83 Z3Sort(const Z3Sort &Other) : Context(Other.Context), Sort(Other.Sort) { in Z3Sort()
92 Sort = Other.Sort; in operator =()
100 if (Sort) in ~Z3Sort()
751 SMTSortRef Sort = in mkFloat() local
758 toZ3Sort(*Sort).Sort))); in mkFloat()
765 toZ3Sort(*Sort).Sort))); in mkSymbol()
809 if (Sort->isBitvectorSort()) { in toAPSInt()
831 if (Sort->isBooleanSort()) { in toAPSInt()
855 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h71 Expected<Trace> loadTraceFile(StringRef Filename, bool Sort = false);
75 Expected<Trace> loadTrace(const DataExtractor &Extractor, bool Sort = false);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp91 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
95 m_aranges.Sort(); in Sort()
H A DNameToDIE.cpp26 m_map.Sort(std::less<DIERef>()); in Finalize()
124 m_map.Sort(std::less<DIERef>()); in Decode()
H A DDWARFDebugAranges.h35 void Sort(bool minimize);
H A DDWARFDebugRanges.cpp38 lldb_range_list.Sort(); in Extract()
H A DDWARFDebugInfo.cpp74 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h168 void Sort() { in Sort() function
169 Sort([](const T &, const T &) { return false; }); in Sort()
174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp381 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile() argument
411 auto TraceOrError = loadTrace(LittleEndianDE, Sort); in loadTraceFile()
415 TraceOrError = loadTrace(BigEndianDE, Sort); in loadTraceFile()
420 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace() argument
472 if (Sort) in loadTrace()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h59 void Sort() { m_exprs.Sort(); } in Sort() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp372 name_to_index.Sort(); in InitNameIndexes()
374 selector_to_index.Sort(); in InitNameIndexes()
376 basename_to_index.Sort(); in InitNameIndexes()
378 method_to_index.Sort(); in InitNameIndexes()
943 m_file_addr_to_index.Sort(); in InitAddressIndexes()
954 section_ranges.Sort(); in InitAddressIndexes()
1003 m_file_addr_to_index.Sort(); in InitAddressIndexes()
1227 cstr_map.Sort(); in DecodeCStrMap()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td29 def numeric_sort : FF<"numeric-sort", "Sort symbols by address">;
35 def reverse_sort : FF<"reverse-sort", "Sort in reverse order">;
36 def size_sort : FF<"size-sort", "Sort symbols by size">;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp38 Sort(events.data(), events.size(), in Intersect()
H A Dsanitizer_lzw.h41 Sort(dict_len1.data(), dict_len1.size()); in LzwEncode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals() argument
629 [Sort](const DataType *RHS, const DataType *LHS) { in sortIntervals()
630 return Sort == Sorting::Ascending in sortIntervals()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp50 Sort(allocations_.data(), allocations_.size(), in Print()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp95 m_enumerations.Sort(); in SetEnumerations()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi13 * Sort order matches the order in the parent files (parents before children).
H A Dsc7180-trogdor-parade-ps8640.dtsi32 * Sort order matches the order in the parent files (parents before children).
H A Dsc7280-herobrine-zombie.dtsi14 * Sort order matches the order in the parent files (parents before children).
H A Dsc7280-herobrine-evoker-r0.dts20 * Sort order matches the order in the parent files (parents before children).
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp109 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp96 m_objc_class_name_to_index.Sort(); in CalculateAbilities()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h298 llvm::SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local
300 ? Solver->mkSBVtoFP(Exp, Sort) in fromCast()
301 : Solver->mkUBVtoFP(Exp, Sort); in fromCast()
/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

1234