Searched defs:assert (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/headers/posix/
H A Dassert.h9 #undef assert macro
30 #define assert(assertion) \ macro
34 # define assert(condition) ((void)0) macro
/haiku-fatelf/src/apps/glteapot/
H A Derror.h17 #define assert(a) if (!(a)) { \ macro
26 #define assert(a) macro
/haiku-fatelf/src/tools/stubgen/etc/
H A DDebug.H32 #define assert(X) if (!(X)) { \ macro
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestAssert.h218 #undef assert macro
219 #define assert(c) CPPUNIT_ASSERT(c) macro
/haiku-fatelf/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h62 #define assert(x) \ macro
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DEbmlElement.cpp346 assert(ReadIndex < 16); function
446 assert(ElementPosition < SizePosition); function
/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dheap.h303 assert(sizeclass < SIZE_CLASSES); function
[all...]
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp39 #undef assert macro
40 #define assert(expr) \ macro
[all...]
/haiku-fatelf/src/kits/interface/
H A DRegionSupport.cpp87 #define assert(expr) {if (!(expr)) fprintf(stderr,\ macro
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtiffiop.h50 # define assert(x) macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c1241 # undef assert macro
1242 # define assert macro
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c1238 # undef assert macro
1239 # define assert macro
[all...]

Completed in 229 milliseconds