Searched refs:check (Results 176 - 200 of 455) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp143 void check(const Expr *E);
259 // If interface, check all parent protocols and super.
282 // If protocol, check all parent protocols.
430 // If no ivars need invalidation, there is nothing to check here.
468 // nothing to check here.
486 // Only check if Ivars are invalidated when InstanceVariableInvalidation
662 void IvarInvalidationCheckerImpl::MethodCrawler::check(const Expr *E) { function in class:__anon3426::IvarInvalidationCheckerImpl::MethodCrawler
685 // Do we assign/compare against zero? If yes, check the variable we are
694 check(BO->getLHS());
699 check(B
[all...]
H A DAnalyzerStatsChecker.cpp35 class AnalyzerStatsChecker : public Checker<check::EndAnalysis> {
59 // Only check the coverage in the top level function (optimization).
H A DBoolAssignmentChecker.cpp10 // This defines BoolAssignmentChecker, a builtin check in ExprEngine that
25 class BoolAssignmentChecker : public Checker< check::Bind > {
77 // be a value that is either 0 or 1. One way to check this is to see if
119 // Now check to ensure that the value is <= 1.
H A DCheckObjCInstMethSignature.cpp10 // This file defines a CheckObjCInstMethSignature, a flow-insenstive check
134 check::ASTDecl<ObjCImplementationDecl> > {
H A DReturnUndefChecker.cpp11 // check which looks for undefined or garbage values being returned to the
27 class ReturnUndefChecker : public Checker< check::PreStmt<ReturnStmt> > {
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh229 check = NF - 1;
230 if ($check == "void")
349 if ( argcount != 0 && $check != "..." ) {
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c646 * Return true if check matches initial Chars in template.
647 * This differs from PWB imatch in that if check is null
651 is_prefix(const Char *check, const Char *template) argument
654 if (*check == 0)
656 while (*check++ == *template++);
662 * end of check, I.e., are it's suffix.
665 is_suffix(const Char *check, const Char *template) argument
669 for (c = check; *c++;);
674 if (c == check || *--t != *--c)
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dargs.c105 { "check", required_argument, NULL, 'C' },
341 // --check
345 lzma_check check; member in struct:__anon4533
358 "check type"), optarg);
361 // Use a separate check in case we are using different
363 if (!lzma_check_is_supported(types[i].check))
365 "check type"), optarg);
367 coder_set_check(types[i].check);
/freebsd-9.3-release/usr.bin/mail/
H A Dlist.c143 if (check(lexnumber, f))
152 if (check(beg, f))
360 check(int mesg, int f) function
/freebsd-9.3-release/crypto/openssl/apps/
H A Ddhparam.c141 * -check - check the parameters are ok
159 int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; local
209 else if (strcmp(*argv, "-check") == 0)
210 check = 1;
248 BIO_printf(bio_err, " -check check the DH parameters\n");
426 if (check) {
436 printf("unable to check the generator value\n");
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A DMakefile.am549 ## check-libntp.mf - automake fragment
552 BUILT_SOURCES += check-libntp check-libunity
553 CLEANFILES += check-libntp check-libunity
555 check-libntp: ../../libntp/libntp.a
561 check-libunity: ../../sntp/unity/libunity.a
/freebsd-9.3-release/contrib/ntp/sntp/include/
H A DMakefile.in115 $(top_srcdir)/m4/openldap-thread-check.m4 \
473 check-am: all-am
474 check: check-am
575 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
/freebsd-9.3-release/contrib/ntp/sntp/scripts/
H A DMakefile.in114 $(top_srcdir)/m4/openldap-thread-check.m4 \
465 check-am: all-am
466 check: check-am
567 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
/freebsd-9.3-release/contrib/expat/tests/
H A Dchardata.c11 #include <check.h>
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dtable.h152 void check();
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_i.h41 Boolean (*check)(struct eap_sm *sm, void *priv, member in struct:eap_method
/freebsd-9.3-release/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h88 lzma_check check; member in struct:__anon4472
200 * After successful coding, the first lzma_check_size(check) bytes
277 * \note This doesn't check that all the options are valid i.e. this
370 * block->header_size and lzma_check_size(block->check).
417 * - LZMA_UNSUPPORTED_CHECK: block->check specifies a Check ID
472 * \param block Block options: block->version, block->check,
/freebsd-9.3-release/gnu/usr.bin/grep/
H A DMakefile51 check: all
/freebsd-9.3-release/tools/tools/ncpus/
H A Dacpidump.h51 u_char check; member in struct:ACPIsdt
/freebsd-9.3-release/contrib/file/src/
H A Dcompress.c190 fd_set check; local
194 FD_ZERO(&check);
195 FD_SET(fd, &check);
201 selrv = select(fd + 1, &check, NULL, NULL, &tout);
/freebsd-9.3-release/contrib/ntp/tests/bug-2803/
H A DMakefile.in127 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
396 AM_RECURSIVE_TARGETS = check recheck
693 BUILT_SOURCES = check-libntp check-libunity .deps-ver
694 CLEANFILES = check-libntp check-libunity .deps-ver
876 # expand to empty, as could happen e.g. with make check TESTS=''.
987 check-TESTS:
1060 check-am: all-am
1062 $(MAKE) $(AM_MAKEFLAGS) check
[all...]
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A DMakefile.in132 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
427 AM_RECURSIVE_TARGETS = check recheck
723 check-libntp check-libunity .deps-ver
724 CLEANFILES = check-libntp check-libunity .deps-ver
931 # expand to empty, as could happen e.g. with make check TESTS=''.
1042 check-TESTS:
1122 check-am: all-am
1124 $(MAKE) $(AM_MAKEFLAGS) check
[all...]
/freebsd-9.3-release/contrib/ntp/parseutil/
H A DMakefile.in127 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
668 check-am: all-am
669 $(MAKE) $(AM_MAKEFLAGS) check-local
670 check: $(BUILT_SOURCES)
671 $(MAKE) $(AM_MAKEFLAGS) check-am
779 .MAKE: all check check-am install install-am install-strip
781 .PHONY: CTAGS GTAGS TAGS all all-am check check-am check
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A DMakefile.in135 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
331 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf \
333 $(top_srcdir)/sntp/check-libntp.mf \
616 @NTP_CROSSCOMPILE_FALSE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = check-saveconfig
642 $(VPHACK_AFTER) $(B_S_DIST) $(NULL) check-libopts check-libntp \
668 CLEANFILES = check-saveconfig compsave.conf k-g-u-submake \
669 $(EXTRA_PROGRAMS) $(NULL) check-libopts check-libntp .deps-ver
837 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DMakefile.in124 $(top_srcdir)/m4/openldap-thread-check.m4 \
471 AM_RECURSIVE_TARGETS = check recheck
742 $(NULL) check-libsntp check-libntp check-libunity .deps-ver
749 check-libsntp check-libntp check-libunity .deps-ver
1132 # expand to empty, as could happen e.g. with make check TESTS=''.
1243 check
[all...]

Completed in 202 milliseconds

1234567891011>>