Home
last modified time | relevance | path

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

123

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_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 …]
/src/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()
/src/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()
/src/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()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h44 void Apply(Stream &s, llvm::StringRef value) const;
/src/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;
/src/contrib/ncurses/
H A DREADME.emx45 Apply the autoconf patches from
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.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()
/src/usr.sbin/bsdconfig/networking/share/
H A Drouting.subr119 # Apply the default router/gateway
H A Ddevice.subr356 # Re/Apply the settings if desired
/src/contrib/unbound/contrib/
H A DREADME50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
/src/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h432 auto Apply(F&& f, Tuple&& args)
/src/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()
/src/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...>,
/src/contrib/sqlite3/tea/
H A Dteaish.tcl104 => {Apply extra CFLAGS/CPPFLAGS necessary for building with ICU.
/src/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()
/src/contrib/llvm-project/lld/ELF/
H A DOptions.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">;
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h878 std::function<void(LiveInterval::SubRange &)> Apply,
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def42 "Apply this number of consecutive mutations to each input.")
/src/contrib/libyaml/
H A DChanges136 Apply old fix for `\/` that is not in master.
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4974 QualType Apply(TypeLoc TL) { in Apply() function in __anon84f22b451411::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()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1184 for (const auto &Apply : ApplyPats) { in checkSemantics() local
1185 Pattern *Pat = Apply.second.get(); in checkSemantics()
/src/crypto/heimdal/doc/
H A Dapps.texi57 Apply @file{security.patch} to @file{/sbin/init.d/security}.

123