Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp658 #define Check(C, ...) \ macro
704 Check(I.getOperand(i) != nullptr, "Operand is null", &I); in visit()
727 Check(!GV.isDeclaration() || GV.hasValidDeclarationLinkage(), in visitGlobalValue()
733 Check(A->value() <= Value::MaximumAlignment, in visitGlobalValue()
739 Check(Associated->getNumOperands() == 1, in visitGlobalValue()
742 Check(Op, "associated metadata must have a global value", GO, Associated); in visitGlobalValue()
745 Check(VM, "associated metadata must be ValueAsMetadata", GO, Associated); in visitGlobalValue()
747 Check(isa<PointerType>(VM->getValue()->getType()), in visitGlobalValue()
751 Check(isa<GlobalObject>(Stripped) || isa<Constant>(Stripped), in visitGlobalValue()
753 Check(Stripped != GO, in visitGlobalValue()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_environment_test.cc90 void Check(bool condition, const char* msg) { in Check() function
114 Check(testing::AddGlobalTestEnvironment(env) == env, in RegisterTestEnv()
123 Check(RunAllTests(env, NO_FAILURE) != 0, in TestGlobalSetUp()
126 Check(test_was_run, in TestGlobalSetUp()
129 Check(tear_down_was_run, in TestGlobalSetUp()
137 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in TestTestsRun()
140 Check(test_was_run, in TestTestsRun()
143 Check(tear_down_was_run, in TestTestsRun()
151 Check(RunAllTests(env, FATAL_FAILURE) != 0, in TestNoTestsRunSetUpFailure()
154 Check(!test_was_run, in TestNoTestsRunSetUpFailure()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h34 #define Check(C, ...) \ macro
69 Check(isInsideConvergentFunction(I), in visit()
72 Check(I.getParent()->isEntryBlock(), in visit()
75 Check(!SeenFirstConvOp, in visit()
81 Check(!TokenDef, in visit()
87 Check(TokenDef, "Loop intrinsic must have a convergencectrl token operand.", in visit()
89 Check(!SeenFirstConvOp, in visit()
105 Check(isConvergent(I), in visit()
108 Check(ConvergenceKind != UncontrolledConvergence, in visit()
114 Check(ConvergenceKind != ControlledConvergence, in visit()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp999 Check(S, SoftFail); in AddThumbPredicate()
1027 Check(S, SoftFail); in AddThumbPredicate()
1058 Check(S, SoftFail); in UpdateThumbVFPPredicate()
1091 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
1100 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
1115 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
1153 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
1168 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
1177 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
1203 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp173 #define Check(C, ...) \ macro
184 Check(F.hasName() || F.hasLocalLinkage(), in visitFunction()
198 Check(I.getCallingConv() == F->getCallingConv(), in visitCallBase()
205 Check(FT->isVarArg() ? FT->getNumParams() <= NumActualArgs in visitCallBase()
211 Check(FT->getReturnType() == I.getType(), in visitCallBase()
224 Check(Formal->getType() == Actual->getType(), in visitCallBase()
249 Check(Result != AliasResult::MustAlias && in visitCallBase()
278 Check(!isa<AllocaInst>(Obj), in visitCallBase()
310 Check(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase()
361 Check(!TripCount->isZero(), in visitCallBase()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td158 HelpText<"Check for logical errors for function calls and Objective-C "
164 "Check whether a called function pointer is null or "
170 "Check whether a function was called with the appropriate "
176 "Check whether the implicit this parameter is null or "
182 "Check whether the argument of operator delete is undefined",
187 "Check whether any of the pass-by-value parameters is "
193 "Check whether the pointee of a pass-by-reference or "
199 "Check whether the reciever in the message expression is nil",
204 "Check whether the reciever in the message expression is "
213 HelpText<"Check for dereferences of null pointers">,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp766 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
776 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern()
782 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern()
790 if (CheckTy == Check::CheckEmpty) { in parsePattern()
1080 if (CheckTy == Check::CheckEOF) in match()
1165 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match()
1294 Check::FileCheckType CheckTy, in ProcessMatchResult()
1458 const Check::FileCheckType &CheckTy, in FileCheckDiag()
1474 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount()
1482 std::string Check::FileCheckType::getModifiersDescription() const { in getModifiersDescription()
[all …]
/freebsd/tools/regression/p1003_1b/
H A DREADME5 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp151 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/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m496 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 Dkernel-config-defined.m427 dnl # Check CONFIG_BLOCK
52 dnl # Check CONFIG_DEBUG_LOCK_ALLOC
90 dnl # Check CONFIG_MODULES
145 dnl # Check CONFIG_TRIM_UNUSED_KSYMS
172 dnl # Check CONFIG_ZLIB_INFLATE
198 dnl # Check CONFIG_ZLIB_DEFLATE
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h310 if (!T::Check(m_py_obj))
391 if (!T::Check(obj.get().get()))
415 if (T::Check(py_obj))
430 static bool Check(PyObject *py_obj);
448 static bool Check(PyObject *py_obj);
468 static bool Check(PyObject *py_obj);
489 static bool Check(PyObject *py_obj);
506 static bool Check(PyObject *py_obj);
524 static bool Check(PyObject *py_obj);
546 static bool Check(PyObject *py_obj);
[all …]
H A DPythonDataObjects.cpp159 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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp150 auto *Check = in generateCreationChecksForBinOp() local
153 Checks.push_back(Check); in generateCreationChecksForBinOp()
159 auto *Check = in generateCreationChecksForBinOp() local
162 Checks.push_back(Check); in generateCreationChecksForBinOp()
201 Value *Check = in generateCreationChecks() local
204 Checks.push_back(Check); in generateCreationChecks()
214 Value *Check = in generateCreationChecks() local
217 Checks.push_back(Check); in generateCreationChecks()
/freebsd/contrib/sendmail/cf/feature/
H A Dldap_routing.m416 # 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/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h47 namespace Check {
110 } // namespace Check
115 Check::FileCheckType CheckTy;
170 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig16 /* 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)) {
245 } else if (PythonByteArray::Check($input)) {
249 } else if (PythonBytes::Check($input)) {
262 if (PythonString::Check($input)) {
266 } else if (PythonByteArray::Check($input)) {
270 } else if (PythonBytes::Check($input)) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedPredNeoverse.td16 // Check for LSL shift == 0
27 // Check if <Pd> == <Pg>
36 // Check if SVE INC/DEC (scalar), ALL, {1, 2, 4}
H A DAArch64SchedPredicates.td16 // Check the extension type in arithmetic instructions.
28 // Check for shifting in extended arithmetic instructions.
34 // Check for shifting in arithmetic and logic instructions.
40 // Check the extension type in the register offset addressing mode.
48 // Check for scaling in the register offset addressing mode.
52 // Check the shifting type in arithmetic and logic instructions.
63 // Check for ZR in a register operand.
268 // Check for LSL shift <= 4
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp822 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
826 if (!isKnownNonNegative(Check.getLength(), DL)) in parseRangeChecks()
841 auto *BaseInst = dyn_cast<Instruction>(Check.getBase()); in parseRangeChecks()
846 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) { in parseRangeChecks()
847 Check.setBase(OpLHS); in parseRangeChecks()
848 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks()
849 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks()
851 } else if (match(Check.getBase(), in parseRangeChecks()
855 Check.setBase(OpLHS); in parseRangeChecks()
856 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dnatinst13 # Check if it's a LabVIEW File
15 # Check which kind of file it is
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DMacros.cmake4 # Check if each symbol in the symbol list exists,
22 # Check if file exists, define PREFIX__HAVE_FILE to 1 if yes,
/freebsd/contrib/libevent/cmake/
H A DMacros.cmake4 # Check if each symbol in the symbol list exists,
22 # Check if file exists, define PREFIX__HAVE_FILE to 1 if yes,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineConvergenceVerifier.cpp37 Check(!MI.hasImplicitDef(), in checkConvergenceTokenProduced()
42 Check(MRI.getUniqueVRegDef(Def.getReg()), in checkConvergenceTokenProduced()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp47 case Mechanism::Check: in CFGuardImpl()
149 Mechanism GuardMechanism = Mechanism::Check;
315 return new CFGuard(CFGuardPass::Mechanism::Check); in createCFGuardCheckPass()

12345678910>>...20