Searched defs:DEBUGASSERT (Results 1 – 2 of 2) sorted by relevance
348 #define DEBUGASSERT(x) assert(x) macro350 #define DEBUGASSERT(x) do { } while (0) macro
418 #define DEBUGASSERT(x) assert(x) macro420 #define DEBUGASSERT(x) do { } WHILE_FALSE macro