20 #define EX_SOFTWARE 70 32 const std::string &_base_name,
52 "* * Copyright (C) 2006-2018 * *\n" 53 "* * Daniel Kroening, Michael Tautschnig, * *\n" 54 "* * Christoph Wintersteiger * *\n" 62 " --verbosity # verbosity level\n" 63 " --function name set entry point to name\n" 64 " --native-compiler cmd command to invoke as preprocessor/compiler\n" 65 " --native-linker cmd command to invoke as linker\n" 66 " --native-assembler cmd command to invoke as assembler (goto-as only)\n" 67 " --print-rejected-preprocessed-source file\n" 68 " copy failing (preprocessed) source to file\n" 94 catch(
const std::string &e)
105 catch(
const std::bad_alloc &)
121 std::cerr <<
"Usage error!\n\n";
virtual int main(int argc, const char **argv)
starts the compiler
void register_languages()
virtual void usage_error()
prints a message informing the user about incorrect options
goto_cc_cmdlinet & cmdline
Base class for exceptions thrown in the cprover project.
virtual bool parse(int argc, const char **argv)=0
Class that provides messages with a built-in verbosity 'level'.
std::string banner_string(const std::string &front_end, const std::string &version)
virtual void help_mode()=0
const char * CBMC_VERSION
virtual void help()
display command line help
virtual std::string what() const =0
A human readable description of what went wrong.
Command line interpretation for goto-cc.
~goto_cc_modet()
constructor
goto_cc_modet(goto_cc_cmdlinet &, const std::string &_base_name, message_handlert &)
constructor