CBMC
|
#include "get_goto_model_from_c.h"
#include <util/cmdline.h>
#include <util/config.h>
#include <util/exception_utils.h>
#include <util/invariant.h>
#include <util/message.h>
#include <util/symbol_table.h>
#include <ansi-c/ansi_c_language.h>
#include <ansi-c/goto-conversion/goto_convert_functions.h>
#include <langapi/language_file.h>
#include <langapi/mode.h>
#include <testing-utils/message.h>
Go to the source code of this file.
Functions | |
goto_modelt | get_goto_model_from_c (std::istream &in) |
goto_modelt | get_goto_model_from_c (const std::string &code) |
Convert C program to a goto model. More... | |
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.
goto_modelt get_goto_model_from_c | ( | std::istream & | in | ) |
Definition at line 24 of file get_goto_model_from_c.cpp.