Lines Matching defs:options
53 struct options struct
55 bool display_usage;
56 bool display_version;
57 bool missing_operand;
58 string wrong_option;
59 string file1;
60 string file2;
61 vector<string> suppression_paths;
62 vector<string> kernel_abi_whitelist_paths;
63 vector<string> drop_fn_regex_patterns;
64 vector<string> drop_var_regex_patterns;
65 vector<string> keep_fn_regex_patterns;
66 vector<string> keep_var_regex_patterns;
67 vector<string> headers_dirs1;
68 vector<string> header_files1;
69 vector<string> headers_dirs2;
70 vector<string> header_files2;
71 bool drop_private_types;
72 bool linux_kernel_mode;
73 bool no_default_supprs;
74 bool no_arch;
75 bool no_corpus;
76 bool leaf_changes_only;
77 bool fail_no_debug_info;
78 bool show_hexadecimal_values;
79 bool show_offsets_sizes_in_bits;
80 bool show_relative_offset_changes;
81 bool show_stats_only;
82 bool show_symtabs;
83 bool show_deleted_fns;
84 bool show_changed_fns;
85 bool show_added_fns;
109 options() in options() argument
148 ~options() in ~options() argument