Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h635 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 DHOWTO_MERGE14 * 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 DHOWTO_MERGE13 * 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 DThreadSafetyOps.def28 TIL_OPCODE_DEF(Apply)
H A DThreadSafetyTraverse.h216 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 DThreadSafetyTIL.h839 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 Doptions_test.cc45 BENCHMARK(BM_basic)->Apply(CustomArgs);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doptions_test.cc45 BENCHMARK(BM_basic)->Apply(CustomArgs);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/
H A DBUILDCONFIG.gn14 # Apply that default list to the binary target types.
/netbsd-src/external/cddl/dtracetoolkit/dist/Perl/
H A DReadme17 3. Apply Richard's patch (gpatch -p1 -i patchfile)
/netbsd-src/external/bsd/nsd/dist/contrib/
H A DREADME35 Apply with patch -p0 < contrib/patch_for_s6_startup_and_other_service_supervisors.diff
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibTooling.rst67 // 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 Dmsgcmp.texi41 Apply @var{ref}.pot to each of the domains in @var{def}.po.
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/
H A Drfc2437.txt743 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 DWholeProgramDevirt.cpp1065 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 DChangeLog-2008232 * 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 DREADME.NetBSD19 # 8) Apply the fixes
23 # 12) Apply the fixes
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dbuffer_queue_test.cc110 TEST(BufferQueueTest, Apply) { in TEST() argument
/netbsd-src/external/bsd/unbound/dist/contrib/
H A DREADME50 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 Dfp_extend_impl.inc105 // Apply the signbit to (dst_t)abs(a).
H A Dfp_trunc_impl.inc132 // Apply the signbit to (dst_t)abs(a).
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp932 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 DChangeLog-2010442 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 DChangeLog-2010442 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 DChangeLog92 * Makesub.in (libcody.a): Apply RANLIB.

12345678910>>...20