Searched refs:If (Results 26 - 50 of 182) sorted by relevance

12345678

/freebsd-13-stable/share/mk/
H A Dsrc.sys.obj.mk12 # set MAKEOBJDIR. If OBJROOT is set then MAKEOBJDIRPREFIX is rooted inside
15 # If MK_UNIFIED_OBJDIR is no then OBJROOT will always match OBJTOP.
17 # If .MAKE.LEVEL == 0 then the TARGET.TARGET_ARCH is potentially added on.
18 # If .MAKE.LEVEL > 0 and MAKEOBJDIRPREFIX is set then it will not get
139 # If the last component is a symlink then recurse on the new path.
H A Dsuite.test.mk19 # If 'yes', a Kyuafile exists in the source tree and is installed into
22 # If 'auto', a Kyuafile is automatically generated based on the list of test
26 # If 'no', no Kyuafile is installed.
H A Dbsd.dirs.mk8 # must be a full path. If non-default permissions are desired, <DIR>_MODE,
H A Dinstall-new.mk49 # If the .new file is different, we want it.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func.mk40 # If necessary, the whitespace can be generated by a variable expression.
86 # .if directive, this function is defined(); see "struct If ifs" in cond.c.
105 # If a variable named 'defined' is actually defined and not empty, the plain
H A Dcond-cmp-string.mk99 # If at least one side of the comparison is a string literal, the string
105 # If at least one side of the comparison is a string literal, the string
H A Dvarname-dot-curdir.mk7 # be resolved. If not, make fails at startup.
H A Dvarmod-assign.mk87 # If the command succeeds, the variable is assigned.
90 # If the command fails, the variable keeps its previous value.
H A Dvarmod-ifelse.mk19 # word "expression". If the name were expanded lazily, everything would be
72 # If the "Bad conditional expression" appears in a quoted string literal, the
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp69 Function *If; member in class:__anon3966::SIAnnotateControlFlow
152 If = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if, { IntMask });
209 /// Open a new "If" block
214 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
219 /// Close the last "If" block and open a new "Else" block
278 // If the backedge from Pred to Target could be executed before the exit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, function in class:PPConditionalDirectiveRecord
/freebsd-13-stable/contrib/kyua/examples/
H A Dkyua.conf37 -- override. If you want to use this file as a template, you will have
54 -- If set, this user must exist in the system and his privileges will be
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh15 * If applicable, add the following below this CDDL HEADER, with the
H A Derr.copyoutstrbadaddr.ksh15 * If applicable, add the following below this CDDL HEADER, with the
/freebsd-13-stable/stand/i386/boot2/
H A Dsio.S64 jz sio_putc.2 # If timeout
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id48 If you have a more recent shell available, that supports \$(...) etc.
50 shell, and then retry running this script. If that works, please report
/freebsd-13-stable/contrib/bmake/mk/
H A Dinstall-new.mk34 # If the .new file is different, we want it.
H A Dyacc.mk45 # If for any reason the .c is lost but the .h remains,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp58 /// \param Message If non-null, this will be populated with the message from
60 /// \param ClassReceiver If we're checking the the method of a class message
348 // If D is a declaration with inherited attributes, the note should
687 bool TraverseIfStmt(IfStmt *If);
754 // If the context of this function is less available than D, we should not
879 bool DiagnoseUnguardedAvailability::TraverseIfStmt(IfStmt *If) { argument
881 if (auto *E = dyn_cast<ObjCAvailabilityCheckExpr>(If->getCond())) {
884 // If we're using the '*' case here or if this check is redundant, then we
887 return TraverseStmt(If->getThen()) && TraverseStmt(If
[all...]
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S64 jg err_pt # If 0x1..0x7f
119 jc err_rd # If error
121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
/freebsd-13-stable/usr.sbin/config/
H A Dlang.l265 * token to be inserted at the end of the include file. If ateof == 0,
/freebsd-13-stable/tools/tools/portsinfo/
H A Dportsinfo.sh29 system, applies the patches, and compiles. If all goes well, simply
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp87 // If this is an expr used in a stmt context, indent and newline it.
124 void PrintRawIfStmt(IfStmt *If);
238 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { argument
240 if (If->getInit())
241 PrintInitStmt(If->getInit(), 4);
242 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
245 PrintExpr(If->getCond());
248 if (auto *CS = dyn_cast<CompoundStmt>(If->getThen())) {
251 OS << (If->getElse() ? " " : NL);
254 PrintStmt(If
275 VisitIfStmt(IfStmt *If) argument
[all...]
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh210 char buffer[BUFFERSIZE]; /* If we need to buffer something. */
312 * If the device has a NON-PNP way of being detected and setting/sensing
317 * If the device is always PNP capable then this function can be removed.
321 * If the device is mentioned in the 'hints' file then this
336 * If we've already got ${UPPER} attached somehow, don't try again.
360 * If we wanted to pretend PNP found it
382 * If the device nas no PNP capabilities, remove all the
407 * If we had a list of devices that we could handle really well,
457 * If we can't get the resources we need then
478 * If w
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h70 /// \param RecoveryPath If this client indicates that it can recover from
104 /// in the file system. If the file was found via an absolute include path,
140 /// \param ForPragma If entering from pragma directive.
151 /// \param ForPragma If entering from pragma directive.
332 virtual void If(SourceLocation Loc, SourceRange ConditionRange, function in class:clang::PPCallbacks
569 void If(SourceLocation Loc, SourceRange ConditionRange,
571 First->If(Loc, ConditionRange, ConditionValue);
572 Second->If(Loc, ConditionRange, ConditionValue);

Completed in 147 milliseconds

12345678