CBMC
|
Go to the source code of this file.
Functions | |
goto_modelt | get_goto_model_from_c (const std::string &code) |
Convert C program to a goto model. | |
goto_modelt | get_goto_model_from_c (const std::istream &in) |
Convert C program to a goto model. | |
goto_modelt get_goto_model_from_c | ( | const std::istream & | in | ) |
Convert C program to a goto model.
in | input stream to read a C program from |
goto_modelt get_goto_model_from_c | ( | const std::string & | code | ) |
Convert C program to a goto model.
code | string giving the C program |
Definition at line 85 of file get_goto_model_from_c.cpp.