Home
last modified time | relevance | path

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

12345678910>>...22

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp72 Z3_sort Sort; member in __anondfffcc6f0111::Z3Sort
76 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort()
77 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in Z3Sort()
81 Z3Sort(const Z3Sort &Other) : Context(Other.Context), Sort(Other.Sort) { in Z3Sort()
82 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in Z3Sort()
88 Z3_inc_ref(Context.Context, reinterpret_cast<Z3_ast>(Other.Sort)); in operator =()
89 Z3_dec_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in operator =()
90 Sort = Other.Sort; in operator =()
98 if (Sort) in ~Z3Sort()
99 Z3_dec_ref(Context.Context, reinterpret_cast<Z3_ast>(Sort)); in ~Z3Sort()
[all …]
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc42 Sort(array, n); in TEST()
48 Sort(array, n); in TEST()
54 Sort(array, n); in TEST()
60 Sort(array, n); in TEST()
67 Sort(array, n); in TEST()
72 Sort(array, 2); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DTrace.cpp380 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile() argument
410 auto TraceOrError = loadTrace(LittleEndianDE, Sort); in loadTraceFile()
414 TraceOrError = loadTrace(BigEndianDE, Sort); in loadTraceFile()
419 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace() argument
471 if (Sort) in loadTrace()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst160 =name - Sort classes by name
161 =size - Sort classes by size
162 =padding - Sort classes by amount of padding
163 =padding-pct - Sort classes by percentage of space consumed by padding
164 =padding-imm - Sort classes by amount of immediate padding
165 =padding-pct-imm - Sort classes by percentage of space consumed by immediate padding
220 =name - Sort symbols by name
221 =size - Sort symbols by size
H A Dllvm-nm.rst190 Sort symbols by address.
219 Sort symbols in reverse order.
223 Sort symbols by size.
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A DMusings6 mailboxes). Sort/uniq the expanded recipient list, and deliver.
12 of expanded recipients. Sort/uniq the list and deliver by re-injecting
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlang.opt91 Sort the symbols alphabetically.
95 Sort the symbols according to size.
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlang.opt91 Sort the symbols alphabetically.
95 Sort the symbols according to size.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlto-dump.texi94 Sort the symbols alphabetically.
97 Sort the symbols according to size.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlto-dump.texi94 Sort the symbols alphabetically.
97 Sort the symbols according to size.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20198494 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
12808 * ft32-tdep.c: Sort headers.
12809 * frv-tdep.c: Sort headers.
12810 * frv-linux-tdep.c: Sort headers.
12811 * frame.c: Sort headers.
12812 * frame-unwind.c: Sort headers.
12813 * frame-base.c: Sort headers.
12814 * fork-child.c: Sort headers.
12815 * findvar.c: Sort headers.
12816 * findcmd.c: Sort headers.
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20198494 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
12808 * ft32-tdep.c: Sort headers.
12809 * frv-tdep.c: Sort headers.
12810 * frv-linux-tdep.c: Sort headers.
12811 * frame.c: Sort headers.
12812 * frame-unwind.c: Sort headers.
12813 * frame-base.c: Sort headers.
12814 * fork-child.c: Sort headers.
12815 * findvar.c: Sort headers.
12816 * findcmd.c: Sort headers.
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.bench.cpp189 struct Sort { struct
327 makeCartesianProductBenchmark<Sort, AllValueTypes, AllOrders>(Quantities); in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc52 Sort(allocations_.data(), allocations_.size(), in Print()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp51 Sort(allocations_.data(), allocations_.size(), in Print()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc50 Sort(allocations_.data(), allocations_.size(), in Print()
/netbsd-src/doc/
H A DTODO.kaslr46 -- Sort the kernel sections by size, from largest to smallest, to save
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_fuchsia.cpp100 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dsort2 ."the ability of make to sort lists of object. Sort\n"
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-201863 * configure.ac (ALL_LINGUAS): Add it, ro, ru, uk. Sort.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-201863 * configure.ac (ALL_LINGUAS): Add it, ro, ru, uk. Sort.
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cc64 Sort(pcs, len); in SanitizerDumpCoverage()
H A Dsanitizer_stackdepot.cc147 Sort(map_.data(), map_.size(), &IdDescPair::IdComparator); in StackDepotReverseMap()

12345678910>>...22