|
CBMC
|
#include "goto_program2code.h"#include <sstream>#include <util/arith_tools.h>#include <util/c_types.h>#include <util/expr_util.h>#include <util/ieee_float.h>#include <util/pointer_expr.h>#include <util/prefix.h>#include <util/simplify_expr.h>
Include dependency graph for goto_program2code.cpp:Go to the source code of this file.
Functions | |
| static bool | has_labels (const codet &code) |
| static bool | move_label_ifthenelse (exprt &expr, exprt &label_dest) |
Dump Goto-Program as C/C++ Source
Definition in file goto_program2code.cpp.
|
static |
Definition at line 1614 of file goto_program2code.cpp.
Definition at line 1626 of file goto_program2code.cpp.