Searched refs:If (Results 126 - 150 of 201) sorted by relevance

123456789

/freebsd-12-stable/contrib/gcc/config/arm/
H A Dieee754-df.S26 along with this program; see the file COPYING. If not, write to
118 @ If exponent difference is too large, return largest argument
140 @ If exponent == difference, one or both args were denormalized.
193 @ Round with MSB of ip. If halfway between two numbers, round towards
564 @ If power of two, branch to a separate path.
997 2: @ If both are nonzero, we need to normalize and resume above.
H A Dlib1funcs.asm27 along with this program; see the file COPYING. If not, write to
666 @ If we terminated early, because dividend became zero, then the
1066 @ If r2 is negative at this point the following step would OR
/freebsd-12-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());
980 /// as a warning. If
[all...]
H A DSemaDeclAttr.cpp235 /// If Expr is a valid integer constant, get the value of the integer
364 /// If not emit an error and return false. If the argument is an identifier it
370 // Look for identifiers. If we have one emit a hint to fix it to a literal.
509 // If it's an incomplete type, it could be a smart pointer; skip it.
548 // If it's type-dependent, we assume it could have the attribute.
635 // If we don't have any capability arguments, the attribute implicitly
710 // If the type does not have a capability, see if the components of the
1516 // If no arguments were specified to __attribute__((nonnull)) then all pointer
2141 // If thi
8702 TraverseIfStmt(IfStmt *If) argument
[all...]
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch39 If You like long option names, You can use:
52 If <printer> contains a '/' (slash character) output is directed to
167 ;# If Your plotcmd can display graphics using some other method
712 ;# and.. If you do not like it dont look
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm152 ! Divide by zero trap. If it returns, return 0 (about as
499 ! Divide by zero trap. If it returns, return 0 (about as
/freebsd-12-stable/share/mk/
H A Dsys.mk130 # If the special target .POSIX appears (without prerequisites or
/freebsd-12-stable/contrib/sqlite3/
H A Dconfig.guess137 # If the system lacks a compiler, then just pick glibc.
154 # If ldd exists, use it to detect musl libc.
394 # If there is a compiler, see if it is configured for 64-bit objects.
1073 # If we were able to find `uname', then EMX Unix compatibility
1427 # If we got here on MIPS GNU/Linux, output extra information.
1439 operating system you are using. If your script is old, overwrite *all*
1446 If $0 has already been updated, send the following data and any
/freebsd-12-stable/contrib/tcpdump/
H A Dconfig.guess137 # If the system lacks a compiler, then just pick glibc.
154 # If ldd exists, use it to detect musl libc.
394 # If there is a compiler, see if it is configured for 64-bit objects.
1069 # If we were able to find `uname', then EMX Unix compatibility
1423 # If we got here on MIPS GNU/Linux, output extra information.
1435 operating system you are using. If your script is old, overwrite *all*
1442 If $0 has already been updated, send the following data and any
/freebsd-12-stable/contrib/libpcap/
H A Dconfig.guess137 # If the system lacks a compiler, then just pick glibc.
154 # If ldd exists, use it to detect musl libc.
394 # If there is a compiler, see if it is configured for 64-bit objects.
1069 # If we were able to find `uname', then EMX Unix compatibility
1423 # If we got here on MIPS GNU/Linux, output extra information.
1435 operating system you are using. If your script is old, overwrite *all*
1442 If $0 has already been updated, send the following data and any
/freebsd-12-stable/contrib/file/
H A Dconfig.guess139 # If the system lacks a compiler, then just pick glibc.
156 # If ldd exists, use it to detect musl libc.
392 # If there is a compiler, see if it is configured for 64-bit objects.
411 # If there is a compiler, see if it is configured for 64-bit objects.
1097 # If we were able to find `uname', then EMX Unix compatibility
1455 # If we got here on MIPS GNU/Linux, output extra information.
1467 operating system you are using. If your script is old, overwrite *all*
1474 If $0 has already been updated, send the following data and any
/freebsd-12-stable/contrib/byacc/
H A Dconfig.guess137 # If the system lacks a compiler, then just pick glibc.
387 # If there is a compiler, see if it is configured for 64-bit objects.
1081 # If we were able to find `uname', then EMX Unix compatibility
1425 operating system you are using. If your script is old, overwrite
1432 If $0 has already been updated, send the following data and any
/freebsd-12-stable/stand/lua/
H A Dcore.lua231 -- setting, kernels_autodetect. If it's set to 'yes', we'll add
H A Dconfig.lua486 -- If 'silent' is true, being unable to read the file is not considered a
/freebsd-12-stable/crypto/openssh/
H A Dconfig.guess137 # If the system lacks a compiler, then just pick glibc.
387 # If there is a compiler, see if it is configured for 64-bit objects.
1074 # If we were able to find `uname', then EMX Unix compatibility
1415 operating system you are using. If your script is old, overwrite
1422 If $0 has already been updated, send the following data and any
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp178 // If we are assigning to a subset of the bits in the value... then we must be
248 // If a value is specified for this template arg, set it now.
460 // If ObjectBody has template arguments, it's an error.
487 K == tgtok::Defset || K == tgtok::Defvar || K == tgtok::If;
490 /// ParseObjectName - If a valid object name is specified, return it. If no
592 // If there is no template arg list, we're done.
637 // If there is no template arg list, we're done.
878 // If this is in a foreach loop, make sure it's not a loop iterator
2081 // If th
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm943 ; Compare AL with [rcx]. If equal set
1050 ; Compare AL with [rcx]. If equal set
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql379 /* If the underlying node was moved away (rather than just deleted), this
419 /* If this node was moved here or copied here, then the following fields may
/freebsd-12-stable/contrib/binutils/
H A DMakefile.tpl332 # If GCC_FOR_TARGET is not overriden on the command line, then this
487 # If any variables are added here, they must be added to do-*, below.
660 echo If you really want to send e-mail, run ./$@ now
668 echo If you really want to send e-mail, run ./$@ now
1441 # are made here to depend on a 'maybe-' target. If you're not sure,
H A Dltmain.sh183 # `\'-ed in input to the same. If an odd number of `\' preceded a '$'
285 # If the last portion added has no slash in it, the list is done
312 # libtool processes, and avoids race conditions if possible. If
323 # If mktemp works, use that first and foremost
336 # If we're not in dry-run mode, bomb out on failure
404 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
535 # If this variable is set in any of the actions, the command in it
650 If FILE is a libtool library, object or program, all the files associated
690 If any of the ARGS are libtool executable wrappers, then they are translated
775 If th
[all...]
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex416 \item source (\texttt{dts}), as in \S\ref{sec:dts}. If used with blob
467 the property. If that node doesn't have an explicit phandle property,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h423 * other module. If both modules specify **Override**, but the values
538 * If true, only the names of GlobalValue objects will be available in the IR.
1685 * If the cast is not valid for the specified type, NULL is returned.
1891 * A similar API, LLVMConstIntOfStringAndSize is also available. If the
2869 * If the basic block does not have a terminator (it is not well-formed
3100 * If this is the last instruction in a basic block, NULL will be
3108 * If the instruction is the first instruction in a basic block, NULL
3543 * current debug location for the given builder. If the builder has no current
3584 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef, LLVMValueRef If,
3893 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef, LLVMValueRef If,
[all...]
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm17 along with GCC; see the file COPYING. If not, write to
/freebsd-12-stable/contrib/bmake/mk/
H A Dlib.mk90 # If you use -fPIC you need to define BIGPIC to turn on 32-bit
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3093 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If,
3095 return wrap(unwrap(B)->CreateCondBr(unwrap(If), unwrap(Then), unwrap(Else)));
3858 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If,
3861 return wrap(unwrap(B)->CreateSelect(unwrap(If), unwrap(Then), unwrap(Else),

Completed in 301 milliseconds

123456789