Lines Matching defs:options
60 class options
62 options();
89 options(const char* program_name)
107 }; // end struct options
114 << " [options] [application-path] [lib-v1-path] [lib-v2-path]"
116 << " where options can be: \n"
144 parse_command_line(int argc, char* argv[], options& opts)
295 /// @param opts the options of the program.
299 create_diff_context(const options& opts)
337 /// @param opts the options the tool got invoked with.
354 perform_compat_check_in_normal_mode(options& opts,
480 /// @param opts the options the tool got invoked with.
488 perform_compat_check_in_weak_mode(options& opts,
645 /// @param opts the options passed from the user to the program.
656 read_corpus(options opts,
714 options opts(argv[0]);