|
CBMC
|
#include "goto_analyzer_parse_options.h"#include <util/config.h>#include <util/exception_utils.h>#include <util/exit_codes.h>#include <util/options.h>#include <util/version.h>#include <goto-programs/initialize_goto_model.h>#include <goto-programs/link_to_library.h>#include <goto-programs/process_goto_program.h>#include <goto-programs/remove_returns.h>#include <goto-programs/set_properties.h>#include <goto-programs/show_properties.h>#include <goto-programs/show_symbol_table.h>#include <analyses/ai.h>#include <analyses/local_may_alias.h>#include <ansi-c/cprover_library.h>#include <ansi-c/gcc_version.h>#include <assembler/remove_asm.h>#include <cpp/cprover_library.h>#include "build_analyzer.h"#include "show_on_source.h"#include "static_show_domain.h"#include "static_simplifier.h"#include "static_verifier.h"#include "taint_analysis.h"#include "unreachable_instructions.h"#include <cstdlib>#include <fstream>#include <iostream>#include <memory>
Include dependency graph for goto_analyzer_parse_options.cpp:Go to the source code of this file.
Goto-Analyser Command Line Option Processing
Definition in file goto_analyzer_parse_options.cpp.