Searched refs:If (Results 101 - 125 of 182) sorted by relevance

12345678

/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL61 This module is required for testing only! If you
/freebsd-13-stable/contrib/bmake/mk/
H A Ddpadd.mk63 # If the directory ${SRC_${__lib:T:R}}/h exists we will
211 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
H A Dmeta.autodep.mk221 # If a src dir gets built with multiple object dirs,
237 # If we have META_XTRAS we most likely did not create them
H A Ddirdeps.mk29 # If a tree does not support that, simply using plain Makefile.depend
75 # If more than MACHINE is needed then sys.mk needs to decompose
118 # If ALL_MACHINES is defined, we build for all the
191 # If TARGET_SPEC_VARS is other than just MACHINE
737 # If TARGET_SPEC and MACHINE are insufficient, you have a problem.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk77 # If the variable value is empty, it is debatable whether it consists of a
86 # If the variable value is empty, it is debatable whether it consists of a
H A Dmoderrs.mk99 # If there were a fallback, the output would be "exclam",
H A Dvar-op-expand.mk8 # If the right-hand side does not contain a dollar sign, the ':=' assignment
H A Dvarmod-loop.mk92 # If the loop were implemented in the same way as the .for loop, the variable
H A Dvarmod-to-separator.mk160 . info If this line were reached, it would be visible in the -dcpv log.
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql211 -- the stdout and stderr of the test case, respectively. If any of
249 -- If you modify the value of the schema version in this statement, you
H A Dschema_v1.sql199 -- the stdout and stderr of the test case, respectively. If any of
308 -- If you modify the value of the schema version in this statement, you
H A Dschema_v2.sql249 -- the stdout and stderr of the test case, respectively. If any of
287 -- If you modify the value of the schema version in this statement, you
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk46 # If _NO_INCLUDE_COMPILERMK is set we are doing a make obj/cleandir/cleanobj
219 # If we get a literal "__FreeBSD_cc_version" back then the compiler
H A Dmeta.autodep.mk222 # If a src dir gets built with multiple object dirs,
238 # If we have META_XTRAS we most likely did not create them
H A Ddirdeps.mk30 # If a tree does not support that, simply using plain Makefile.depend
76 # If more than MACHINE is needed then sys.mk needs to decompose
119 # If ALL_MACHINES is defined, we build for all the
192 # If TARGET_SPEC_VARS is other than just MACHINE
751 # If TARGET_SPEC and MACHINE are insufficient, you have a problem.
H A Dbsd.sys.mk32 # WARNS. If it doesn't do so, we may freely pull a DEFAULTWARNS if it's set
218 # If the version of clang is not one that has been patched to omit the
H A Dbsd.libnames.mk204 # in-tree libraries? If so convert them to LDADD to support
H A Dbsd.man.mk33 # NO_MLINKS If you do not want install manual page links. [not set]
H A Dbsd.obj.mk108 # If ${.OBJDIR} is constructed using canonical cases 1 or 5, or
/freebsd-13-stable/sys/arm/arm/
H A Dlocore-v6.S121 # If HYP-MODE is active, install an exception vector stub
125 * Check whether data cache is enabled. If it is, then we know
/freebsd-13-stable/sys/conf/
H A Dkmod.mk14 # to export all symbols. If not defined, no symbols are
35 # If not supplied, ${KMOD}.ko is used.
/freebsd-13-stable/stand/lua/
H A Dmenu.lua439 -- Should not return. If it does, escape menu handling
464 -- If we got an alias key the screen is out of date...
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk97 # If that conflicts with the --without-manpage-renames, you can install those
/freebsd-13-stable/stand/
H A Ddefs.mk162 # yet. If this is the case we inhibit the compiler from emitting relaxations.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp240 // If the successor block contains a recursive call, end analysis there.
266 // If the exit block is unreachable, skip processing the function.
514 // noreturn, that don't return. If people would like this warning to be more
786 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, argument
790 // If condition is always true, remove all but the 'then'.
792 CharSourceRange::getCharRange(If->getBeginLoc(), Then->getBeginLoc()));
799 // If condition is always false, remove all but the 'else'.
802 If->getBeginLoc(), Else->getBeginLoc()));
804 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
988 /// as a warning. If
[all...]

Completed in 116 milliseconds

12345678