| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_platform.h | 635 return Func::template Apply<MappingGoPPC64_46>(arg); in SelectMapping() 637 return Func::template Apply<MappingGoPPC64_47>(arg); in SelectMapping() 640 return Func::template Apply<MappingGoMips64_47>(arg); in SelectMapping() 642 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping() 644 return Func::template Apply<MappingGoAarch64>(arg); in SelectMapping() 646 return Func::template Apply<MappingGoWindows>(arg); in SelectMapping() 648 return Func::template Apply<MappingGo48>(arg); in SelectMapping() 652 return Func::template Apply<Mapping48AddressSpace>(arg); in SelectMapping() 654 return Func::template Apply<MappingAppleAarch64>(arg); in SelectMapping() 658 return Func::template Apply<MappingAarch64_39>(arg); in SelectMapping() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ |
| H A D | HOWTO_MERGE | 14 * Apply all needed GCC-specific patches to libsanitizer (note that some of 17 * Apply all necessary compiler changes. Be especially careful here, you must
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
| H A D | HOWTO_MERGE | 13 * Apply all needed GCC-specific patches to libsanitizer (note that some of 16 * Apply all necessary compiler changes. Be especially careful here, you must
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 28 TIL_OPCODE_DEF(Apply)
|
| H A D | ThreadSafetyTraverse.h | 216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() 682 void printApply(const Apply *E, StreamType &SS, bool sugared = false) { 685 printApply(cast<Apply>(F), SS, true); 734 self()->printApply(cast<Apply>(T), SS, true); in printCall()
|
| H A D | ThreadSafetyTIL.h | 839 class Apply : public SExpr { 841 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function 842 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function 861 typename C::CType compare(const Apply* E, C& Cmp) const { in compare()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| H A D | options_test.cc | 45 BENCHMARK(BM_basic)->Apply(CustomArgs);
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| H A D | options_test.cc | 45 BENCHMARK(BM_basic)->Apply(CustomArgs);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| H A D | BUILDCONFIG.gn | 14 # Apply that default list to the binary target types.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Perl/ |
| H A D | Readme | 17 3. Apply Richard's patch (gpatch -p1 -i patchfile)
|
| /netbsd-src/external/bsd/nsd/dist/contrib/ |
| H A D | README | 35 Apply with patch -p0 < contrib/patch_for_s6_startup_and_other_service_supervisors.diff
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibTooling.rst | 67 // Apply a custom category to all command-line options so that they are the 123 // Apply a custom category to all command-line options so that they are the
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | msgcmp.texi | 41 Apply @var{ref}.pot to each of the domains in @var{def}.po.
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/ref/ |
| H A D | rfc2437.txt | 743 1. Apply the EME-OAEP encoding operation (Section 9.1.1.2) to the 755 3. Apply the RSAEP encryption primitive (Section 5.1.1) to the public 799 3. Apply the RSADP decryption primitive (Section 5.1.2) to the 814 5. Apply the EME-OAEP decoding operation to the encoded message EM 919 1. Apply the EME-PKCS1-v1_5 encoding operation (Section 9.1.2.1) to 930 3. Apply the RSAEP encryption primitive (Section 5.1.1) to the public 967 3. Apply the RSADP decryption primitive to the private key (n, d) and 980 5. Apply the EME-PKCS1-v1_5 decoding operation to the encoded message 1096 1. Apply the EMSA-PKCS1-v1_5 encoding operation (Section 9.2.1) to 1109 3. Apply the RSASP1 signature primitive (Section 5.2.1) to the [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1065 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local 1099 Apply(SlotInfo.CSInfo); in applySingleImplDevirt() 1101 Apply(P.second); in applySingleImplDevirt() 1307 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local 1372 Apply(SlotInfo.CSInfo); in applyICallBranchFunnel() 1374 Apply(P.second); in applyICallBranchFunnel()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2008 | 232 * dmd/expression.c (DotVarExp::semantic): Apply fix from dmd2/ 280 * phobos2/std/bitmanip.d: Apply previous bitarray.d changes.
|
| /netbsd-src/dist/pf/ |
| H A D | README.NetBSD | 19 # 8) Apply the fixes 23 # 12) Apply the fixes
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| H A D | buffer_queue_test.cc | 110 TEST(BufferQueueTest, Apply) { in TEST() argument
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | README | 50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | fp_extend_impl.inc | 105 // Apply the signbit to (dst_t)abs(a).
|
| H A D | fp_trunc_impl.inc | 132 // Apply the signbit to (dst_t)abs(a).
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 932 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument 959 Apply(*MatchingRange); in refineSubRanges() 965 Apply(*NewRange); in refineSubRanges()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ChangeLog-2010 | 442 Apply LD plugin patch series (part 6/6). 451 Apply LD plugin patch series (part 5/6). 457 Apply LD plugin patch series (part 4/6). 485 Apply LD plugin patch series (part 3/6). 505 Apply LD plugin patch series (part 2/6). 548 Apply LD plugin patch series (part 1/6).
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ChangeLog-2010 | 442 Apply LD plugin patch series (part 6/6). 451 Apply LD plugin patch series (part 5/6). 457 Apply LD plugin patch series (part 4/6). 485 Apply LD plugin patch series (part 3/6). 505 Apply LD plugin patch series (part 2/6). 548 Apply LD plugin patch series (part 1/6).
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | ChangeLog | 92 * Makesub.in (libcody.a): Apply RANLIB.
|