|
CBMC
|
#include "remove_complex.h"#include <util/arith_tools.h>#include <util/std_expr.h>#include "goto_model.h"
Include dependency graph for remove_complex.cpp:Go to the source code of this file.
Functions | |
| static exprt | complex_member (const exprt &expr, irep_idt id) |
| static bool | have_to_remove_complex (const typet &type) |
| static bool | have_to_remove_complex (const exprt &expr) |
| static void | remove_complex (typet &) |
| removes complex data type More... | |
| static void | remove_complex (exprt &expr) |
| static void | remove_complex (symbolt &symbol) |
| removes complex data type More... | |
| void | remove_complex (symbol_tablet &symbol_table) |
| removes complex data type More... | |
| static void | remove_complex (goto_functionst::goto_functiont &goto_function) |
| removes complex data type More... | |
| static void | remove_complex (goto_functionst &goto_functions) |
| removes complex data type More... | |
| void | remove_complex (symbol_tablet &symbol_table, goto_functionst &goto_functions) |
| removes complex data type More... | |
| void | remove_complex (goto_modelt &goto_model) |
| removes complex data type More... | |
Remove 'complex' data type
Definition in file remove_complex.cpp.
Definition at line 21 of file remove_complex.cpp.
|
static |
Definition at line 43 of file remove_complex.cpp.
|
static |
Definition at line 78 of file remove_complex.cpp.
|
static |
Definition at line 99 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 299 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 283 of file remove_complex.cpp.
| void remove_complex | ( | goto_modelt & | goto_model | ) |
removes complex data type
Definition at line 315 of file remove_complex.cpp.
| void remove_complex | ( | symbol_tablet & | symbol_table | ) |
removes complex data type
Definition at line 276 of file remove_complex.cpp.
| void remove_complex | ( | symbol_tablet & | symbol_table, |
| goto_functionst & | goto_functions | ||
| ) |
removes complex data type
Definition at line 306 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 269 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 230 of file remove_complex.cpp.