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

/haiku/src/apps/glteapot/
H A Derror.h15 #undef assert macro
19 #define assert(a) if (!(a)) { \ macro
28 #define assert(a) macro
/haiku/headers/posix/
H A Dassert.h22 #undef assert macro
48 #define assert(assertion) \ macro
52 # define assert(condition) ((void)0) macro
/haiku/headers/tools/cppunit/cppunit/
H A DTestAssert.h218 #undef assert macro
219 #define assert(c) CPPUNIT_ASSERT(c) macro
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp39 #undef assert macro
40 #define assert(expr) \ macro
[all...]
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.h304 assert(sizeclass < SIZE_CLASSES); function
[all...]
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h65 #define assert(x) \ macro
/haiku/src/kits/interface/
H A DRegionSupport.cpp87 #define assert(expr) {if (!(expr)) fprintf(stderr,\ macro
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c775 #undef assert macro
776 #define assert macro
[all...]

Completed in 560 milliseconds