Searched defs:DEBUGASSERT (Results 1 – 2 of 2) sorted by relevance
294 #define DEBUGASSERT(x) assert(x) macro296 #define DEBUGASSERT(x) do { } while(0) macro
411 #define DEBUGASSERT(x) assert(x) macro413 #define DEBUGASSERT(x) do { } WHILE_FALSE macro