HPCToolkit
|
Go to the source code of this file.
Functions | |
void | Diagnostics_SetDiagnosticFilterLevel (int lvl) |
int | Diagnostics_GetDiagnosticFilterLevel () |
void | Diagnostics_TheMostVisitedBreakpointInHistory (const char *GCC_ATTR_UNUSED filenm, uint GCC_ATTR_UNUSED lineno) |
Variables | |
int | DIAG_DBG_LVL_PUB = 0 |
const char * | DIAG_Unimplemented |
const char * | DIAG_UnexpectedInput |
const char * | DIAG_UnexpectedOpr |
int Diagnostics_GetDiagnosticFilterLevel | ( | ) |
void Diagnostics_SetDiagnosticFilterLevel | ( | int | lvl | ) |
void Diagnostics_TheMostVisitedBreakpointInHistory | ( | const char *GCC_ATTR_UNUSED | filenm, |
uint GCC_ATTR_UNUSED | lineno | ||
) |
int DIAG_DBG_LVL_PUB = 0 |
Definition at line 77 of file diagnostics.cpp.
const char* DIAG_UnexpectedInput |
Definition at line 105 of file diagnostics.cpp.
const char* DIAG_UnexpectedOpr |
Definition at line 107 of file diagnostics.cpp.
const char* DIAG_Unimplemented |
Definition at line 103 of file diagnostics.cpp.