CBMC
|
#include <goto_cc_mode.h>
Public Member Functions | |
int | main (int argc, const char **argv) |
starts the compiler More... | |
virtual int | doit ()=0 |
virtual void | help_mode ()=0 |
void | help () |
display command line help More... | |
virtual void | usage_error () |
Prints a message informing the user about incorrect options. More... | |
goto_cc_modet (goto_cc_cmdlinet &, const std::string &_base_name, message_handlert &) | |
constructor More... | |
~goto_cc_modet () | |
constructor More... | |
Protected Member Functions | |
void | register_languages () |
Protected Attributes | |
goto_cc_cmdlinet & | cmdline |
const std::string | base_name |
message_handlert & | message_handler |
Definition at line 22 of file goto_cc_mode.h.
goto_cc_modet::goto_cc_modet | ( | goto_cc_cmdlinet & | _cmdline, |
const std::string & | _base_name, | ||
message_handlert & | _message_handler | ||
) |
constructor
Definition at line 33 of file goto_cc_mode.cpp.
goto_cc_modet::~goto_cc_modet | ( | ) |
constructor
Definition at line 43 of file goto_cc_mode.cpp.
|
pure virtual |
Implemented in ms_link_modet, ld_modet, gcc_modet, armcc_modet, ms_cl_modet, cw_modet, and as_modet.
void goto_cc_modet::help | ( | ) |
display command line help
Definition at line 48 of file goto_cc_mode.cpp.
|
pure virtual |
Implemented in ms_link_modet, ld_modet, gcc_modet, armcc_modet, ms_cl_modet, cw_modet, and as_modet.
int goto_cc_modet::main | ( | int | argc, |
const char ** | argv | ||
) |
|
protected |
Definition at line 19 of file goto_cc_languages.cpp.
|
virtual |
Prints a message informing the user about incorrect options.
Definition at line 138 of file goto_cc_mode.cpp.
|
protected |
Definition at line 39 of file goto_cc_mode.h.
|
protected |
Definition at line 38 of file goto_cc_mode.h.
|
protected |
Definition at line 40 of file goto_cc_mode.h.