Lines Matching defs:options

62 struct options
130 options()
183 ~options()
198 };//end struct options;
204 << "usage: " << prog_name << " [options] [<file1> <file2>]\n"
205 << " where options can be:\n"
286 /// Parse the command line and set the options accordingly.
292 /// @param opts the options data structure. This is set by the
298 parse_command_line(int argc, char* argv[], options& opts)
701 /// @param opts the options instance to use.
706 maybe_check_suppression_files(const options& opts)
724 /// Update the diff context from the @ref options data structure.
728 /// @param opts the instance of @ref options to consider.
731 options& opts)
816 /// command-line options.
820 /// @param opts the command line options.
822 set_generic_options(abigail::elf_based_reader& rdr, options& opts)
824 rdr.options().show_stats = opts.show_stats;
825 rdr.options().do_log = opts.do_log;
826 rdr.options().leverage_dwarf_factorization =
828 rdr.options().assume_odr_for_cplusplus =
846 /// @param opts the options where to get the suppression
849 set_suppressions(abigail::fe_iface& reader, const options& opts)
907 /// relevant command-line options.
911 /// @param opts the command-line options to configure @p ctxt from.
914 const options& opts)
923 /// @param opts the options to the regex patterns from.
927 set_corpus_keep_drop_regex_patterns(options& opts, corpus_sptr c)
958 /// This function sets diff context options that are specific to
968 /// Convert options::di_root_paths{1,2} into
969 /// options::prepared_di_root_paths{1,2} which is the suitable type
972 /// @param o the options to consider.
974 prepare_di_root_paths(options& o)
1016 const options& opts)
1128 options opts;