Home
last modified time | relevance | path

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

12345

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyOps.def29 TIL_OPCODE_DEF(Apply)
HDThreadSafetyTraverse.h203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
665 void printApply(const Apply *E, StreamType &SS, bool sugared = false) {
668 printApply(cast<Apply>(F), SS, true);
719 self()->printApply(cast<Apply>(T), SS, true); in printCall()
HDThreadSafetyTIL.h832 class Apply : public SExpr {
836 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
855 typename C::CType compare(const Apply* E, C& Cmp) const { in compare()
/NextBSD/cddl/contrib/dtracetoolkit/Perl/
HDReadme17 3. Apply Richard's patch (gpatch -p1 -i patchfile)
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDCC1Options.td395 HelpText<"Apply fix-it advice to the input source">;
397 HelpText<"Apply fix-it advice creating a file with the given suffix">;
447 HelpText<"Apply modifications to files to conform to ARC">;
449 HelpText<"Apply modifications and produces temporary files that conform to ARC">;
458 HelpText<"Apply fix-it advice even in the presence of unfixable errors">;
460 HelpText<"Apply fix-it advice only for warnings, not errors">;
462 HelpText<"Apply fix-it changes and recompile">;
464 HelpText<"Apply fix-it changes to temporary files">;
/NextBSD/contrib/ncurses/
HDREADME.emx44 Apply the autoconf patches from
/NextBSD/usr.sbin/bsdconfig/networking/share/
HDrouting.subr120 # Apply the default router/gateway
HDdevice.subr339 # Re/Apply the settings if desired
/NextBSD/contrib/compiler-rt/lib/builtins/
HDfp_extend_impl.inc105 // Apply the signbit to (dst_t)abs(a).
HDfp_trunc_impl.inc132 // Apply the signbit to (dst_t)abs(a).
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafetyCommon.cpp378 E = new (Arena) til::Apply(E, A); in translateCallExpr()
902 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
/NextBSD/contrib/gcc/config/arm/
HDieee754-sf.S471 @ Apply exponent bias, check for under/overflow.
625 @ Apply exponent bias accordingly.
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateDeduction.cpp3924 QualType Apply(TypeLoc TL) { in Apply() function in __anon9b0578690211::SubstituteAutoTransform
3955 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()
3975 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type); in DeduceAutoType()
3995 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()
4038 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
/NextBSD/crypto/openssl/
HDPROBLEMS210 link failures. Apply 109147-09 or later or modify Makefile generated
/NextBSD/contrib/tcsh/
HDREADME115 1. Apply the following patch:
/NextBSD/lib/libz/
HDChangeLog246 - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]
254 - Apply casts in zlib.h to avoid conversion warnings
351 - Apply destination directory fixes to CMakeLists.txt [Lowman]
359 - Apply license and readme changes to contrib/asm686 [Raiter]
445 - Apply various fixes to CMakeLists.txt [Lowman]
622 - Apply security vulnerability fixes to contrib/infback9 as well
/NextBSD/crypto/heimdal/doc/
HDapps.texi57 Apply @file{security.patch} to @file{/sbin/init.d/security}.
/NextBSD/contrib/groff/
HDPROBLEMS351 causes a major memory leak in gtroff. Apply the following fix to g++
568 Apply this change:
/NextBSD/etc/
HDrc.subr464 # Apply optional trim (-k POS.TRIM) to cut leading characters
537 # Apply optional trim (-k POS.TRIM), cut leading chars
1733 # Apply ruleset number $ruleset to the devfs mountpoint $dir.
/NextBSD/contrib/groff/src/devices/xditview/
HDChangeLog50 * draw.c (AdjustCharDeltas): Apply correction only if nadj > 1.
/NextBSD/contrib/openpam/
HDHISTORY106 embedded in strings such as prompts. Apply it to the prompts used
/NextBSD/contrib/ofed/libmthca/
HDChangeLog354 Apply Michael S. Tsirkin's patch to fix linking of WQEs on
/NextBSD/crypto/openssh/contrib/redhat/
HDopenssh.spec640 - Apply Andrew Bartlett's patch for letting pam_authenticate() know which
/NextBSD/contrib/libreadline/doc/
HDhsuser.texi455 Apply the following @samp{s} modifier once to each word in the event.
/NextBSD/contrib/binutils/binutils/doc/
HDbinutils.texi1384 Apply @option{--redefine-sym} to each symbol pair "@var{old} @var{new}"
1396 Apply @option{--keep-symbol} option to each symbol listed in the file
1402 Apply @option{--strip-symbol} option to each symbol listed in the file
1408 Apply @option{--strip-unneeded-symbol} option to each symbol listed in
1414 Apply @option{--keep-global-symbol} option to each symbol listed in the
1420 Apply @option{--localize-symbol} option to each symbol listed in the file
1426 Apply @option{--globalize-symbol} option to each symbol listed in the file
1432 Apply @option{--weaken-symbol} option to each symbol listed in the file

12345