/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 72 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 D | Trace.h | 71 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 D | sanitizer_common_test.cc | 42 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 D | Trace.cpp | 380 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 D | llvm-pdbutil.rst | 160 =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 D | llvm-nm.rst | 190 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 D | Musings | 6 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 D | lang.opt | 91 Sort the symbols alphabetically. 95 Sort the symbols according to size.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lang.opt | 91 Sort the symbols alphabetically. 95 Sort the symbols according to size.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | lto-dump.texi | 94 Sort the symbols alphabetically. 97 Sort the symbols according to size.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | lto-dump.texi | 94 Sort the symbols alphabetically. 97 Sort the symbols according to size.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2019 | 8494 (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 D | ChangeLog-2019 | 8494 (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 D | algorithms.bench.cpp | 189 struct Sort { struct 327 makeCartesianProductBenchmark<Sort, AllValueTypes, AllOrders>(Quantities); in main()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_memory_profile.cc | 52 Sort(allocations_.data(), allocations_.size(), in Print()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_memory_profile.cpp | 51 Sort(allocations_.data(), allocations_.size(), in Print()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_memory_profile.cc | 50 Sort(allocations_.data(), allocations_.size(), in Print()
|
/netbsd-src/doc/ |
H A D | TODO.kaslr | 46 -- Sort the kernel sections by size, from largest to smallest, to save
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_common_fuchsia.cpp | 100 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
H A D | sort | 2 ."the ability of make to sort lists of object. Sort\n"
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | ChangeLog-2018 | 63 * configure.ac (ALL_LINGUAS): Add it, ro, ru, uk. Sort.
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | ChangeLog-2018 | 63 * configure.ac (ALL_LINGUAS): Add it, ro, ru, uk. Sort.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 298 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 D | sanitizer_coverage_libcdep_new.cc | 64 Sort(pcs, len); in SanitizerDumpCoverage()
|
H A D | sanitizer_stackdepot.cc | 147 Sort(map_.data(), map_.size(), &IdDescPair::IdComparator); in StackDepotReverseMap()
|