Home
last modified time | relevance | path

Searched defs:assertion (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gdb/gdb/
HDgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \ argument
53 #define gdb_assert_fail(assertion, file, line, function) \ argument
/trueos/contrib/diff/lib/
HDstrtoimax.c33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
HDexclude.c57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/trueos/tools/regression/sockets/kqueue/
HDkqueue.c80 const char *assertion) in fail_assertion()
/trueos/contrib/diff/src/
HDsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/trueos/crypto/openssl/crypto/
HDcryptlib.c957 void OpenSSLDie(const char *file, int line, const char *assertion) in OpenSSLDie()
/trueos/contrib/gcc/
HDtree-vrp.c3060 tree n, assertion; in build_assert_expr_for() local