|
cprover
|
Goto-Analyser Command Line Option Processing. More...
#include "goto_analyzer_parse_options.h"#include <cstdlib>#include <iostream>#include <fstream>#include <memory>#include <ansi-c/ansi_c_language.h>#include <cpp/cpp_language.h>#include <java_bytecode/java_bytecode_language.h>#include <jsil/jsil_language.h>#include <goto-programs/initialize_goto_model.h>#include <goto-programs/set_properties.h>#include <goto-programs/remove_function_pointers.h>#include <goto-programs/remove_virtual_functions.h>#include <goto-programs/remove_exceptions.h>#include <goto-programs/remove_instanceof.h>#include <goto-programs/remove_returns.h>#include <goto-programs/remove_vector.h>#include <goto-programs/remove_complex.h>#include <goto-programs/remove_asm.h>#include <goto-programs/goto_convert_functions.h>#include <goto-programs/show_properties.h>#include <goto-programs/show_symbol_table.h>#include <goto-programs/read_goto_binary.h>#include <goto-programs/goto_inline.h>#include <goto-programs/link_to_library.h>#include <analyses/local_may_alias.h>#include <langapi/mode.h>#include <util/language.h>#include <util/options.h>#include <util/config.h>#include <util/string2int.h>#include <util/unicode.h>#include <cbmc/version.h>#include "taint_analysis.h"#include "unreachable_instructions.h"#include "static_analyzer.h"Go to the source code of this file.
Goto-Analyser Command Line Option Processing.
Definition in file goto_analyzer_parse_options.cpp.