Searched defs:Assert (Results 1 – 4 of 4) sorted by relevance
16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro23 # define Assert(cond,msg) macro
65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro72 # define Assert(cond,msg) macro
55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro62 # define Assert(cond, msg) macro
6 #define Assert(err, str) macro