This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | assert(EX) ((EX)?((void)0):xassert( # EX , __FILE__, __LINE__)) |
Functions | |
void | xassert (const char *, const char *, int) |
Macro Definition Documentation
◆ assert
#define assert | ( | EX | ) | ((EX)?((void)0):xassert( # EX , __FILE__, __LINE__)) |
Function Documentation
◆ xassert()
void xassert | ( | const char * | expr, |
const char * | file, | ||
int | line | ||
) |
Definition at line 11 of file assert.cc.
References Asserting_, DBG_CRITICAL, debugs, and Debug::PrepareToDie().