Searched defs:Assert (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dassert.h79 #define Assert(file, line, ex) (Assert)("", line, "") macro
H A Ddebug.c140 #undef Assert macro
144 Assert( function
/xnu-2422.115.4/libkern/zlib/
H A Dzutil.h287 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
294 # define Assert(cond,msg) macro

Completed in 70 milliseconds