| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Z3ConstraintManager.cpp | 76 Z3_sort Sort; member in __anon1f86e14b0111::Z3Sort 85 Z3Sort(const Z3Sort &Other) : Context(Other.Context), Sort(Other.Sort) { in Z3Sort() 94 Sort = Other.Sort; in operator =() 102 if (Sort) in ~Z3Sort() 654 toZ3Sort(*Sort).Sort))); in mkBitvector() 658 SMTSortRef Sort = in mkFloat() local 665 toZ3Sort(*Sort).Sort))); in mkFloat() 672 toZ3Sort(*Sort).Sort))); in mkSymbol() 716 if (Sort->isBitvectorSort()) { in toAPSInt() 738 if (Sort->isBooleanSort()) { in toAPSInt() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/XRay/ |
| H A D | Trace.h | 72 Expected<Trace> loadTraceFile(StringRef Filename, bool Sort = false); 76 Expected<Trace> loadTrace(const DataExtractor &Extractor, bool Sort = false);
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | Trace.cpp | 374 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile() argument 404 auto TraceOrError = loadTrace(LittleEndianDE, Sort); in loadTraceFile() 407 TraceOrError = loadTrace(BigEndianDE, Sort); in loadTraceFile() 412 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace() argument 464 if (Sort) in loadTrace()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 112 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges 126 m_aranges.Sort(); in Sort()
|
| H A D | DWARFDebugAranges.h | 40 void Sort(bool minimize);
|
| H A D | NameToDIE.cpp | 25 m_map.Sort(); in Finalize()
|
| H A D | DWARFDebugInfo.cpp | 91 m_cu_aranges_ap->Sort(minimize); in GetCompileUnitAranges()
|
| H A D | DWARFDebugRanges.cpp | 38 range_list.Sort(); in Extract()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 363 m_name_to_index.Sort(); in InitNameIndexes() 365 m_selector_to_index.Sort(); in InitNameIndexes() 367 m_basename_to_index.Sort(); in InitNameIndexes() 369 m_method_to_index.Sort(); in InitNameIndexes() 911 m_file_addr_to_index.Sort(); in InitAddressIndexes() 922 section_ranges.Sort(); in InitAddressIndexes() 971 m_file_addr_to_index.Sort(); in InitAddressIndexes()
|
| H A D | Block.cpp | 305 m_ranges.Sort(); in FinalizeRanges()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_memory_profile.cc | 52 Sort(allocations_.data(), allocations_.size(), in Print()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 99 m_enumerations.Sort(); in SetEnumerations()
|
| H A D | OptionValueProperties.cpp | 60 m_name_to_index.Sort(); in Initialize() 78 m_name_to_index.Sort(); in AppendProperty()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | RangeMap.h | 160 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 D | UniqueCStringMap.h | 220 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 D | SMTConv.h | 295 SMTSortRef Sort = Solver->getFloatSort(ToBitWidth); in fromCast() local 297 ? Solver->mkSBVtoFP(Exp, Sort) in fromCast() 298 : Solver->mkUBVtoFP(Exp, Sort); in fromCast()
|
| H A D | SMTSolver.h | 248 virtual SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) = 0;
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_libcdep_new.cc | 66 Sort(pcs, len); in SanitizerDumpCoverage()
|
| H A D | sanitizer_stackdepot.cc | 149 Sort(map_.data(), map_.size(), &IdDescPair::IdComparator); in StackDepotReverseMap()
|
| H A D | sanitizer_allocator_secondary.h | 208 Sort(reinterpret_cast<uptr *>(chunks), n_chunks_); in EnsureSortedChunks()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 100 m_objc_class_name_to_index.Sort(); in CalculateAbilities()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 198 m_core_aranges.Sort(); in DoLoadCore() 199 m_core_range_infos.Sort(); in DoLoadCore()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cc | 548 Sort(threads.data(), threads.size()); in ReportUnsuspendedThreads() 714 Sort(leaks_.data(), leaks_.size(), &LeakComparator); in ReportTopLeaks()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.h | 501 RelocationSection(StringRef Name, bool Sort); 506 bool Sort;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Memory.cpp | 109 m_invalid_ranges.Sort(); in AddInvalidRange()
|