Lines Matching refs:exp
642 #define ASSERT(exp) \ argument
643 (void) ((exp) || \
644 (OSPanic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
649 #define ASSERTMSG(exp, ...) \ argument
650 (void) ((exp) || \
653 #define ASSERTMSG(exp, msg) \ argument
654 (void) ((exp) || \
660 #define ASSERTMSG1(exp, msg, param1) \ argument
661 (void) ((exp) || \
667 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
668 (void) ((exp) || \
674 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
675 (void) ((exp) || \
681 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
682 (void) ((exp) || \
690 #define ASSERT(exp) ((void) 0) argument
695 #define ASSERTMSG(exp, ...) ((void) 0) argument
697 #define ASSERTMSG(exp, msg) ((void) 0) argument
702 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
705 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
708 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
711 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument