|
CBMC
|
#include <goto_cc_mode.h>
Inheritance diagram for goto_cc_modet:
Collaboration diagram for goto_cc_modet:Public Member Functions | |
| int | main (int argc, const char **argv) |
| starts the compiler | |
| virtual int | doit ()=0 |
| virtual void | help_mode ()=0 |
| void | help () |
| display command line help | |
| virtual void | usage_error () |
| Prints a message informing the user about incorrect options. | |
| goto_cc_modet (goto_cc_cmdlinet &, const std::string &_base_name, message_handlert &) | |
| constructor | |
| ~goto_cc_modet () | |
| constructor | |
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.
Implemented in as_modet, cw_modet, ms_cl_modet, armcc_modet, gcc_modet, ld_modet, and ms_link_modet.
| void goto_cc_modet::help | ( | ) |
display command line help
Definition at line 48 of file goto_cc_mode.cpp.
Implemented in as_modet, cw_modet, ms_cl_modet, armcc_modet, gcc_modet, ld_modet, and ms_link_modet.
|
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.