Lines Matching refs:exp
638 #define ASSERT(exp) \ argument
639 (void) ((exp) || \
640 (OSPanic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
645 #define ASSERTMSG(exp, ...) \ argument
646 (void) ((exp) || \
649 #define ASSERTMSG(exp, msg) \ argument
650 (void) ((exp) || \
656 #define ASSERTMSG1(exp, msg, param1) \ argument
657 (void) ((exp) || \
663 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
664 (void) ((exp) || \
670 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
671 (void) ((exp) || \
677 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
678 (void) ((exp) || \
686 #define ASSERT(exp) ((void) 0) argument
691 #define ASSERTMSG(exp, ...) ((void) 0) argument
693 #define ASSERTMSG(exp, msg) ((void) 0) argument
698 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
701 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
704 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
707 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument