Searched refs:check (Results 251 - 275 of 772) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/tools/test/iconv/
H A DMakefile47 check: tablegen
78 test-everything: check perftest posixtest gnutest
/freebsd-13-stable/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dblock_header_decoder.c14 #include "check.h"
63 || (unsigned int)(block->check) > LZMA_CHECK_ID_MAX)
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp9 // This defines BoolAssignmentChecker, a builtin check in ExprEngine that
24 class BoolAssignmentChecker : public Checker< check::Bind > {
78 // be a value that is either 0 or 1. One way to check this is to see if
H A DCXXSelfAssignmentChecker.cpp13 // causes the analyzer to check every copy and move assignment operator twice:
29 class CXXSelfAssignmentChecker : public Checker<check::BeginFunction> {
H A DEnumCastOutOfRangeChecker.cpp59 class EnumCastOutOfRangeChecker : public Checker<check::PreStmt<CastExpr>> {
95 // Only perform enum range check on casts where such checks are valid. For
99 // enable a missing check than to generate false negatives and have to remove
H A DMacOSXAPIChecker.cpp33 class MacOSXAPIChecker : public Checker< check::PreStmt<CallExpr> > {
H A DMmapWriteExecChecker.cpp9 // This checker tests the 3rd argument of mmap's calls to check if
28 class MmapWriteExecChecker : public Checker<check::PreCall> {
64 BT.reset(new BugType(this, "W^X check fails, Write Exec prot flags set", "Security"));
H A DNSErrorChecker.cpp9 // This file defines a CheckNSError, a flow-insenstive check
40 : public Checker< check::ASTDecl<ObjCMethodDecl> > {
87 : public Checker< check::ASTDecl<FunctionDecl> > {
163 : public Checker< check::Location,
164 check::Event<ImplicitNullDerefEvent> > {
224 // SVal so that we can later check it when handling the
H A DObjCAtSyncChecker.cpp9 // This defines ObjCAtSyncChecker, a builtin check that checks for null pointers
27 : public Checker< check::PreStmt<ObjCAtSynchronizedStmt> > {
H A DPointerIterationChecker.cpp28 class PointerIterationChecker : public Checker<check::ASTCodeBody> {
59 // TODO: Currently, we only check for std::unordered_set. Other unordered
62 // TODO: Currently, we do not check what the for loop does with the iterated
H A DPointerSortingChecker.cpp28 class PointerSortingChecker : public Checker<check::ASTCodeBody> {
61 // FIXME: Currently we simply check if std::sort is used with pointer-like
H A DUndefBranchChecker.cpp26 class UndefBranchChecker : public Checker<check::BranchCondition> {
77 // Get the predecessor node and check if is a PostStmt with the Stmt
H A DUndefCapturedBlockVarChecker.cpp28 : public Checker< check::PostStmt<BlockExpr> > {
H A DUndefinedAssignmentChecker.cpp9 // This defines UndefinedAssignmentChecker, a builtin check in ExprEngine that
25 : public Checker<check::Bind> {
H A DMIGChecker.cpp19 // For now we only check the last rule, as its violations lead to dangerous
37 class MIGChecker : public Checker<check::PostCall, check::PreStmt<ReturnStmt>,
38 check::EndFunction> {
114 // A set of parameters for which the check is suppressed because
162 // an extra sanity check here.
186 // TODO: We should still check for over-releases.
H A DTrustNonnullChecker.cpp45 class TrustNonnullChecker : public Checker<check::PostCall,
46 check::PostObjCMessage,
47 check::DeadSymbols,
/freebsd-13-stable/contrib/kyua/admin/
H A Dbuild-bintray-dist.sh78 wget --no-check-certificate \
/freebsd-13-stable/contrib/apr/
H A DMakefile.win140 OUTDIR=$(LIBSOSPATH) check
142 OUTDIR=$(ARCHOSPATH) check
H A Dapr.spec46 %check
50 make check || exit 1
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h35 bool check(StringRef CheckExpr) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerInternal.h129 check(rank<2>);
139 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
144 static EnabledType check(rank<0>);
147 enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(EnabledType) };
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_rrip.h130 char check [ISODCL ( 4, 5)]; member in struct:__anon14619
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes-siv.c174 u8 check[AES_BLOCK_SIZE]; local
201 ret = aes_s2v(k1, key_len, num_elem + 1, _addr, _len, check);
204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0)
/freebsd-13-stable/contrib/xz/src/xz/
H A Dlist.c62 // TRANSLATORS: Indicates that there is no integrity check.
67 // TRANSLATORS: Indicates that integrity check name is not known,
184 // the Stream Header and Stream Footer. This check cannot
217 // check them too before calling io_pread() again.
238 // It is enough to check Stream Footer. Stream Header must
292 // If the decoding seems to be successful, check also that
326 // Decode the Stream Header and check that its Stream Flags
416 - lzma_check_size(iter->stream.flags->check),
430 block.check = iter->stream.flags->check;
[all...]

Completed in 192 milliseconds

<<11121314151617181920>>