Home
last modified time | relevance | path

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

123

/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform.h719 return Func::template Apply<MappingGoPPC64_46>(arg); in SelectMapping()
721 return Func::template Apply<MappingGoPPC64_47>(arg); in SelectMapping()
724 return Func::template Apply<MappingGoMips64_47>(arg); in SelectMapping()
726 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping()
728 return Func::template Apply<MappingGoAarch64>(arg); in SelectMapping()
730 return Func::template Apply<MappingGoLoongArch64_47>(arg); in SelectMapping()
732 return Func::template Apply<MappingGoWindows>(arg); in SelectMapping()
734 return Func::template Apply<MappingGo48>(arg); in SelectMapping()
738 return Func::template Apply<MappingAppleAarch64>(arg); in SelectMapping()
740 return Func::template Apply<Mapping48AddressSpace>(arg); in SelectMapping()
[all …]
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDHighlighter.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-head/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
HDClangHighlighter.cpp237 options.selected.Apply(storage, tok_str); in Highlight()
245 color.Apply(result, to_print); in Highlight()
/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyOps.def28 TIL_OPCODE_DEF(Apply)
HDThreadSafetyTraverse.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()
HDThreadSafetyTIL.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-head/contrib/llvm-project/lldb/include/lldb/Core/
HDHighlighter.h44 void Apply(Stream &s, llvm::StringRef value) const;
/freebsd-head/contrib/googletest/googletest/include/gtest/internal/
HDgtest-internal.h1154 static R Apply(Ignore<0 * I>..., R (*)(), ...);
1159 using type = decltype(ElemFromListImpl<std::make_index_sequence<N>>::Apply(
1205 auto Apply(F&& f) -> decltype(std::forward<F>(f)(this->Get<Idx>()...)) {
1210 auto Apply(F&& f) const -> decltype(std::forward<F>(f)(this->Get<Idx>()...)) {
1238 using FlatTuple::FlatTupleBase::Apply;
/freebsd-head/contrib/ncurses/
HDREADME.emx45 Apply the autoconf patches from
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDWholeProgramDevirt.cpp1167 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1243 Apply(SlotInfo.CSInfo); in applySingleImplDevirt()
1245 Apply(P.second); in applySingleImplDevirt()
1452 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
1533 Apply(SlotInfo.CSInfo); in applyICallBranchFunnel()
1535 Apply(P.second); in applyICallBranchFunnel()
/freebsd-head/usr.sbin/bsdconfig/networking/share/
HDrouting.subr119 # Apply the default router/gateway
HDdevice.subr356 # Re/Apply the settings if desired
/freebsd-head/contrib/unbound/contrib/
HDREADME50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
/freebsd-head/contrib/googletest/googlemock/include/gmock/internal/
HDgmock-internal-utils.h432 auto Apply(F&& f, Tuple&& args)
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveInterval.cpp921 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument
948 Apply(*MatchingRange); in refineSubRanges()
954 Apply(*NewRange); in refineSubRanges()
/freebsd-head/contrib/googletest/googlemock/include/gmock/
HDgmock-actions.h797 return internal::Apply(fun_, ::std::move(args));
1655 return internal::Apply(
2138 return Apply(std::make_index_sequence<kMaxArgs>{},
2144 R Apply(std::index_sequence<arg_id...>, std::index_sequence<excess_id...>,
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafetyCommon.cpp441 E = new (Arena) til::Apply(E, A); in translateCallExpr()
938 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
/freebsd-head/contrib/llvm-project/lld/ELF/
HDOptions.td123 "Apply link-time values for dynamic relocations",
240 "Read a list of dynamic symbol patterns. Apply --export-dynamic-symbol on each pattern">,
252 HelpText<"Apply fixes for AArch64 Cortex-A53 erratum 843419">;
255 HelpText<"Apply fixes for ARM Cortex-A8 erratum 657417">;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h878 std::function<void(LiveInterval::SubRange &)> Apply,
/freebsd-head/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerFlags.def42 "Apply this number of consecutive mutations to each input.")
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeduction.cpp4974 QualType Apply(TypeLoc TL) { in Apply() function in __anonc8084fef1411::SubstituteDeducedTypeTransform
5069 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type); in DeduceAutoType()
5079 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(TL); in DeduceAutoType()
5105 SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type); in DeduceAutoType()
5175 SubstituteDeducedTypeTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()
5213 Result = SubstituteDeducedTypeTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelCombinerEmitter.cpp1184 for (const auto &Apply : ApplyPats) { in checkSemantics() local
1185 Pattern *Pat = Apply.second.get(); in checkSemantics()
/freebsd-head/crypto/heimdal/doc/
HDapps.texi57 Apply @file{security.patch} to @file{/sbin/init.d/security}.
/freebsd-head/libexec/rc/
HDrc.subr646 # Apply optional trim (-k POS.TRIM) to cut leading characters
719 # Apply optional trim (-k POS.TRIM), cut leading chars
1676 # Apply protect(1) to the PID if ${name}_oomprotect is set.
2323 # Apply ruleset number $ruleset to the devfs mountpoint $dir.
/freebsd-head/sys/contrib/zlib/
HDChangeLog392 - 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