/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform.h | 719 return Func::template Apply<MappingGoPPC64_46>(arg); in Apply() 721 return Func::template Apply<MappingGoPPC64_47>(arg); in Apply() 724 return Func::template Apply<MappingGoMips64_47>(arg); in Apply() 726 return Func::template Apply<MappingGoS390x>(arg); in Apply() 728 return Func::template Apply<MappingGoAarch64>(arg); in Apply() 730 return Func::template Apply<MappingGoLoongArch64_47>(arg); in Apply() 732 return Func::template Apply<MappingGoWindows>(arg); in Apply() 734 return Func::template Apply<MappingGo48>(arg); in Apply() 738 return Func::template Apply<MappingAppleAarch64>(arg); in Apply() 740 return Func::template Apply<Mapping48AddressSpac in Apply() 717 static uptr Apply(MappingType type) { Apply() function 785 static bool Apply(uptr mem) { Apply() function 798 static bool Apply(uptr mem) { Apply() function 810 static bool Apply(uptr mem) { Apply() function 822 static uptr Apply(uptr x) { Apply() function 838 static u32 *Apply(uptr x) { Apply() function 851 static uptr Apply(uptr sp) { Apply() function 887 static Result Apply(uptr addr) { Apply() function [all...] |
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Highlighter.cpp | 19 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 D | GlobalISelCombinerMatchTableEmitter.cpp |
|
H A D | GlobalISelCombinerEmitter.cpp | 1184 for (const auto &Apply : ApplyPats) { in checkSemantics() local 1185 Pattern *Pat = Apply.second.get(); in checkSemantics()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 237 options.selected.Apply(storage, tok_str); in Highlight() 245 color.Apply(result, to_print); in Highlight()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyOps.def | 28 TIL_OPCODE_DEF(Apply)
|
H A D | ThreadSafetyTraverse.h | 216 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 D | ThreadSafetyTIL.h | 848 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/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Highlighter.h | 44 void Apply(Stream &s, llvm::StringRef value) const;
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 1154 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/contrib/ncurses/ |
H A D | README.emx | 45 Apply the autoconf patches from
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1167 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/usr.sbin/bsdconfig/networking/share/ |
H A D | routing.subr | 119 # Apply the default router/gateway
|
H A D | device.subr | 356 # Re/Apply the settings if desired
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 432 auto Apply(F&& f, Tuple&& args)
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 921 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() 948 Apply(*MatchingRange); in refineSubRanges() 954 Apply(*NewRange); 918 refineSubRanges(BumpPtrAllocator & Allocator,LaneBitmask LaneMask,std::function<void (LiveInterval::SubRange &)> Apply,const SlotIndexes & Indexes,const TargetRegisterInfo & TRI,unsigned ComposeSubRegIdx) refineSubRanges() argument
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 797 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/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 441 E = new (Arena) til::Apply(E, A); in translateCallExpr() 938 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 123 "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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 878 std::function<void(LiveInterval::SubRange &)> Apply,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 42 "Apply this number of consecutive mutations to each input.")
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4974 QualType Apply(TypeLoc TL) { in Apply() function in __anonc4c693d01411::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/crypto/heimdal/doc/ |
H A D | apps.texi | 57 Apply @file{security.patch} to @file{/sbin/init.d/security}.
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 653 # Apply optional trim (-k POS.TRIM) to cut leading characters 726 # Apply optional trim (-k POS.TRIM), cut leading chars 1656 # Apply protect(1) to the PID if ${name}_oomprotect is set. 2303 # Apply ruleset number $ruleset to the devfs mountpoint $dir.
|