Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h746 return Func::template Apply<MappingGoPPC64_46>(arg); in SelectMapping()
748 return Func::template Apply<MappingGoPPC64_47>(arg); in SelectMapping()
751 return Func::template Apply<MappingGoMips64_47>(arg); in SelectMapping()
753 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping()
755 return Func::template Apply<MappingGoAarch64>(arg); in SelectMapping()
757 return Func::template Apply<MappingGoLoongArch64_47>(arg); in SelectMapping()
759 return Func::template Apply<MappingGoRiscv64>(arg); in SelectMapping()
761 return Func::template Apply<MappingGoWindows>(arg); in SelectMapping()
763 return Func::template Apply<MappingGo48>(arg); in SelectMapping()
767 return Func::template Apply<MappingAppleAarch64>(arg); in SelectMapping()
[all …]
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp236 options.selected.Apply(storage, tok_str); in Highlight()
244 color.Apply(result, to_print); in Highlight()
/freebsd/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()
679 void printApply(const Apply *E, StreamType &SS, bool sugared = false) {
682 printApply(cast<Apply>(F), SS, true);
731 self()->printApply(cast<Apply>(T), SS, true); in printCall()
H A DThreadSafetyTIL.h849 class Apply : public SExpr {
851 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
852 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
871 typename C::CType compare(const Apply* E, C& Cmp) const { in compare()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h44 void Apply(Stream &s, llvm::StringRef value) const;
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1141 static R Apply(Ignore<0 * I>..., R (*)(), ...);
1146 using type = decltype(ElemFromListImpl<std::make_index_sequence<N>>::Apply(
1192 auto Apply(F&& f) -> decltype(std::forward<F>(f)(this->Get<Idx>()...)) {
1197 auto Apply(F&& f) const -> decltype(std::forward<F>(f)(this->Get<Idx>()...)) {
1225 using FlatTuple::FlatTupleBase::Apply;
/freebsd/contrib/ncurses/
H A DREADME.emx45 Apply the autoconf patches from
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1198 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1282 Apply(SlotInfo.CSInfo); in applySingleImplDevirt()
1284 Apply(P.second); in applySingleImplDevirt()
1507 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
1586 Apply(SlotInfo.CSInfo); in applyICallBranchFunnel()
1588 Apply(P.second); in applyICallBranchFunnel()
/freebsd/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/contrib/unbound/contrib/
H A DREADME50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h432 auto Apply(F&& f, Tuple&& args)
/freebsd/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/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h797 return internal::Apply(fun_, ::std::move(args));
1721 return internal::Apply(
2221 return Apply(std::make_index_sequence<kMaxArgs>{},
2227 R Apply(std::index_sequence<arg_id...>, std::index_sequence<excess_id...>,
/freebsd/contrib/sqlite3/tea/
H A Dteaish.tcl110 => {Apply extra CFLAGS/CPPFLAGS necessary for building with ICU.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp458 E = new (Arena) til::Apply(E, A); in translateCallExpr()
955 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td127 "Apply link-time values for dynamic relocations",
257 "Read a list of dynamic symbol patterns. Apply --export-dynamic-symbol on each pattern">,
269 HelpText<"Apply fixes for AArch64 Cortex-A53 erratum 843419">;
272 HelpText<"Apply fixes for ARM Cortex-A8 erratum 657417">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h882 std::function<void(LiveInterval::SubRange &)> Apply,
/freebsd/contrib/libyaml/
H A DChanges136 Apply old fix for `\/` that is not in master.
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def43 "Apply this number of consecutive mutations to each input.")
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5088 QualType Apply(TypeLoc TL) { in Apply() function in __anonc4c693d01611::SubstituteDeducedTypeTransform
5182 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type); in DeduceAutoType()
5192 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(TL); in DeduceAutoType()
5218 SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type); in DeduceAutoType()
5289 SubstituteDeducedTypeTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()
5327 Result = SubstituteDeducedTypeTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
/freebsd/crypto/heimdal/doc/
H A Dapps.texi57 Apply @file{security.patch} to @file{/sbin/init.d/security}.

1234