CBMC
|
#include <unwind.h>
Public Types | |
typedef std::map< goto_programt::const_targett, unsigned, goto_programt::target_less_than > | location_mapt |
Public Member Functions | |
jsont | output_log_json () const |
void | cleanup (const goto_programt &goto_program) |
void | insert (const goto_programt::const_targett target, const unsigned location_number) |
Public Attributes | |
location_mapt | location_map |
typedef std::map< goto_programt::const_targett, unsigned, goto_programt::target_less_than> goto_unwindt::unwind_logt::location_mapt |
|
inline |
|
inline |
jsont goto_unwindt::unwind_logt::output_log_json | ( | ) | const |
Definition at line 350 of file unwind.cpp.
location_mapt goto_unwindt::unwind_logt::location_map |