HPCToolkit
diagnostics.cpp File Reference
#include <include/gcc-attr.h>
#include <include/uint.h>
#include "diagnostics.h"
Include dependency graph for diagnostics.cpp:

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
 

Function Documentation

◆ Diagnostics_GetDiagnosticFilterLevel()

int Diagnostics_GetDiagnosticFilterLevel ( )

Definition at line 87 of file diagnostics.cpp.

Here is the caller graph for this function:

◆ Diagnostics_SetDiagnosticFilterLevel()

void Diagnostics_SetDiagnosticFilterLevel ( int  lvl)

Definition at line 80 of file diagnostics.cpp.

Here is the caller graph for this function:

◆ Diagnostics_TheMostVisitedBreakpointInHistory()

void Diagnostics_TheMostVisitedBreakpointInHistory ( const char *GCC_ATTR_UNUSED  filenm,
uint GCC_ATTR_UNUSED  lineno 
)

Definition at line 94 of file diagnostics.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ DIAG_DBG_LVL_PUB

int DIAG_DBG_LVL_PUB = 0

Definition at line 77 of file diagnostics.cpp.

◆ DIAG_UnexpectedInput

const char* DIAG_UnexpectedInput
Initial value:
=
"Unexpected input: "

Definition at line 105 of file diagnostics.cpp.

◆ DIAG_UnexpectedOpr

const char* DIAG_UnexpectedOpr
Initial value:
=
"Unexpected operator: "

Definition at line 107 of file diagnostics.cpp.

◆ DIAG_Unimplemented

const char* DIAG_Unimplemented
Initial value:
=
"Unimplemented feature: "

Definition at line 103 of file diagnostics.cpp.