CBMC
remove_complex.h File Reference

Remove the 'complex' data type by compilation into structs. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void remove_complex (symbol_table_baset &, goto_functionst &)
 removes complex data type More...
 
void remove_complex (goto_modelt &)
 removes complex data type More...
 

Detailed Description

Remove the 'complex' data type by compilation into structs.

Definition in file remove_complex.h.

Function Documentation

◆ remove_complex() [1/2]

void remove_complex ( goto_modelt goto_model)

removes complex data type

Definition at line 317 of file remove_complex.cpp.

◆ remove_complex() [2/2]

void remove_complex ( symbol_table_baset symbol_table,
goto_functionst goto_functions 
)

removes complex data type

Definition at line 308 of file remove_complex.cpp.