| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2170 Check( in verifyFunctionAttrs() 3299 Check( in visitBitCastInst() 3762 Check( in verifyMustTailCall() 3792 Check( in visitInvokeInst() 3952 Check( in visitGetElementPtrInst() 3967 Check( in visitGetElementPtrInst() 5551 Check( in visitIntrinsicCall() 5742 Check( in visitIntrinsicCall() 6086 Check( in visitIntrinsicCall() 6190 Check( in visitVPIntrinsic() [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_environment_test.cc | 103 void Check(bool condition, const char* msg) { in Check() function 135 Check(RunAllTests(env, NO_FAILURE) != 0, in main() 138 Check(test_was_run, in main() 141 Check(env->tear_down_was_run(), in main() 149 Check(test_was_run, in main() 152 Check(env->tear_down_was_run(), in main() 160 Check(!test_was_run, in main() 163 Check(env->tear_down_was_run(), in main() 169 Check(RunAllTests(env, NO_FAILURE) == 0, in main() 171 Check(!env->set_up_was_run(), in main() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GenericConvergenceVerifierImpl.h | 70 Check(isInsideConvergentFunction(I), in visit() 73 Check(I.getParent()->isEntryBlock(), in visit() 76 Check(!SeenFirstConvOp, in visit() 82 Check(!TokenDef, in visit() 90 Check(!SeenFirstConvOp, in visit() 104 Check(isConvergent(I), in visit() 107 Check(ConvergenceKind != UncontrolledConvergence, in visit() 113 Check(ConvergenceKind != ControlledConvergence, in visit() 146 Check(llvm::is_contained(LiveTokens, Token), in verify() 164 Check(ContextT::getIntrinsicID(*User) == in verify() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 179 Check(F.hasName() || F.hasLocalLinkage(), in visitFunction() 206 Check(FT->getReturnType() == I.getType(), in visitCallBase() 273 Check(!isa<AllocaInst>(Obj), in visitCallBase() 375 Check(!TripCount->isZero(), in visitCallBase() 385 Check(!F->doesNotReturn(), in visitReturnInst() 407 Check(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference() 420 Check(!isa<Function>(UnderlyingObject) && in visitMemoryReference() 601 Check(I.getNumDestinations() != 0, in visitIndirectBrInst() 608 Check( in visitExtractElementInst() 617 Check(CI->getValue().ult( in visitInsertElementInst() [all …]
|
| H A D | GuardUtils.cpp | 124 Value *Check = Worklist.pop_back_val(); in parseCondition() local 126 if (match(Check, m_And(m_Value(LHS), m_Value(RHS)))) { in parseCondition() 133 if (!RecordCheckOrWidenableCond(Check)) in parseCondition() 144 parseCondition(Condition, [&](Value *Check) { in parseWidenableGuard() argument 145 if (!isWidenableCondition(Check)) in parseWidenableGuard() 146 Checks.push_back(Check); in parseWidenableGuard() 161 parseCondition(Condition, [&](Value *Check) { in extractWidenableCondition() argument 164 if (isWidenableCondition(Check) && Check->hasOneUse()) { in extractWidenableCondition() 165 WidenableCondition = Check; in extractWidenableCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 996 Check(S, SoftFail); in AddThumbPredicate() 1024 Check(S, SoftFail); in AddThumbPredicate() 1055 Check(S, SoftFail); in UpdateThumbVFPPredicate() 1371 Check(S, MCDisassembler::SoftFail); in DecodeGPRwithZRRegisterClass() 1640 Check(S, MCDisassembler::SoftFail); in DecodePredicateOperand() 1845 Check(S, MCDisassembler::SoftFail); in DecodeBitfieldMaskOperand() 5890 Check(S, MCDisassembler::SoftFail); in DecodeT2LDRDPreInstruction() 5892 Check(S, MCDisassembler::SoftFail); in DecodeT2LDRDPreInstruction() 5927 Check(S, MCDisassembler::SoftFail); in DecodeT2STRDPreInstruction() 6351 if (!Check(S, in DecodeLOLoop() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | guarded_pool_allocator_fuchsia.cpp | 27 Check(Status == ZX_OK, "Failed to create Vmo"); in map() 33 Check(Status == ZX_OK, "Vmo mapping failed"); in map() 43 Check(Status == ZX_OK, "Vmo unmapping failed"); in unmap() 53 Check(Status == ZX_OK, "Failed to reserve guarded pool allocator memory"); in reserveGuardedPool() 62 Check(_zx_vmar_destroy(Vmar) == ZX_OK, "Failed to destroy a vmar"); in unreserveGuardedPool() 63 Check(_zx_handle_close(Vmar) == ZX_OK, "Failed to close a vmar"); in unreserveGuardedPool() 72 Check(Status == ZX_OK, "Failed to create vmo"); in allocateInGuardedPool() 84 Check(Status == ZX_OK, "Vmo mapping failed"); in allocateInGuardedPool() 96 Check(Status == ZX_OK, "Vmar unmapping failed"); in deallocateInGuardedPool()
|
| H A D | guarded_pool_allocator_posix.cpp | 49 Check(Ptr != MAP_FAILED, "Failed to map guarded pool allocator memory"); in map() 57 Check(munmap(Ptr, Size) == 0, in unmap() 65 Check(Ptr != MAP_FAILED, "Failed to reserve guarded pool allocator memory"); in reserveGuardedPool() 78 Check(mprotect(Ptr, Size, PROT_READ | PROT_WRITE) == 0, in allocateInGuardedPool() 90 Check(mmap(Ptr, Size, PROT_NONE, MAP_FIXED | MAP_ANONYMOUS | MAP_PRIVATE, -1, in deallocateInGuardedPool()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 229 HelpText<"Check for division by zero">, 540 HelpText<"Check for improper use of 'errno'">, 562 HelpText<"Check for mismatched deallocators.">, 588 HelpText<"Check for proper usage of vfork">, 596 HelpText<"Check improper use of chroot">, 605 HelpText<"Check stream handling functions">, 610 HelpText<"Check for misuses of stream APIs">, 890 HelpText<"Check unreachable code">, 1758 HelpText<"Check uncounted lambda captures.">, 1766 HelpText<"Check uncounted call arguments.">, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1472 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() 1499 case Check::CheckNone: in getDescription() 1503 case Check::CheckPlain: in getDescription() 1507 case Check::CheckNext: in getDescription() 1509 case Check::CheckSame: in getDescription() 1511 case Check::CheckNot: in getDescription() 1513 case Check::CheckDAG: in getDescription() 1521 case Check::CheckEOF: in getDescription() 1590 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType() 1915 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile() [all …]
|
| /freebsd-14.2/tools/regression/p1003_1b/ |
| H A D | README | 5 p1003_1b fifo : Check that the FIFO scheduler seems to work. 6 p1003_1b p26 : Check that we support the expected features. 7 p1003_1b sched: Check that schedule switching seems to work. 8 p1003_1b yield: Check that yielding runs the expected process.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocOverflowSecurityChecker.cpp | 151 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase() argument 152 if (const auto *CheckDR = dyn_cast<T1>(Check.variable)) in Erase() 153 return getDecl(CheckDR) == getDecl(DR) && Pred(Check); in Erase() 217 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr() argument 219 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr() 283 for (const MallocOverflowCheck &Check : PossibleMallocOverflows) { in OutputPossibleOverflows() local 287 PathDiagnosticLocation::createOperatorLoc(Check.mulop, in OutputPossibleOverflows() 289 Check.mulop->getSourceRange()); in OutputPossibleOverflows()
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | always-compiler-options.m4 | 96 dnl # Check if cc supports -Wframe-larger-than=<size> option. 117 dnl # Check if cc supports -Wno-format-truncation option. 138 dnl # Check if cc supports -Wno-format-zero-length option. 159 dnl # Check if cc supports -Wno-clobbered option. 185 dnl # Check if cc supports -Wimplicit-fallthrough option. 208 dnl # Check if cc supports -Winfinite-recursion option. 231 dnl # Check if kernel cc supports -Winfinite-recursion option. 264 dnl # Check if cc supports -Wformat-overflow option. 287 dnl # Check if cc supports -fno-omit-frame-pointer option. 308 dnl # Check if cc supports -fno-ipa-sra option. [all …]
|
| H A D | kernel-config-defined.m4 | 42 dnl # Check CONFIG_BLOCK 67 dnl # Check CONFIG_DEBUG_LOCK_ALLOC 105 dnl # Check CONFIG_MODULES 160 dnl # Check CONFIG_TRIM_UNUSED_KSYMS 187 dnl # Check CONFIG_ZLIB_INFLATE 213 dnl # Check CONFIG_ZLIB_DEFLATE
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 308 if (!T::Check(m_py_obj)) 389 if (!T::Check(obj.get().get())) 413 if (T::Check(py_obj)) 428 static bool Check(PyObject *py_obj); 446 static bool Check(PyObject *py_obj); 466 static bool Check(PyObject *py_obj); 487 static bool Check(PyObject *py_obj); 504 static bool Check(PyObject *py_obj); 522 static bool Check(PyObject *py_obj); 544 static bool Check(PyObject *py_obj); [all …]
|
| H A D | PythonDataObjects.cpp | 159 if (PythonModule::Check(m_py_obj)) in GetObjectType() 161 if (PythonList::Check(m_py_obj)) in GetObjectType() 163 if (PythonTuple::Check(m_py_obj)) in GetObjectType() 165 if (PythonDictionary::Check(m_py_obj)) in GetObjectType() 167 if (PythonString::Check(m_py_obj)) in GetObjectType() 169 if (PythonBytes::Check(m_py_obj)) in GetObjectType() 171 if (PythonByteArray::Check(m_py_obj)) in GetObjectType() 173 if (PythonBoolean::Check(m_py_obj)) in GetObjectType() 175 if (PythonInteger::Check(m_py_obj)) in GetObjectType() 177 if (PythonFile::Check(m_py_obj)) in GetObjectType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 149 auto *Check = in generateCreationChecksForBinOp() local 152 Checks.push_back(Check); in generateCreationChecksForBinOp() 158 auto *Check = in generateCreationChecksForBinOp() local 161 Checks.push_back(Check); in generateCreationChecksForBinOp() 200 Value *Check = in generateCreationChecks() local 203 Checks.push_back(Check); in generateCreationChecks() 213 Value *Check = in generateCreationChecks() local 216 Checks.push_back(Check); in generateCreationChecks()
|
| /freebsd-14.2/contrib/sendmail/cf/feature/ |
| H A D | ldap_routing.m4 | 16 # Check first two arguments. If they aren't set, may need to warn in proto.m4 21 # Check for third argument to indicate how to deal with non-existent 28 # Check for fourth argument to indicate how to deal with +detail info 33 # Check for sixth argument to indicate how to deal with tempfails
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| H A D | CFGuard.h | 22 enum class Mechanism { Check, Dispatch }; enumerator 24 CFGuardPass(Mechanism M = Mechanism::Check) : GuardMechanism(M) {} in GuardMechanism()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 47 namespace Check { 115 Check::FileCheckType CheckTy; 170 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 51 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForSYCLDevice() local 102 if (Check(NextTy, Next)) { in deepTypeCheckForSYCLDevice() 116 if (Check(NextTy, Next)) { in deepTypeCheckForSYCLDevice()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 125 // Check that the machine register operand at position `Index` references 132 // Check if register operand at index `Index` is the invalid register. 140 // Check that the operand at position `Index` is immediate `Imm`. 155 // Check that the operand at position `Index` is less than `Imm`. 163 // Check that the operand at position `Index` is greater than `Imm`. 191 // Check that the operand at position `Index` is immediate value zero. 194 // Check that the instruction has exactly `Num` operands. 207 // Check that the instruction opcode is a pseudo opcode member of the set 226 // Check that all of the predicates in `Preds` evaluate to true. 230 // Check that at least one of the predicates in `Preds` evaluates to true. [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 16 /* Check if is a list */ 17 if (PythonList::Check($input)) { 41 /* Check if is a list */ 43 if (PythonList::Check($input)) { 241 if (PythonString::Check($input)) { 249 } else if (PythonBytes::Check($input)) { 261 if (PythonString::Check($input)) { 361 /* Check if is a list */ 531 if (PythonFile::Check($input)) { 624 /* Check if is a list */ [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredNeoverse.td | 16 // Check for LSL shift == 0 27 // Check if <Pd> == <Pg> 36 // Check if SVE INC/DEC (scalar), ALL, {1, 2, 4}
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 817 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local 821 if (!isKnownNonNegative(Check.getLength(), DL)) in parseRangeChecks() 836 auto *BaseInst = dyn_cast<Instruction>(Check.getBase()); in parseRangeChecks() 842 Check.setBase(OpLHS); in parseRangeChecks() 843 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() 844 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks() 846 } else if (match(Check.getBase(), in parseRangeChecks() 850 Check.setBase(OpLHS); in parseRangeChecks() 851 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() 852 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks() [all …]
|