Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp667 #define Check(C, ...) \ macro
713 Check(I.getOperand(i) != nullptr, "Operand is null", &I); in visit()
735 Check(!GV.isDeclaration() || GV.hasValidDeclarationLinkage(), in visitGlobalValue()
741 Check(Associated->getNumOperands() == 1, in visitGlobalValue()
744 Check(Op, "associated metadata must have a global value", GO, Associated); in visitGlobalValue()
747 Check(VM, "associated metadata must be ValueAsMetadata", GO, Associated); in visitGlobalValue()
749 Check(isa<PointerType>(VM->getValue()->getType()), in visitGlobalValue()
753 Check(isa<GlobalObject>(Stripped) || isa<Constant>(Stripped), in visitGlobalValue()
755 Check(Stripped != GO, in visitGlobalValue()
770 Check(!GV.hasAppendingLinkage() || isa<GlobalVariable>(GV), 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/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/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(ConvergenceKind != UncontrolledConvergence, in visit()
111 Check(ConvergenceKind != ControlledConvergence, in visit()
144 Check(DT.dominates(Token->getParent(), User->getParent()), in verify()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp172 #define Check(C, ...) \ macro
183 Check(F.hasName() || F.hasLocalLinkage(), in visitFunction()
197 Check(I.getCallingConv() == F->getCallingConv(), in visitCallBase()
204 Check(FT->isVarArg() ? FT->getNumParams() <= NumActualArgs in visitCallBase()
210 Check(FT->getReturnType() == I.getType(), in visitCallBase()
223 Check(Formal->getType() == Actual->getType(), in visitCallBase()
249 Check(Result != AliasResult::MustAlias && in visitCallBase()
275 Check(CallAttr.isValid() == FnAttr.isValid(), in visitCallBase()
281 Check(CallAttr == FnAttr, in visitCallBase()
302 Check(!isa<AllocaInst>(Obj), in visitCallBase()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td155 HelpText<"Check for logical errors for function calls and Objective-C "
161 "Check whether a called function pointer is null or "
167 "Check whether a function was called with the appropriate "
173 "Check whether the implicit this parameter is null or "
179 "Check whether the argument of operator delete is undefined",
184 "Check whether any of the pass-by-value parameters is "
190 "Check whether the pointee of a pass-by-reference or "
196 "Check whether the reciever in the message expression is nil",
201 "Check whether the reciever in the message expression is "
216 HelpText<"Check for dereferences of fixed addresses">,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp803 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
813 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern()
819 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern()
827 if (CheckTy == Check::CheckEmpty) { in parsePattern()
1119 if (CheckTy == Check::CheckEOF) in match()
1204 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match()
1334 Check::FileCheckType CheckTy, in ProcessMatchResult()
1498 const Check::FileCheckType &CheckTy, in FileCheckDiag()
1514 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount()
1522 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/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m497 dnl # Check if cc supports -Wframe-larger-than=<size> option.
118 dnl # Check if cc supports -Wno-format-truncation option.
139 dnl # Check if cc supports -Wno-format-zero-length option.
160 dnl # Check if kernel cc supports -Wno-format-zero-length option.
188 dnl # Check if cc supports -Wno-clobbered option.
214 dnl # Check if cc supports -Wno-atomic-alignment option.
235 dnl # Check if cc supports -Wimplicit-fallthrough option.
258 dnl # Check if cc supports -Winfinite-recursion option.
281 dnl # Check if kernel cc supports -Winfinite-recursion option.
311 dnl # Check if cc supports -Wformat-overflow option.
[all …]
H A Dkernel-config-defined.m428 dnl # Check CONFIG_BLOCK
53 dnl # Check CONFIG_DEBUG_LOCK_ALLOC
91 dnl # Check CONFIG_MODULES
146 dnl # Check CONFIG_TRIM_UNUSED_KSYMS
173 dnl # Check CONFIG_ZLIB_INFLATE
199 dnl # Check CONFIG_ZLIB_DEFLATE
H A Duser-statx.m43 dnl # Check for statx() function and STATX_MNT_ID availability
14 dnl Check for STATX_MNT_ID availability
/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.cpp157 if (PythonModule::Check(m_py_obj)) in GetObjectType()
159 if (PythonList::Check(m_py_obj)) in GetObjectType()
161 if (PythonTuple::Check(m_py_obj)) in GetObjectType()
163 if (PythonDictionary::Check(m_py_obj)) in GetObjectType()
165 if (PythonString::Check(m_py_obj)) in GetObjectType()
167 if (PythonBytes::Check(m_py_obj)) in GetObjectType()
169 if (PythonByteArray::Check(m_py_obj)) in GetObjectType()
171 if (PythonBoolean::Check(m_py_obj)) in GetObjectType()
173 if (PythonInteger::Check(m_py_obj)) in GetObjectType()
175 if (PythonFile::Check(m_py_obj)) in GetObjectType()
[all …]
/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/Transforms/
H A DCFGuard.h23 enum class Mechanism { Check, Dispatch }; enumerator
25 CFGuardPass(Mechanism M = Mechanism::Check) : GuardMechanism(M) {} in GuardMechanism()
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h48 namespace Check {
116 Check::FileCheckType CheckTy;
172 const Check::FileCheckType &CheckTy, SMLoc CheckLoc,
/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.cpp821 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
825 if (!isKnownNonNegative(Check.getLength(), DL)) in parseRangeChecks()
840 auto *BaseInst = dyn_cast<Instruction>(Check.getBase()); in parseRangeChecks()
845 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) { in parseRangeChecks()
846 Check.setBase(OpLHS); in parseRangeChecks()
847 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks()
848 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks()
850 } else if (match(Check.getBase(), in parseRangeChecks()
854 Check.setBase(OpLHS); in parseRangeChecks()
855 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks()
[all …]
/freebsd/contrib/jemalloc/
H A Dconfigure.ac851 dnl Check for tls_model attribute support (clang 3.0 still lacks support).
864 dnl Check for alloc_size attribute support.
875 dnl Check for format(gnu_printf, ...) attribute support.
886 dnl Check for format(printf, ...) attribute support.
898 dnl Check for format_arg(...) attribute support.
910 dnl Check for fallthrough attribute support.
930 dnl Check for cold attribute support.
942 dnl Check for VM_MAKE_TAG for mmap support.
1060 dnl Check for additional platform-specific public API functions.
1071 dnl Check for allocator-related functions that should be wrapped.
[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.cpp36 Check(!MI.hasImplicitDef(), in checkConvergenceTokenProduced()
41 Check(MRI.getUniqueVRegDef(Def.getReg()), in checkConvergenceTokenProduced()

12345678910>>...22