20 #define EX_SOFTWARE 70 30 const std::string &_base_name,
50 "* * goto-cc " CBMC_VERSION " - Copyright (C) 2006-2014 * *\n" 51 "* * Daniel Kroening, Christoph Wintersteiger * *\n" 52 "* * kroening@kroening.com * *\n" 60 " --verbosity # verbosity level\n" 61 " --function name set entry point to name\n" 62 " --native-compiler cmd command to invoke as preprocessor/compiler\n" 63 " --native-linker cmd command to invoke as linker\n" 64 " --native-assembler cmd command to invoke as assembler (goto-as only)\n" 65 " --print-rejected-preprocessed-source file\n" 66 " copy failing (preprocessed) source to file\n" 91 catch(
const std::string e)
102 catch(std::bad_alloc)
113 std::cerr <<
"Usage error!\n\n";
virtual int main(int argc, const char **argv)
starts the compiler
void register_languages()
static mstreamt & eom(mstreamt &m)
virtual void usage_error()
prints a message informing the user about incorrect options
goto_cc_cmdlinet & cmdline
virtual bool parse(int argc, const char **argv)=0
virtual void help_mode()=0
virtual void help()
display command line help
Command line interpretation for goto-cc.
~goto_cc_modet()
constructor
goto_cc_modet(goto_cc_cmdlinet &, const std::string &_base_name, message_handlert &)
constructor