CBMC
|
#include "symtab2gb_parse_options.h"
#include <util/config.h>
#include <util/exception_utils.h>
#include <util/exit_codes.h>
#include <util/help_formatter.h>
#include <util/version.h>
#include <goto-programs/goto_model.h>
#include <goto-programs/write_goto_binary.h>
#include <ansi-c/ansi_c_language.h>
#include <ansi-c/goto-conversion/goto_convert_functions.h>
#include <json-symtab-language/json_symtab_language.h>
#include <langapi/mode.h>
#include <linking/linking.h>
#include <fstream>
#include <iostream>
#include <string>
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, const std::string &cmdline_verbosity) |
|
inlinestatic |
Definition at line 38 of file symtab2gb_parse_options.cpp.
|
static |
Definition at line 43 of file symtab2gb_parse_options.cpp.