CBMC
remove_const_function_pointers.cpp File Reference
+ Include dependency graph for remove_const_function_pointers.cpp:

Go to the source code of this file.

Macros

#define LOG(message, irep)
 

Detailed Description

Goto Programs

Definition in file remove_const_function_pointers.cpp.

Macro Definition Documentation

◆ LOG

#define LOG (   message,
  irep 
)
Value:
do \
{ \
log.debug().source_location = irep.source_location(); \
log.debug() << message << ": " << format(irep) << messaget::eom; \
} while(0)

Definition at line 22 of file remove_const_function_pointers.cpp.

format
static format_containert< T > format(const T &o)
Definition: format.h:37
messaget::eom
static eomt eom
Definition: message.h:297