Home
last modified time | relevance | path

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

/freebsd-head/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
/freebsd-head/tools/regression/sockets/kqueue/
HDkqueue.c78 const char *assertion) in fail_assertion()
/freebsd-head/contrib/diff/src/
HDsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd-head/contrib/bsnmp/tests/
HDcatch.hpp16652 for( auto const& assertion : sectionNode.assertions ) in writeAssertions() local