Lines Matching defs:options
75 struct options
95 options()
106 };//end struct options;
449 /// carried by the options data structure.
484 << "usage: " << prog_name << " [options] [<abi-file1>]\n"
485 << " where options can be:\n"
508 parse_command_line(int argc, char* argv[], options& opts)
628 /// @param opts the options instance to use.
633 maybe_check_suppression_files(const options& opts)
658 /// @param opts the options where to get the suppression
661 set_suppressions(abigail::fe_iface& reader, const options& opts)
683 options opts;