Searched refs:check (Results 126 - 150 of 772) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp11 // This check corresponds to CWE-587.
26 : public Checker< check::PreStmt<BinaryOperator> > {
H A DTaintTesterChecker.cpp25 class TaintTesterChecker : public Checker< check::PostStmt<Expr> > {
H A DNoReturnFunctionChecker.cpp29 class NoReturnFunctionChecker : public Checker< check::PostCall,
30 check::PostObjCMessage > {
98 // HACK: This entire check is to handle two messages in the Cocoa frameworks:
H A DPointerArithChecker.cpp45 check::PreStmt<BinaryOperator>, check::PreStmt<UnaryOperator>,
46 check::PreStmt<ArraySubscriptExpr>, check::PreStmt<CastExpr>,
47 check::PostStmt<CastExpr>, check::PostStmt<CXXNewExpr>,
48 check::PostStmt<CallExpr>, check::DeadSymbols> {
H A DObjCSelfInitChecker.cpp9 // This defines ObjCSelfInitChecker, a builtin check that checks for uses of
27 // Note that we don't check for an invalid 'self' that is the receiver of an
57 class ObjCSelfInitChecker : public Checker< check::PostObjCMessage,
58 check::PostStmt<ObjCIvarRefExpr>,
59 check::PreStmt<ReturnStmt>,
60 check::PreCall,
61 check::PostCall,
62 check::Location,
63 check::Bind > {
190 // We don't check fo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp28 class PutenvWithAutoChecker : public Checker<check::PostCall> {
/freebsd-13-stable/bin/sh/tests/
H A Dfunctional_test.sh31 check() function
63 eval "${tc_escaped}_body() { check ${tc}; }"
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/probes/
H A DMakefile21 tst.check.d \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp10 class MainCallChecker : public Checker<check::PreStmt<CallExpr>> {
/freebsd-13-stable/contrib/ntp/ntpdate/
H A DMakefile.am32 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
41 include $(top_srcdir)/sntp/check-libntp.mf
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh28 check() function
47 eval "${name}_body() { check '${name}'; }"
/freebsd-13-stable/sys/netinet/
H A Dip_encap.h57 encap_check_t check; member in struct:encap_config
/freebsd-13-stable/stand/forth/
H A DMakefile7 check-password.4th.8 \
18 FILES+= check-password.4th
/freebsd-13-stable/crypto/openssl/apps/
H A Dpkey.c45 {"check", OPT_CHECK, '-', "Check key consistency"},
61 int private = 0, traditional = 0, check = 0, pub_check = 0; local
117 check = 1;
151 if (check || pub_check) {
161 if (check)
/freebsd-13-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh31 check() function
63 eval "${tc_escaped}_body() { check ${tc_script} ${xo_fmt}; }"
/freebsd-13-stable/usr.bin/gzip/
H A Dgzexe81 check () {
173 elif ! check "$1" || ! compress "$1"; then
/freebsd-13-stable/usr.bin/indent/tests/
H A Dfunctional_test.sh31 check() function
81 eval "${tc_escaped}_body() { check ${tc}; }"
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h47 #error int is shorter than 32 bits and may break Subversion. Define SVN_ALLOW_SHORT_INTS to skip this check.
60 #error char is not 8 bits and may break Subversion. Define SVN_ALLOW_NON_8_BIT_CHARS to skip this check.
82 * For details on this check, see
119 * APR 2 as this allows the compiler to check that the variable has
170 * as far back as 3.7.3 and relaxes the check at initialization time
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest.sh39 if test -f "$T/check-dumpevents.py"
42 elif test -f "./test/check-dumpevents.py"
85 if python2 -c 'import sys; assert(sys.version_info >= (2, 4))' 2>/dev/null && test -f $TEST_SRC_DIR/check-dumpevents.py; then
86 if $TEST_DIR/test-dumpevents | python2 $TEST_SRC_DIR/check-dumpevents.py >> "$TEST_OUTPUT_FILE" ;
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dnativeclient-pnacl.sh37 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h76 u16 check; member in struct:ecore_iphdr
127 u16 check; member in struct:ecore_tcphdr
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtoi.c57 static void check(struct test *, intmax_t, char *, int);
60 check(struct test *t, intmax_t rv, char *end, int rstatus) function
144 check(&t[i], rv, end, e);
191 check(&t[i], rv, end, e);
234 check(&t[i], rv, end, e);
291 check(&t[i], rv, end, e);
/freebsd-13-stable/contrib/ntp/ntpd/
H A DMakefile.am28 CHECK_SAVECONFIG= check-saveconfig check-pslsaveconfig
113 check-psl0 \
114 check-psl1 \
115 check-psl2 \
116 check-pslsaveconfig \
117 check-saveconfig \
211 check-local: $(MAKE_CHECK_Y2K) $(CHECK_SAVECONFIG)
426 $(top_srcdir)/scripts/build/check--help $@
430 check
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y199 | check statement
234 check : CHECK var returns eol { label
238 err(1, "Undefined variable in check statement, line %zu"
300 err(1, "Malformed check statement at line %zu "
731 * Don't prepend check path iff check file has an absolute
741 err(2, "Could not append / to check file path");
748 err(2, "Path to check file path overflowed");
761 * if we have saved output then only check for data in the
1215 validate_type(returns_enum_t expected, returns_t *value, int check)
[all...]
/freebsd-13-stable/contrib/ntp/ntpdc/
H A DMakefile.am8 EXTRA_DATA= check-layout
31 CLEANFILES= check-layout layout.here nl.c ntpdc-layout
119 $(top_srcdir)/scripts/build/check--help $@
131 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
137 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
151 include $(top_srcdir)/check-libopts.mf
152 include $(top_srcdir)/sntp/check-libntp.mf

Completed in 265 milliseconds

1234567891011>>