Home
last modified time | relevance | path

Searched refs:have_option (Results 1 – 1 of 1) sorted by relevance

/tools/security/sanitizer-status/
Dsanitizer-status.cpp165 int have_option(const char* option, const char** argv, const int argc) { in have_option() function
179 if (test_everything || have_option("asan", argv, argc)) { in main()
198 if (test_everything || have_option("hwasan", argv, argc)) { in main()
217 if (test_everything || have_option("msan", argv, argc)) { in main()
228 if (test_everything || have_option("kasan", argv, argc)) { in main()
239 if (test_everything || have_option("kcov", argv, argc)) { in main()
250 if (test_everything || have_option("ubsan", argv, argc)) { in main()
261 if (test_everything || have_option("gwp_asan", argv, argc)) { in main()
272 if (test_everything || have_option("mte", argv, argc)) { in main()