Searched refs:assertion (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \
51 function, assertion)
53 #define gdb_assert_fail(assertion, file, line, function) \
55 assertion)
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrtoimax.c33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
H A Dexclude.c57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
/freebsd-9.3-release/tools/regression/sockets/kqueue/
H A Dkqueue.c80 const char *assertion)
83 printf("not ok %d - %s\n", curtest, assertion);
86 printf("# %s(): assertion %s failed\n", func,
87 assertion);
89 printf("# %s(%s): assertion %s failed\n", func,
90 socktype, assertion);
92 printf("# %s(%s, %s): assertion %s failed\n", func,
93 socktype, rest, assertion);
79 fail_assertion(const char *func, const char *socktype, const char *rest, const char *assertion) argument
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcryptlib.c580 void OpenSSLDie(const char *file, int line, const char *assertion) argument
583 ("%s(%d): OpenSSL internal error, assertion failed: %s\n", file, line,
584 assertion);
H A Dcrypto.h580 void OpenSSLDie(const char *file, int line, const char *assertion);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c53 SSA name may have more than one assertion associated with it, these
58 /* Basic block where the assertion would be inserted. */
65 /* Pointer to the statement that generated this assertion. */
1078 other kind of assertion, we cannot derive a range from LIMIT's
1112 this assertion is an inequality (NE_EXPR), then we cannot
1114 LIMIT's range was ~[0, 0], the assertion 'VAR != LIMIT' does
3054 create a new SSA name N and return the assertion assignment
3060 tree n, assertion; local
3068 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, a);
3075 assertion
[all...]

Completed in 165 milliseconds