Searched defs:Assert (Results 1 – 6 of 6) sorted by relevance
45 class Assert { class
66 #define Assert(Cond) if (!(Cond)) abort() macro
76 #define Assert(Cond) if (!(Cond)) abort() macro
250 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro257 # define Assert(cond,msg) macro
243 #define Assert(cond, msg) { if (!(cond)) z_error(msg); } macro251 #define Assert(cond, msg) ((cond) ? ((void)0) : panic(msg)) macro253 #define Assert(cond, msg) ((void)0) macro
105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro112 # define Assert(cond,msg) macro