Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h793 Func::template Apply<MappingS390x>(); in ForEachMapping()
794 Func::template Apply<MappingGo48>(); in ForEachMapping()
801 Func::template Apply<MappingGoS390x>(); in ForEachMapping()
822 static uptr Apply(MappingType type) { in Apply() function
890 static bool Apply(uptr mem) { in Apply() function
903 static bool Apply(uptr mem) { in Apply() function
915 static bool Apply(uptr mem) { in Apply() function
927 static uptr Apply(uptr x) { in Apply() function
943 static u32 *Apply(uptr x) { in Apply() function
956 static uptr Apply(uptr sp) { in Apply() function
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp19 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() function in HighlightStyle::ColorStyle
48 options.selected.Apply(s, line.substr(column, 1)); in Highlight()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp237 options.selected.Apply(storage, tok_str); in Highlight()
245 color.Apply(result, to_print); in Highlight()
/freebsd-14.2/contrib/llvm-project/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()
685 void printApply(const Apply *E, StreamType &SS, bool sugared = false) {
688 printApply(cast<Apply>(F), SS, true);
737 self()->printApply(cast<Apply>(T), SS, true); in printCall()
H A DThreadSafetyTIL.h848 class Apply : public SExpr {
850 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
851 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
870 typename C::CType compare(const Apply* E, C& Cmp) const { in compare()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h44 void Apply(Stream &s, llvm::StringRef value) const;
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1194 static R Apply(Ignore<0 * I>..., R (*)(), ...);
1200 decltype(ElemFromListImpl<typename MakeIndexSequence<N>::type>::Apply(
1246 auto Apply(F&& f) -> decltype(std::forward<F>(f)(this->Get<Idx>()...)) {
1251 auto Apply(F&& f) const -> decltype(std::forward<F>(f)(this->Get<Idx>()...)) {
1278 using FlatTuple::FlatTupleBase::Apply;
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1204 for (const auto &Apply : ApplyPats) { in checkSemantics() local
1205 assert(Apply.second.get()); in checkSemantics()
1206 const auto *IP = dyn_cast<InstructionPattern>(Apply.second.get()); in checkSemantics()
2826 for (const auto &Apply : ApplyCode) { in emitRunCustomAction() local
2827 OS << " " << Apply->getEnumNameWithPrefix(CXXApplyPrefix) in emitRunCustomAction()
2840 for (const auto &Apply : ApplyCode) { in emitRunCustomAction() local
2841 OS << " case " << Apply->getEnumNameWithPrefix(CXXApplyPrefix) << ":{\n" in emitRunCustomAction()
2842 << " " << join(split(Apply->Code, '\n'), "\n ") << '\n' in emitRunCustomAction()
/freebsd-14.2/contrib/ncurses/
H A DREADME.emx45 Apply the autoconf patches from
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1174 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1251 Apply(SlotInfo.CSInfo); in applySingleImplDevirt()
1253 Apply(P.second); in applySingleImplDevirt()
1460 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
1541 Apply(SlotInfo.CSInfo); in applyICallBranchFunnel()
1543 Apply(P.second); in applyICallBranchFunnel()
/freebsd-14.2/usr.sbin/bsdconfig/networking/share/
H A Drouting.subr119 # Apply the default router/gateway
H A Ddevice.subr356 # Re/Apply the settings if desired
/freebsd-14.2/contrib/unbound/contrib/
H A DREADME50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h431 auto Apply(F&& f, Tuple&& args) -> decltype(ApplyImpl(
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp921 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument
948 Apply(*MatchingRange); in refineSubRanges()
954 Apply(*NewRange); in refineSubRanges()
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h790 return internal::Apply(fun_, ::std::move(args));
1648 return internal::Apply(
2114 return Apply(MakeIndexSequence<kMaxArgs>{},
2120 R Apply(IndexSequence<arg_id...>, IndexSequence<excess_id...>,
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOptions.td117 "Apply link-time values for dynamic relocations",
225 "Read a list of dynamic symbol patterns. Apply --export-dynamic-symbol on each pattern">,
237 HelpText<"Apply fixes for AArch64 Cortex-A53 erratum 843419">;
240 HelpText<"Apply fixes for ARM Cortex-A8 erratum 657417">;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp441 E = new (Arena) til::Apply(E, A); in translateCallExpr()
938 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h872 std::function<void(LiveInterval::SubRange &)> Apply,
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def42 "Apply this number of consecutive mutations to each input.")
/freebsd-14.2/libexec/rc/
H A Drc.subr488 # Apply optional trim (-k POS.TRIM) to cut leading characters
561 # Apply optional trim (-k POS.TRIM), cut leading chars
1320 # Apply protect(1) to the PID if ${name}_oomprotect is set.
1884 # Apply ruleset number $ruleset to the devfs mountpoint $dir.
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4843 QualType Apply(TypeLoc TL) { in Apply() function in __anon465840c61311::SubstituteDeducedTypeTransform
4942 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type); in DeduceAutoType()
4952 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(TL); in DeduceAutoType()
4978 SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type); in DeduceAutoType()
5047 SubstituteDeducedTypeTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()
5084 Result = SubstituteDeducedTypeTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
/freebsd-14.2/crypto/heimdal/doc/
H A Dapps.texi57 Apply @file{security.patch} to @file{/sbin/init.d/security}.
/freebsd-14.2/sys/contrib/zlib/
H A DChangeLog392 - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]
400 - Apply casts in zlib.h to avoid conversion warnings
497 - Apply destination directory fixes to CMakeLists.txt [Lowman]
505 - Apply license and readme changes to contrib/asm686 [Raiter]
591 - Apply various fixes to CMakeLists.txt [Lowman]
768 - Apply security vulnerability fixes to contrib/infback9 as well

123