Traces of GOTO Programs. More...
#include "goto_trace.h"#include <util/arith_tools.h>#include <util/byte_operators.h>#include <util/c_types.h>#include <util/config.h>#include <util/format_expr.h>#include <util/merge_irep.h>#include <util/namespace.h>#include <util/range.h>#include <util/string_utils.h>#include <util/symbol.h>#include <ansi-c/printf_formatter.h>#include <langapi/language_util.h>Go to the source code of this file.
out. Traces of GOTO Programs.
Definition in file goto_trace.cpp.
Definition at line 30 of file goto_trace.cpp.
Definition at line 374 of file goto_trace.cpp.
Returns the numeric representation of an expression, based on options.
The default is binary without a base-prefix. Setting options.hex_representation to be true outputs hex format. Setting options.base_prefix to be true appends either 0b or 0x to the number to indicate the base
Definition at line 160 of file goto_trace.cpp.
show a compact variant of the goto trace on the console
Definition at line 391 of file goto_trace.cpp.
Definition at line 513 of file goto_trace.cpp.
Definition at line 711 of file goto_trace.cpp.
Output the trace on the given stream out.
Definition at line 786 of file goto_trace.cpp.
Definition at line 350 of file goto_trace.cpp.
Definition at line 319 of file goto_trace.cpp.
Definition at line 206 of file goto_trace.cpp.
Definition at line 289 of file goto_trace.cpp.