Searched defs:assertion (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | gdb_assert.h | 49 #define gdb_assert_fail(assertion, file, line, function) \ argument 53 #define gdb_assert_fail(assertion, file, line, function) \ argument
|
| /trueos/contrib/diff/lib/ |
| HD | strtoimax.c | 33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
|
| HD | exclude.c | 57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
|
| /trueos/tools/regression/sockets/kqueue/ |
| HD | kqueue.c | 80 const char *assertion) in fail_assertion()
|
| /trueos/contrib/diff/src/ |
| HD | system.h | 41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
|
| /trueos/crypto/openssl/crypto/ |
| HD | cryptlib.c | 957 void OpenSSLDie(const char *file, int line, const char *assertion) in OpenSSLDie()
|
| /trueos/contrib/gcc/ |
| HD | tree-vrp.c | 3060 tree n, assertion; in build_assert_expr_for() local
|