Searched refs:Check (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1726 std::string Check = Int.genSema(); local
1727 if (!Check.empty())
1728 Checks[Check].insert(Int.fullName());
/freebsd-13-stable/contrib/file/
H A Dconfigure1220 # Check all directory arguments for consistency.
1510 # Check for guested configure.
2466 # Check that the precious variables saved in the cache have kept the same
2711 Check your system clock" "$LINENO" 5
2988 # Check whether --enable-silent-rules was given.
3142 # Check whether --enable-silent-rules was given.
3188 # Check whether --enable-elf was given.
3214 # Check whether --enable-elf-core was given.
3240 # Check whether --enable-zlib was given.
3250 # Check whethe
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1078 CheckDefs, // Check all operands for equality
1079 CheckKillDead, // Check all operands including kill / dead markers
1090 MICheckType Check = CheckDefs) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp304 /// ActOnParamDefaultArgument - Check whether the default argument
329 // Check for unexpanded parameter packs.
351 // Check that the default argument is well-formed
390 /// CheckExtraCXXDefaultArguments - Check for any extra default
833 // Check for name conflicts.
1587 /// Check that the given type is a literal type. Issue a diagnostic if not,
1613 auto Check = [&](SourceLocation Loc, QualType T, const FieldDecl *FD) {
1631 if (!Check(B.getBaseTypeLoc(), B.getType(), nullptr))
1634 if (!Check(FD->getLocation(), FD->getType(), FD))
1639 /// Check whethe
[all...]
H A DSemaStmt.cpp254 // Check if this is the UNREFERENCED_PARAMETER from the Microsoft headers.
264 // we might want to make a more specific diagnostic. Check for one of these
424 // Check for suspicious empty body (null statement) in `for' and `while'
775 /// Check the specified case value is in range for the given unpromoted switch
952 // Check the unconverted value is within the range of possible values of
1055 // Check the unconverted value is within the range of possible values of
1089 // Check to see whether the case range overlaps with any
1110 // Check to see if this case stmt overlaps with the subsequent
1140 // Check to see if switch is over an Enum and handles all of its
1195 // Check whic
[all...]
H A DSemaOpenMP.cpp478 /// Check if the specified variable is a loop control variable for
483 /// Check if the specified variable is a loop control variable for
488 /// Check if the specified variable is a loop control variable for
701 /// Check whether the implicit-behavior has been set in defaultmap
916 /// Do the check specified in \a Check to all component lists and return true
923 Check) const {
942 if (Check(L, MI->second.Kind))
948 /// Do the check specified in \a Check to all component lists at a given level
955 Check) const {
964 if (Check(
[all...]
H A DSemaInit.cpp37 /// Check whether T is compatible with a wide character type (wchar_t,
59 /// Check whether the array of type AT can be initialized by the Init
257 /// parameters to each of the Check* routines contain the active
262 /// Each Check* routine also has a StructuredList/StructuredIndex
948 // FIXME: Check that IL isn't already the semantic form of some other
1019 /// Check whether the range of the initializer \p ParentIList from element
1057 // Check the element types and build the structural subobject.
1166 /// Check whether the initializer \p IList (that was written with explicit
1806 /// Check if the type of a class element has an accessible destructor, and marks
1847 // Check fo
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dconfigure1243 # Check all directory arguments for consistency.
1549 # Check for guested configure.
2215 # Check that the precious variables saved in the cache have kept the same
2462 Check your system clock" "$LINENO" 5
2739 # Check whether --enable-silent-rules was given.
3385 # Check that the compiler produces executables we can run. If not, either
3794 # Check whether --enable-dependency-tracking was given.
3961 // Check varargs macros. These examples are taken from C99 6.10.3.5.
3976 // Check long long types.
4015 // Check vararg
[all...]
/freebsd-13-stable/contrib/ntp/
H A Dconfigure1503 # Check all directory arguments for consistency.
1916 # Check for guested configure.
2923 # Check that the precious variables saved in the cache have kept the same
3305 Check your system clock" "$LINENO" 5
3582 # Check whether --enable-silent-rules was given.
3737 # Check whether --enable-silent-rules was given.
3906 # Check whether --enable-dependency-tracking was given.
4228 # Check that the compiler produces executables we can run. If not, either
4880 # Check for GNU ac_path_GREP and select it if it is found.
4881 # Check fo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp144 // Check if we have an assembler and, if so, set the ELF e_header flags.
475 // Check the bundle for errors.
480 HexagonMCChecker Check(getContext(), MII, STI, MCB, *RI, true);
483 MII, STI, getContext(), MCB, &Check, true);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1435 std::string Check; local
1438 Check += " && ";
1439 Check += '(' + PredList[i]->getCondString() + ')';
1441 return Check;
1712 // Check if the selected mode had a type conflict.
2115 /// getImplicitType - Check to see if the specified record has an implicit
2133 // Check to see if this is a register operand.
2143 // Check to see if this is a register or a register class.
2395 // Check that the value doesn't use more bits than we have. It must
2444 // Check tha
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2328 // Check function attributes.
2875 // Check if a User is a store which pointerOperand is the ReturnValue.
3353 llvm::BasicBlock *Check = createBasicBlock("nullcheck");
3360 Builder.CreateCondBr(CanNullCheck, Check, NoCheck);
3361 EmitBlock(Check);
H A DCodeGenFunction.h1805 /// Check if -fsanitize=nullability-return instrumentation is required for
1815 /// Check if the return value of this function requires sanitization.
1997 /// Check if \p T is a C++ class that has a destructor that can throw.
2604 /// Check if \p E is a C++ "this" pointer wrapped in value-preserving casts.
3641 /// Check if the scalar \p Value is within the valid range for the given
4409 SanitizerHandler Check, ArrayRef<llvm::Constant *> StaticArgs,
/freebsd-13-stable/contrib/unbound/
H A Dconfigure1346 # Check all directory arguments for consistency.
1739 # Check for guested configure.
2745 # Check that the precious variables saved in the cache have kept the same
3415 # Check that the compiler produces executables we can run. If not, either
3878 # Check for GNU ac_path_GREP and select it if it is found.
3879 # Check for GNU $ac_path_GREP
3944 # Check for GNU ac_path_EGREP and select it if it is found.
3945 # Check for GNU $ac_path_EGREP
4220 # Check whether --with-conf_file was given.
4260 # Check whethe
[all...]
/freebsd-13-stable/sys/mips/mips/
H A Dexception.S621 * Check for getting interrupts just before wait
903 /* Check whether this is an even or odd entry. */
955 * Check for kernel stack overflow.
1125 bgez a1, 1f # Check the branch delay bit.
1161 * Check to see if the instruction to be emulated is a floating-point
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure1372 # Check all directory arguments for consistency.
1693 # Check for guested configure.
2700 # Check that the precious variables saved in the cache have kept the same
3078 Check your system clock" "$LINENO" 5
3355 # Check whether --enable-silent-rules was given.
3510 # Check whether --enable-silent-rules was given.
3673 # Check whether --enable-dependency-tracking was given.
3995 # Check that the compiler produces executables we can run. If not, either
4647 # Check for GNU ac_path_GREP and select it if it is found.
4648 # Check fo
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure1228 # Check all directory arguments for consistency.
1525 # Check for guested configure.
2237 # Check that the precious variables saved in the cache have kept the same
2485 Check your system clock" "$LINENO" 5
2762 # Check whether --enable-silent-rules was given.
2961 # Check whether --enable-dependency-tracking was given.
3462 # Check that the compiler produces executables we can run. If not, either
3957 # Check whether --enable-largefile was given.
3978 /* Check that off_t can represent 2**63 - 1 correctly.
4024 /* Check tha
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp334 // Check for out of bound array element access.
390 // Check that the first buffer is non-null.
415 // Check that the first buffer is sufficiently long.
901 // Check that the first buffer is sufficiently long.
910 // Check for out of bound array element access.
1389 // Check that the string argument is non-null.
1422 // Check if the strLength is greater than the maxlen.
1549 // Check that the destination is non-null.
1556 // Check that the source is non-null.
1616 // Check i
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp226 static bool Check(DecodeStatus &Out, DecodeStatus In) { function
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh65 updatesready -- Check if there are fetched updates ready to install
750 # Check that we have updates ready to install
802 # Check that we are root. All sorts of things won't work otherwise.
808 # Check that securelevel <= 0. Otherwise we can't update schg files.
815 # Check that we have a working directory
828 # Check that we have updates ready to install
856 # Check that we are root. All sorts of things won't work otherwise.
862 # Check that we have a working directory
875 # Check that we have updates ready to rollback
990 # Check tha
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c1339 /* Check for large file descriptor */
1832 ERROR: Check the compilation options _LA_PROCSTR and
6516 /* Check free memory */
6614 /* Check to make sure key fields were read from qf */
/freebsd-13-stable/contrib/libevent/
H A Dconfigure1258 # Check all directory arguments for consistency.
1559 # Check for guested configure.
2561 # Check that the precious variables saved in the cache have kept the same
2810 Check your system clock" "$LINENO" 5
3087 # Check whether --enable-silent-rules was given.
3241 # Check whether --enable-silent-rules was given.
3335 # Check whether --enable-dependency-tracking was given.
3836 # Check that the compiler produces executables we can run. If not, either
4486 # Check for GNU ac_path_GREP and select it if it is found.
4487 # Check fo
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure1258 # Check all directory arguments for consistency.
1558 # Check for guested configure.
2560 # Check that the precious variables saved in the cache have kept the same
2809 Check your system clock" "$LINENO" 5
3086 # Check whether --enable-silent-rules was given.
3240 # Check whether --enable-silent-rules was given.
3334 # Check whether --enable-dependency-tracking was given.
3835 # Check that the compiler produces executables we can run. If not, either
4485 # Check for GNU ac_path_GREP and select it if it is found.
4486 # Check fo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1901 // Check for a signed 16-bit value. We special case SRA because it makes it
2253 // Check if it's really possible to do a tail call.
2753 /// IsEligibleForTailCallOptimization - Check whether the call is eligible
2805 // Check that the call results are passed in the same way.
2832 // Check if stack adjustment is needed. For now, do not do this if any
2838 // Check if the arguments are already laid out in the right way as
5003 // Check if two chained conditionals could be converted into SSAT or USAT.
5059 // Check that the registers and the constants have the correct values
5082 // Check that the constant in the lower-bound check is
5111 // Check i
7304 auto Check = [](SDValue Trunc, SDValue Op, unsigned Idx) { local
7352 auto Check = [](SDValue Trunc, SDValue Op, unsigned Idx) { local
[all...]
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure1419 # Check all directory arguments for consistency.
1784 # Check for guested configure.
2537 # Check that the precious variables saved in the cache have kept the same
2776 Check your system clock" "$LINENO" 5
3114 # Check whether --enable-maintainer-mode was given.
3618 # Check that the compiler produces executables we can run. If not, either
3969 # Check whether --enable-dependency-tracking was given.
4566 # Check for GNU ac_path_SED and select it if it is found.
4567 # Check for GNU $ac_path_SED
4642 # Check fo
[all...]

Completed in 708 milliseconds

1234