Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dstrtoimax.c33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
H A Dexclude.c57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd/tools/regression/sockets/kqueue/
H A Dkqueue.c78 const char *assertion) in fail_assertion()
/freebsd/contrib/diff/src/
H A Dsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp16652 for( auto const& assertion : sectionNode.assertions ) in writeAssertions() local