CBMC
|
Remove 'complex' data type. More...
#include "remove_complex.h"
#include <util/arith_tools.h>
#include <util/std_expr.h>
#include "goto_model.h"
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... | |
static void | remove_complex (symbol_table_baset &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_table_baset &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 80 of file remove_complex.cpp.
|
static |
Definition at line 101 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 345 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 329 of file remove_complex.cpp.
void remove_complex | ( | goto_modelt & | goto_model | ) |
removes complex data type
Definition at line 361 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 322 of file remove_complex.cpp.
void remove_complex | ( | symbol_table_baset & | symbol_table, |
goto_functionst & | goto_functions | ||
) |
removes complex data type
Definition at line 352 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 315 of file remove_complex.cpp.
|
static |
removes complex data type
Definition at line 276 of file remove_complex.cpp.