Go to the documentation of this file.
24 "--print-rejected-preprocessed-source",
62 for(
int i=1; i<argc; i++)
64 std::string argv_i=argv[i];
77 *o!=
nullptr && !found;
87 set(argv_i, argv[i+1]);
96 set(os, argv_i.substr(os.size()+1));
115 *o!=
nullptr && !found;
125 set(argv_i, argv[i+1]);
135 set(os, argv[i]+os.size());
142 std::cerr <<
"Warning: uninterpreted as86 option '" << argv_i
void set(const std::string &opt, const char *value) override
Set option option to value.
const char * as86_options_without_argument[]
const char * as86_options_with_argument[]
bool has_prefix(const std::string &s, const std::string &prefix)
void add_infile_arg(const std::string &arg)
void add_arg(const std::string &arg)
virtual bool parse(int, const char **)
static bool in_list(const char *option, const char **list)
const char * goto_as86_options_with_argument[]