cprover
xml_goto_trace.cpp File Reference

Traces of GOTO Programs. More...

#include "xml_goto_trace.h"
#include <cassert>
#include <util/symbol.h>
#include <util/xml_irep.h>
#include <langapi/language_util.h>
#include <util/arith_tools.h>
#include "printf_formatter.h"
#include "structured_trace_util.h"
#include "xml_expr.h"
+ Include dependency graph for xml_goto_trace.cpp:

Go to the source code of this file.

Functions

xmlt full_lhs_value (const goto_trace_stept &step, const namespacet &ns)
 
void convert (const namespacet &ns, const goto_tracet &goto_trace, xmlt &dest)
 

Detailed Description

Traces of GOTO Programs.

Definition in file xml_goto_trace.cpp.

Function Documentation

◆ convert()

void convert ( const namespacet ns,
const goto_tracet goto_trace,
xmlt dest 
)

Definition at line 58 of file xml_goto_trace.cpp.

◆ full_lhs_value()

xmlt full_lhs_value ( const goto_trace_stept step,
const namespacet ns 
)

Definition at line 28 of file xml_goto_trace.cpp.