| /freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_platform.h | 719 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/ |
| HD | 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-head/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| HD | ClangHighlighter.cpp | 237 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/ |
| HD | ThreadSafetyOps.def | 28 TIL_OPCODE_DEF(Apply)
|
| HD | 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()
|
| HD | 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-head/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | Highlighter.h | 44 void Apply(Stream &s, llvm::StringRef value) const;
|
| /freebsd-head/contrib/googletest/googletest/include/gtest/internal/ |
| HD | 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-head/contrib/ncurses/ |
| HD | README.emx | 45 Apply the autoconf patches from
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | 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-head/usr.sbin/bsdconfig/networking/share/ |
| HD | routing.subr | 119 # Apply the default router/gateway
|
| HD | device.subr | 356 # Re/Apply the settings if desired
|
| /freebsd-head/contrib/unbound/contrib/ |
| HD | README | 50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
|
| /freebsd-head/contrib/googletest/googlemock/include/gmock/internal/ |
| HD | gmock-internal-utils.h | 432 auto Apply(F&& f, Tuple&& args)
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LiveInterval.cpp | 921 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/ |
| HD | 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-head/contrib/llvm-project/clang/lib/Analysis/ |
| HD | 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-head/contrib/llvm-project/lld/ELF/ |
| HD | 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-head/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | LiveInterval.h | 878 std::function<void(LiveInterval::SubRange &)> Apply,
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerFlags.def | 42 "Apply this number of consecutive mutations to each input.")
|
| /freebsd-head/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 4974 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/ |
| HD | GlobalISelCombinerEmitter.cpp | 1184 for (const auto &Apply : ApplyPats) { in checkSemantics() local 1185 Pattern *Pat = Apply.second.get(); in checkSemantics()
|
| /freebsd-head/crypto/heimdal/doc/ |
| HD | apps.texi | 57 Apply @file{security.patch} to @file{/sbin/init.d/security}.
|
| /freebsd-head/libexec/rc/ |
| HD | rc.subr | 646 # 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/ |
| HD | ChangeLog | 392 - 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
|