Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_environment_test.cc112 void Check(bool condition, const char* msg) { in Check() function
144 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
147 Check(test_was_run, in main()
150 Check(env->tear_down_was_run(), in main()
158 Check(test_was_run, in main()
161 Check(env->tear_down_was_run(), in main()
169 Check(!test_was_run, in main()
172 Check(env->tear_down_was_run(), in main()
178 Check(RunAllTests(env, NO_FAILURE) == 0, in main()
180 Check(!env->set_up_was_run(), in main()
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp576 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount()
587 case Check::CheckNone: in getDescription()
589 case Check::CheckPlain: in getDescription()
593 case Check::CheckNext: in getDescription()
595 case Check::CheckSame: in getDescription()
597 case Check::CheckNot: in getDescription()
599 case Check::CheckDAG: in getDescription()
605 case Check::CheckEOF: in getDescription()
639 return {Check::FileCheckType(Check::CheckPlain).setCount(Count), Rest}; in FindCheckType()
846 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in ReadCheckFile()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp704 Check(Result, AddThumbPredicate(MI)); in getInstruction()
713 Check(Result, AddThumbPredicate(MI)); in getInstruction()
728 Check(Result, AddThumbPredicate(MI)); in getInstruction()
759 Check(Result, AddThumbPredicate(MI)); in getInstruction()
768 Check(Result, AddThumbPredicate(MI)); in getInstruction()
794 Check(Result, AddThumbPredicate(MI)); in getInstruction()
850 Check(Result, AddThumbPredicate(MI)); in getInstruction()
1305 Check(S, MCDisassembler::SoftFail); in DecodeBitfieldMaskOperand()
5006 Check(S, MCDisassembler::SoftFail); in DecodeT2LDRDPreInstruction()
5008 Check(S, MCDisassembler::SoftFail); in DecodeT2LDRDPreInstruction()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td105 HelpText<"Check for dereferences of null pointers">,
124 HelpText<"Check for division by zero">,
344 HelpText<"Check for use of invalidated iterators">,
399 HelpText<"Check unreachable code">,
411 HelpText<"Check for excessively padded structs.">,
528 HelpText<"Check for mismatched deallocators.">,
532 HelpText<"Check for proper usage of vfork">,
540 HelpText<"Check improper use of chroot">,
548 HelpText<"Check stream handling functions">,
552 HelpText<"Check for misuses of stream APIs">,
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp65 if (PythonModule::Check(m_py_obj)) in GetObjectType()
67 if (PythonList::Check(m_py_obj)) in GetObjectType()
69 if (PythonTuple::Check(m_py_obj)) in GetObjectType()
73 if (PythonString::Check(m_py_obj)) in GetObjectType()
76 if (PythonBytes::Check(m_py_obj)) in GetObjectType()
79 if (PythonByteArray::Check(m_py_obj)) in GetObjectType()
81 if (PythonInteger::Check(m_py_obj)) in GetObjectType()
83 if (PythonFile::Check(m_py_obj)) in GetObjectType()
85 if (PythonCallable::Check(m_py_obj)) in GetObjectType()
233 if (!PythonBytes::Check(py_obj)) { in Reset()
[all …]
H A DPythonDataObjects.h189 if (!T::Check(m_py_obj)) in AsType()
210 static bool Check(PyObject *py_obj);
236 static bool Check(PyObject *py_obj);
262 static bool Check(PyObject *py_obj);
287 static bool Check(PyObject *py_obj);
311 static bool Check(PyObject *py_obj);
341 static bool Check(PyObject *py_obj);
366 static bool Check(PyObject *py_obj);
391 static bool Check(PyObject *py_obj);
424 static bool Check(PyObject *py_obj);
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h32 const CheckName Check;
41 BugType(CheckName Check, StringRef Name, StringRef Cat) in BugType() argument
42 : Check(Check), Name(Name), Category(Cat), Checker(nullptr), in BugType()
45 : Check(Checker->getCheckName()), Name(Name), Category(Cat), in BugType()
58 Checker ? Checker->getCheckName().getName() : Check.getName(); in getCheckName()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h45 namespace Check {
110 Check::FileCheckType CheckTy;
116 explicit FileCheckPattern(Check::FileCheckType Ty) in FileCheckPattern()
137 Check::FileCheckType getCheckTy() const { return CheckTy; } in getCheckTy()
157 Check::FileCheckType CheckTy;
200 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
226 size_t Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode,
/freebsd-12.1/tools/regression/p1003_1b/
H A DREADME6 p1003_1b fifo : Check that the FIFO scheduler seems to work.
7 p1003_1b p26 : Check that we support the expected features.
8 p1003_1b sched: Check that schedule switching seems to work.
9 p1003_1b yield: Check that yielding runs the expected process.
/freebsd-12.1/contrib/libstdc++/
H A Dlinkage.m46 dnl Check to see if the (math function) argument passed is
48 dnl Check to see if the (math function) argument passed is
113 dnl Check to see if the (math function) argument passed is
134 dnl Check to see if the (math function) argument passed is
160 dnl Check to see if the (math function) argument passed is
181 dnl Check to see if the (math function) argument passed is
382 dnl Check to see what the underlying c library is like
418 dnl Check libm
423 dnl Check to see if certain C math functions exist.
493 dnl Check to see if there is native support for complex
[all …]
H A Dacinclude.m4164 # Check for maintainer-mode bits.
171 # Check for -ffunction-sections -fdata-sections
258 # Check for -Wl,--gc-sections
395 # Check for rlimit, setrlimit.
520 dnl Check whether LFS support is available.
797 dnl Check for ISO/IEC 9899:1999 "C99" support.
1307 dnl Check for what type of C headers to use.
1743 dnl Check for explicit debug flags.
2003 dnl Check for atomic builtins.
2214 # Check to see if 'gnu' can win.
[all …]
/freebsd-12.1/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-existant
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-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp625 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local
629 if (!isKnownNonNegative(Check.getLength(), DL)) in parseRangeChecks()
644 auto *BaseInst = dyn_cast<Instruction>(Check.getBase()); in parseRangeChecks()
650 Check.setBase(OpLHS); in parseRangeChecks()
651 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks()
652 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks()
654 } else if (match(Check.getBase(), in parseRangeChecks()
658 Check.setBase(OpLHS); in parseRangeChecks()
659 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks()
660 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks()
[all …]
/freebsd-12.1/contrib/unbound/
H A Dacx_python.m422 # Check if you have distutils, else fail
36 # Check for Python include path
51 # Check for Python library path
62 # Check for site packages
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp51 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks() argument
52 Preds = std::move(Check); in setSCEVChecks()
200 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
201 GroupToNonAliasingScopes[Check.first].push_back(GroupToScope[Check.second]); in prepareNoAliasMetadata()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp152 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase() argument
153 if (const auto *CheckDR = dyn_cast<T1>(Check.variable)) in Erase()
154 return getDecl(CheckDR) == getDecl(DR) && Pred(Check); in Erase()
216 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr() argument
218 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dgetting_started.rst31 2. Check out LLVM::
36 3. Check out lld::
74 #. Check out LLVM::
79 #. Check out lld::
/freebsd-12.1/contrib/expat/tests/
H A DREADME.txt6 The Expat tests use a partial internal implementation of the "Check"
7 unit testing framework for C. More information on Check can be found at:
/freebsd-12.1/contrib/googletest/googletest/
H A Dconfigure.ac26 # Check for programs used in building Google Test.
62 # TODO([email protected]) Check for the necessary system headers.
64 # TODO([email protected]) Check the types, structures, and other compiler
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td102 // Check if machine operands at index `First` and index `Second` both reference
120 // Check that the machine register operand at position `Index` references
127 // Check if register operand at index `Index` is the invalid register.
130 // Check that the operand at position `Index` is immediate `Imm`.
153 // Check that the operand at position `Index` is immediate value zero.
156 // Check that the instruction has exactly `Num` operands.
161 // Check that the instruction opcode is one of the opcodes in set `Opcodes`.
169 // Check that the instruction opcode is a pseudo opcode member of the set
188 // Check that all of the predicates in `Preds` evaluate to true.
192 // Check that at least one of the predicates in `Preds` evaluates to true.
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dnatinst13 # Check if it's a LabVIEW File
15 # Check which kind of file it is
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dacinclude.m44 dnl Check whether the target supports __sync_*_compare_and_swap.
15 dnl Check whether the target supports hidden visibility.
30 dnl Check whether the target supports dllexport
45 dnl Check whether the target supports symbol aliases.
125 # tests. Check for that first. We should have already tested for gld
166 # Check for -Wl,--gc-sections
233 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
265 # Check to see if unspecified "yes" value can win, given results above.
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4133 dnl Check for no flags
136 dnl Check special pthread (final) flags
144 dnl Check pthread (final) libraries
152 dnl Check pthread (draft4) flags (depreciated)
155 dnl Check pthread (draft4) libraries (depreciated)
240 dnl Check functions for compatibility
243 dnl Check for pthread_rwlock_destroy with <pthread.h>
258 dnl Check for pthread_detach with <pthread.h> inclusion
278 dnl Check for setconcurreny functions
318 dnl Check if select causes an yield
[all …]
H A Dopenldap.m469 dnl Check for dependency generation flag
123 dnl Check for MSVC
373 dnl Check if Berkeley DB version
425 dnl Check if Berkeley DB supports DB_THREAD
555 dnl Check POSIX Thread version
705 dnl Check GNU Pth pthread Header
726 dnl Check for NT Threads
736 dnl Check LinuxThreads Header
756 dnl Check LinuxThreads Implementation
769 dnl Check LinuxThreads consistency
[all …]
/freebsd-12.1/crypto/heimdal/appl/rcp/
H A DChangeLog16 * util.c: Check return values from setuid, prompted by MIT
20 * rcp.c: Check return values from setuid, prompted by MIT
24 * rcp.c: Check return values from seteuid, prompted by MIT
30 * rcp.c: Check return value from asprintf instead of string !=

12345678910>>...21