| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 160 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function 841 Check(S, SoftFail); in AddThumbPredicate() 865 Check(S, SoftFail); in AddThumbPredicate() 895 Check(S, SoftFail); in UpdateThumbVFPPredicate() 927 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 936 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 951 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 988 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1003 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1012 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | FileCheck.cpp | 311 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 323 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern() 329 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern() 337 if (CheckTy == Check::CheckEmpty) { in parsePattern() 605 if (CheckTy == Check::CheckEOF) { in match() 689 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match() 754 Check::FileCheckType CheckTy, in ProcessMatchResult() 915 const Check::FileCheckType &CheckTy, in FileCheckDiag() 934 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() 942 std::string Check::FileCheckType::getDescription(StringRef Prefix) const { in getDescription() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| HD | Checkers.td | 120 HelpText<"Check for dereferences of null pointers">, 124 HelpText<"Check for logical errors for function calls and Objective-C " 130 HelpText<"Check for null pointers passed as arguments to a function whose " 135 HelpText<"Check for declarations of VLA of undefined or zero size">, 139 HelpText<"Check for division by zero">, 143 HelpText<"Check for undefined results of binary operators">, 152 HelpText<"Check that addresses to stack memory do not escape the function">, 174 HelpText<"Check when casting a malloc'ed type T, whether the size is a " 179 HelpText<"Check for cast from non-struct pointer to struct pointer">, 191 HelpText<"Check for assignment of a fixed address to a pointer">, [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | PoisonChecking.cpp | 157 auto *Check = in generatePoisonChecksForBinOp() local 160 Checks.push_back(Check); in generatePoisonChecksForBinOp() 166 auto *Check = in generatePoisonChecksForBinOp() local 169 Checks.push_back(Check); in generatePoisonChecksForBinOp() 202 Value *Check = in generatePoisonChecks() local 205 Checks.push_back(Check); in generatePoisonChecks() 214 Value *Check = in generatePoisonChecks() local 217 Checks.push_back(Check); in generatePoisonChecks() 297 if (auto *Check = generatePoisonChecks(I)) in rewrite() local 298 Checks.push_back(Check); in rewrite()
|
| /freebsd-11-stable/tools/regression/p1003_1b/ |
| HD | README | 6 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-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| HD | PythonDataObjects.h | 315 if (!T::Check(m_py_obj)) 391 if (!T::Check(obj.get().get())) 416 if (T::Check(py_obj)) 431 static bool Check(PyObject *py_obj); 449 static bool Check(PyObject *py_obj); 469 static bool Check(PyObject *py_obj); 491 static bool Check(PyObject *py_obj); 507 static bool Check(PyObject *py_obj); 525 static bool Check(PyObject *py_obj); 547 static bool Check(PyObject *py_obj); [all …]
|
| HD | PythonDataObjects.cpp | 94 if (PythonModule::Check(m_py_obj)) in GetObjectType() 96 if (PythonList::Check(m_py_obj)) in GetObjectType() 98 if (PythonTuple::Check(m_py_obj)) in GetObjectType() 100 if (PythonDictionary::Check(m_py_obj)) in GetObjectType() 102 if (PythonString::Check(m_py_obj)) in GetObjectType() 105 if (PythonBytes::Check(m_py_obj)) in GetObjectType() 108 if (PythonByteArray::Check(m_py_obj)) in GetObjectType() 110 if (PythonBoolean::Check(m_py_obj)) in GetObjectType() 112 if (PythonInteger::Check(m_py_obj)) in GetObjectType() 114 if (PythonFile::Check(m_py_obj)) in GetObjectType() [all …]
|
| /freebsd-11-stable/contrib/libstdc++/ |
| D | linkage.m4 | 6 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 207 dnl Check to see if the (stdlib function) argument passed is 236 dnl Check to see if the (stdlib function) argument passed is 266 dnl Check to see if the (stdlib function) argument passed is 296 dnl Check to see if the (math function) argument passed is [all …]
|
| D | acinclude.m4 | 20 dnl Check to see what architecture and operating system we are compiling 128 # Check for uClibc since Linux platforms use different configuration 164 # Check for maintainer-mode bits. 171 # Check for -ffunction-sections -fdata-sections 210 # tests. Check for that first. We should have already tested for gld 258 # Check for -Wl,--gc-sections 311 dnl Check to see if this target can enable the iconv specializations. 332 # Check for existence of libiconv.a providing XPG2 wchar_t support. 358 dnl Check for headers for, and arguments to, the setrlimit() function. 395 # Check for rlimit, setrlimit. [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/ |
| HD | python-typemaps.swig | 4 /* Check if is a list */ 5 if (PythonList::Check($input)) { 30 /* Check if is a list */ 32 if (PythonList::Check($input)) { 64 if (PythonInteger::Check($input)) 77 if (PythonInteger::Check($input)) 160 if (PythonString::Check($input)) { 165 else if(PythonByteArray::Check($input)) { 170 else if (PythonBytes::Check($input)) { 183 if (PythonString::Check($input)) { [all …]
|
| /freebsd-11-stable/contrib/sendmail/cf/feature/ |
| HD | 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-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | GuardWidening.cpp | 607 GuardWideningImpl::RangeCheck Check( in parseRangeChecks() local 611 if (!isKnownNonNegative(Check.getLength(), DL)) in parseRangeChecks() 626 auto *BaseInst = dyn_cast<Instruction>(Check.getBase()); in parseRangeChecks() 631 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) { in parseRangeChecks() 632 Check.setBase(OpLHS); in parseRangeChecks() 633 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() 634 Check.setOffset(ConstantInt::get(Ctx, NewOffset)); in parseRangeChecks() 636 } else if (match(Check.getBase(), in parseRangeChecks() 640 Check.setBase(OpLHS); in parseRangeChecks() 641 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FileCheck.h | 44 namespace Check { 88 Check::FileCheckType CheckTy; 131 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Context.cpp | 50 return Check(Parent, C.interpretExpr(E)); in evaluateAsRValue() 56 return Check(Parent, C.interpretDecl(VD)); in evaluateAsInitializer() 121 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check() function in Context
|
| /freebsd-11-stable/contrib/unbound/ |
| HD | acx_python.m4 | 22 # Check if you have distutils, else fail 36 # Check for Python include path 51 # Check for Python library path 67 # Check for site packages
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopVersioning.cpp | 52 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks() argument 53 Preds = std::move(Check); in setSCEVChecks() 201 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local 202 GroupToNonAliasingScopes[Check.first].push_back(GroupToScope[Check.second]); in prepareNoAliasMetadata()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | 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() 215 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr() argument 217 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
|
| /freebsd-11-stable/contrib/expat/tests/ |
| HD | README.txt | 6 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-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetInstrPredicate.td | 101 // Check if machine operands at index `First` and index `Second` both reference 119 // Check that the machine register operand at position `Index` references 126 // Check if register operand at index `Index` is the invalid register. 129 // Check that the operand at position `Index` is immediate `Imm`. 152 // Check that the operand at position `Index` is immediate value zero. 155 // Check that the instruction has exactly `Num` operands. 160 // Check that the instruction opcode is one of the opcodes in set `Opcodes`. 168 // Check that the instruction opcode is a pseudo opcode member of the set 187 // Check that all of the predicates in `Preds` evaluate to true. 191 // Check that at least one of the predicates in `Preds` evaluates to true. [all …]
|
| /freebsd-11-stable/contrib/gcclibs/libgomp/ |
| HD | acinclude.m4 | 4 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-11-stable/contrib/file/magic/Magdir/ |
| HD | natinst | 13 # Check if it's a LabVIEW File 15 # Check which kind of file it is
|
| /freebsd-11-stable/contrib/ntp/sntp/m4/ |
| HD | openldap-thread-check.m4 | 133 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 …]
|
| HD | openldap.m4 | 69 dnl Check for dependency generation flag 109 dnl Check if system uses EBCDIC instead of ASCII 123 dnl Check for MSVC 373 dnl Check if Berkeley DB version 425 dnl Check if Berkeley DB supports DB_THREAD 530 dnl Check for version compatility with back-bdb 555 dnl Check POSIX Thread version 705 dnl Check GNU Pth pthread Header 726 dnl Check for NT Threads 736 dnl Check LinuxThreads Header [all …]
|
| /freebsd-11-stable/crypto/heimdal/appl/rcp/ |
| HD | ChangeLog | 16 * 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 !=
|
| /freebsd-11-stable/contrib/libpcap/cmake/Modules/ |
| HD | FindLFS.cmake | 46 # Check if the given options are needed 72 # Check for the availability of LFS. 98 # Check using getconf. If getconf fails, don't worry, the check in 126 # Check if the flags we received (if any) produce working LFS support
|