Lines Matching refs:exp
637 #define ASSERT(exp) \ argument
638 (void) ((exp) || \
639 (OSPanic(__FILE__, __LINE__, "Failed assertion " #exp), 0))
644 #define ASSERTMSG(exp, ...) \ argument
645 (void) ((exp) || \
648 #define ASSERTMSG(exp, msg) \ argument
649 (void) ((exp) || \
655 #define ASSERTMSG1(exp, msg, param1) \ argument
656 (void) ((exp) || \
662 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
663 (void) ((exp) || \
669 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
670 (void) ((exp) || \
676 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
677 (void) ((exp) || \
685 #define ASSERT(exp) ((void) 0) argument
690 #define ASSERTMSG(exp, ...) ((void) 0) argument
692 #define ASSERTMSG(exp, msg) ((void) 0) argument
697 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
700 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
703 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
706 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument