#include "general.h"
#include "gvars.h"
#include "types.h"
Go to the source code of this file.
◆ Assert
#define Assert |
( |
|
c | ) |
do {} while(0) |
◆ AssertNotReached
#define AssertNotReached |
( |
| ) |
do {} while(0) |
◆ DEBUG_INIT
#define DEBUG_INIT |
( |
| ) |
do { } while(0) |
◆ DebugStatement
#define DebugStatement |
( |
|
x | ) |
|
◆ NDEBUG
◆ PrintStatus
◆ eDebugLevels
Enumerator |
---|
DEBUG_READ | |
DEBUG_PARSE | |
DEBUG_STATUS | |
DEBUG_OPTION | |
DEBUG_CPP | |
DEBUG_RAW | |
Definition at line 64 of file debug.h.
◆ debugAssert()
void debugAssert |
( |
const char * |
assertion, |
|
|
const char * |
file, |
|
|
unsigned int |
line, |
|
|
const char * |
function |
|
) |
| |
◆ debugCppIgnore()
void debugCppIgnore |
( |
const bool |
ignore | ) |
|
◆ debugCppNest()
void debugCppNest |
( |
const bool |
begin, |
|
|
const unsigned int |
level |
|
) |
| |
◆ debugEntry()
◆ debugParseNest()
void debugParseNest |
( |
const bool |
increase, |
|
|
const unsigned int |
level |
|
) |
| |
◆ debugPrintf()
void debugPrintf |
( |
const enum eDebugLevels |
level, |
|
|
const char *const |
format, |
|
|
|
... |
|
) |
| |
Referenced by closeTagFile(), cppGetc(), fileNewline(), isCmdTerm(), makeFlexTag(), parseBlock(), parseClass(), parseFunction(), parseLineDirective(), parseStatement(), readLineFromInputFile(), and tempFile().
◆ debugPutc()
void debugPutc |
( |
const int |
level, |
|
|
const int |
c |
|
) |
| |
◆ lineBreak()