Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-9-stable/contrib/gdb/gdb/
Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \ argument
51 function, assertion)
53 #define gdb_assert_fail(assertion, file, line, function) \ argument
55 assertion)
/freebsd-9-stable/tools/regression/sockets/kqueue/
Dkqueue.c80 const char *assertion) in fail_assertion() argument
83 printf("not ok %d - %s\n", curtest, assertion); in fail_assertion()
87 assertion); in fail_assertion()
90 socktype, assertion); in fail_assertion()
93 socktype, rest, assertion); in fail_assertion()
/freebsd-9-stable/contrib/diff/lib/
Dstrtoimax.c33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
Dexclude.c57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd-9-stable/contrib/libarchive/libarchive/test/
DREADME37 arguments if the assertion does fail. 'A' versions also accept
41 * You are encouraged to document each assertion with a failure() call
43 function whose text is displayed only if the assertion fails. It
/freebsd-9-stable/contrib/diff/src/
Dsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r279289-clang-r199571-fix-string-literal-assertion.diff10 This fixes an assertion when compiling certain incorrect code, as
/freebsd-9-stable/crypto/openssl/crypto/
Dcryptlib.c580 void OpenSSLDie(const char *file, int line, const char *assertion) in OpenSSLDie() argument
584 assertion); in OpenSSLDie()
Dcrypto.h580 void OpenSSLDie(const char *file, int line, const char *assertion);
/freebsd-9-stable/contrib/bind9/
DCHANGES8 4467. [security] It was possible to trigger a assertion when rendering
97 "none" ACL could cause an assertion failure in
100 4319. [security] Fix resolver assertion failure due to improper
394 4178. [bug] Fix assertion failure in parsing UNSPEC(103) RR from
397 4177. [bug] Fix assertion failure in parsing NSAP records from
418 rdatatype could trigger an assertion failure.
426 assertion failure when parsing certain malformed
432 result in an assertion failure. (CVE-2015-5477)
483 in an assertion failure. (CVE-2015-4620) [RT #39795]
557 cause an assertion in mem.c. [RT #38979]
[all …]
DHISTORY49 a stack backtrace on assertion failure, to aid in debugging.
/freebsd-9-stable/contrib/gcclibs/libcpp/
DChangeLog.gcc4352 * lex.c (_cpp_lex_token): Added assertion.
/freebsd-9-stable/contrib/groff/font/devlj4/generate/
Dtext.map607 # 585 assertion symbol *
608 # 586 backwards assertion symbol *
/freebsd-9-stable/contrib/gcc/
Dtree-vrp.c3060 tree n, assertion; in build_assert_expr_for() local
3068 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, a); in build_assert_expr_for()
3075 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, boolean_false_node); in build_assert_expr_for()
3081 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, boolean_true_node); in build_assert_expr_for()
3086 SSA_NAME_DEF_STMT (n) = assertion; in build_assert_expr_for()
3094 return assertion; in build_assert_expr_for()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog383 colon with a space. Delete sermon and needless assertion.
393 assertion.
405 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
408 * symbols.c (symbol_clone): Remove assertion that sym is defined.
/freebsd-9-stable/contrib/cvs/src/
DChangeLog194 * recurse.c (do_recursion): Remove misguided assertion.
453 * client.c (send_a_repository): Add assertion.
1026 tag_check_valid seems to stop the assertion failure in recurse.c
1560 * sanity.sh (top-level): Don't match most of the assertion since this
1566 * sanity.sh (top-level): Don't match the assertion's line number.
1570 * sanity.sh (top-level): New test to confirm assertion failure.
1676 * subr.c (pathname_levels): Remove incorrect assertion and just
2924 insensitive system. Corrupted RCS files could cause later assertion
3591 * rcs.c (rcsbuf_getkey): Correct off-by-one error in ptr assertion
3592 and add a similar assertion for ptrend.
[all …]
/freebsd-9-stable/contrib/gcc/doc/
Dcppopts.texi613 Make an assertion with the predicate @var{predicate} and answer
622 Cancel an assertion with the predicate @var{predicate} and answer
/freebsd-9-stable/contrib/xz/
DREADME170 4. Try to reproduce the suspected bug. If you get "assertion failed"
/freebsd-9-stable/contrib/ntp/
DChangeLog110 * [Sec 3011] Duplicate IPs on unconfig directives will cause an assertion botch
194 * CID 1341533: Missing assertion in sntp/tests/t-log.c. HStenn.
230 * [Bug 2967] ntpdate command suffers an assertion failure
367 * Get rid of the NTP_ prefix on our assertion macros. Harlan Stenn.
865 * CID 711660: Do a non-NULL pointer assertion check a bit earlier.
1970 * [Bug 1834] ntpdate 4.2.7p131 aborts with assertion failure.
3320 * CID 83 added assertion to demonstrate config_nic_rules() does not
3425 * [Bug 1269] CID 74: use assertion to ensure move_fd() does not return
3433 * [Bug 1252] CID 32: Quiet Coverity warning with assertion.
3438 * [Bug 1256] CID 51: Coverity doesn't recognize our assertion macros as
[all …]
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-200491 * cp-gimplify.c (cp_genericize): Relax assertion.
244 * cp-objcp-common.c (cp_expr_size): Loosen assertion.
611 (start_enum): Likewise. Add assertion test that NAME is
1753 an assertion, as grokfndecl now catches this when the user did it.
1763 (cp_lexer_new_main): Add assertion that first token is not a
1766 (cp_lexer_new_from_tokens): ... here. Add assertion that
1886 assertion at beginning that token->value is nonzero.
3083 * typeck.c (build_ptrmemfunc): Loosen assertion.
DChangeLog-2003381 for a thunk. Robustify assertion.
1774 Move stmts_are_full_exprs_p assertion from expand_body.
2377 (xref_tag): Add template_header_p parameter. Add assertion
5078 (emit_tinfo_decl): remove unused second parameter, add assertion
5167 non-useful assertion now that we use static typing.
5224 * call.c (initialize_reference): Remove bogus assertion.
/freebsd-9-stable/contrib/ncurses/
DANNOUNCE235 assertion to terminals that it might handle, e.g., within
Dconfigure.in1108 ### use option --enable-assertions to turn on generation of assertion code
1111 [ --enable-assertions test: turn on generation of assertion code],
/freebsd-9-stable/contrib/ntp/sntp/libevent/
DChangeLog-2.0239 o Replace an assertion for event_base_free(NULL) with a check-and-warn (09fe97d)
266 o Fix failing http assertion introducd in commit 0d6622e (0848814 Kevin Ko)
449 o Try to fix an assertion failure related to close detection (0faaa39)
698 o Fix an assertion bug in test-ratelim (b2c6202)
/freebsd-9-stable/contrib/gnu-sort/
DNEWS12 rm no longer gets a failed assertion under some unusual conditions.
603 * du no longer gets a failed assertion for certain hierarchy lay-outs

1234