Searched refs:check (Results 351 - 375 of 772) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp29 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
102 // FIMXE: Should we check union members too?
H A DRefCntblBaseVirtualDtorChecker.cpp23 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
H A DUncountedCallArgsChecker.cpp29 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
75 // FIXME: Also check variadic function parameters.
76 // FIXME: Also check default function arguments. Probably a different
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h144 check(idx);
159 check(idx);
173 check(idx);
324 void check(uptr idx) const { CHECK_LE(idx, size()); } function
H A Dsanitizer_malloc_mac.inc285 // TODO(glider): check that |size| is valid.
379 sanitizer_zone_introspection.check = &mi_check;
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.win162 check: $(PROGRAMS) $(OTHER_PROGRAMS)
169 checkall: check
H A DMakefile.in52 # if we wait until 'make check', then 'make; ./testall' fails;
59 check: $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dcheck.cpp26 #include "atf-c++/check.hpp"
39 namespace impl = atf::check;
40 #define IMPL_NAME "atf::check"
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.in11 check:
13 .PHONY: all distclean maintainer-clean install uninstall check distdir \
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A Dmodule-setup.sh.in63 check() { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h122 bool check(bool FullCheck = true);
/freebsd-13-stable/contrib/ncurses/misc/
H A Dncurses-config.in121 for check in $lib_flags
123 if [ "x$check" = "x$opt" ]
/freebsd-13-stable/tools/tools/ncpus/
H A Dacpidump.h51 u_char check; member in struct:ACPIsdt
/freebsd-13-stable/contrib/ntp/parseutil/
H A DMakefile.in129 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
670 check-am: all-am
671 $(MAKE) $(AM_MAKEFLAGS) check-local
672 check: $(BUILT_SOURCES)
673 $(MAKE) $(AM_MAKEFLAGS) check-am
781 .MAKE: all check check-am install install-am install-strip
783 .PHONY: CTAGS GTAGS TAGS all all-am check check-am check
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp964 // Variable symbols may not be marked as defined, so check those
966 // the purposes of this check.
1883 // If macros are enabled, check to see if this is a macro instantiation.
1922 // Next, check the extension directive map to see if any extension has
2857 // Consume the prefix character, and check for a following identifier.
2894 if (check(parseIdentifier(Name), "expected identifier") ||
2901 if (check(getTok().isNot(AsmToken::String), "expected string"))
3019 check(getTok().isNot(AsmToken::Identifier), "expected relocation name"))
3379 if (check(getTok().isNot(AsmToken::String),
3388 if (check(FileNumbe
[all...]
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in123 $(top_srcdir)/m4/openldap-thread-check.m4 \
470 AM_RECURSIVE_TARGETS = check recheck
735 $(NULL) check-libsntp check-libntp check-libunity .deps-ver
742 check-libsntp check-libntp check-libunity .deps-ver
1128 # expand to empty, as could happen e.g. with make check TESTS=''.
1239 check
[all...]
/freebsd-13-stable/crypto/heimdal/kadmin/
H A DMakefile.am18 check.c \
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c181 /* call customized check function first */
182 if (ctx->pmeth->check != NULL)
183 return ctx->pmeth->check(pkey);
185 /* use default check function in ameth */
204 /* call customized public key check function first */
208 /* use default public key check function in ameth */
227 /* call customized param check function first */
231 /* use default param check function in ameth */
/freebsd-13-stable/contrib/bmake/mk/
H A Dsrctop.mk43 # Linux at least has a bug where attempting to check an automounter
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp93 : public Checker<check::ASTDecl<ObjCImplementationDecl>,
94 check::PreObjCMessage, check::PostObjCMessage,
95 check::PreCall,
96 check::BeginFunction, check::EndFunction,
98 check::PointerEscape,
99 check::PreStmt<ReturnStmt>> {
187 /// An AST check that diagnose when the class requires a -dealloc method and
203 // If not, skip the check entirel
[all...]
H A DLLVMConventionsChecker.cpp297 check::ASTDecl<CXXRecordDecl>,
298 check::ASTCodeBody > {
H A DMismatchedIteratorChecker.cpp31 : public Checker<check::PreCall, check::PreStmt<BinaryOperator>> {
174 // check whether they belong to the same container
223 // for each call. This may cause false positives so omit them from the check.
253 // for each call. This may cause false positives so omit them from the check.
H A DNonNullParamChecker.cpp32 : public Checker<check::PreCall, check::BeginFunction,
132 // If the value is unknown or undefined, we can't perform this check.
208 // If a pointer value passed the check we should assume that it is
213 // If we reach here all of the arguments passed the nonnull check.
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h84 ssize_t check = update ? 0 : usize; local
93 if (likely(bytes_until_sample >= check)) {
129 * check it again
/freebsd-13-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c50 check(void) function
248 error = check();

Completed in 162 milliseconds

<<11121314151617181920>>