|
CBMC
|
#include "symtab2gb_parse_options.h"#include <fstream>#include <iostream>#include <string>#include <ansi-c/ansi_c_language.h>#include <goto-programs/goto_convert_functions.h>#include <goto-programs/goto_model.h>#include <goto-programs/write_goto_binary.h>#include <json-symtab-language/json_symtab_language.h>#include <langapi/mode.h>#include <linking/linking.h>#include <util/config.h>#include <util/exception_utils.h>#include <util/exit_codes.h>#include <util/version.h>
Include dependency graph for symtab2gb_parse_options.cpp:Go to the source code of this file.
Functions | |
| static bool | failed (bool error_indicator) |
| static void | run_symtab2gb (const std::vector< std::string > &symtab_filenames, const std::string &gb_filename) |
|
inlinestatic |
Definition at line 39 of file symtab2gb_parse_options.cpp.
|
static |
Definition at line 44 of file symtab2gb_parse_options.cpp.