Lines Matching defs:options
71 struct options struct
73 string wrong_option;
74 string in_file_path;
75 string out_file_path;
76 vector<char*> di_root_paths;
77 vector<char**> prepared_di_root_paths;
78 vector<string> headers_dirs;
79 vector<string> header_files;
80 string vmlinux;
81 vector<string> suppression_paths;
82 vector<string> kabi_whitelist_paths;
83 suppressions_type kabi_whitelist_supprs;
84 bool display_version;
108 options() in options() argument
134 ~options() in ~options() argument