Lines Matching refs:Expression
248 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) argument
271 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument
273 #define _DEBUG(Expression) DebugPrint Expression argument
289 #define ASSERT(Expression) \ argument
292 if (!(Expression)) { \
293 _ASSERT (Expression); \
299 #define ASSERT(Expression) argument
315 #define DEBUG(Expression) \ argument
318 _DEBUG (Expression); \
322 #define DEBUG(Expression) argument
453 #define DEBUG_CODE(Expression) \ argument
455 Expression \