Searched refs:have_option (Results 1 – 1 of 1) sorted by relevance
/tools/security/sanitizer-status/ |
D | sanitizer-status.c | 153 int have_option(const char* option, const char** argv, const int argc) { in have_option() function 167 if (test_everything || have_option("asan", argv, argc)) { in sanitizer_status() 185 if (test_everything || have_option("hwasan", argv, argc)) { in sanitizer_status() 203 if(test_everything || have_option("cov", argv, argc)) { in sanitizer_status() 217 if (test_everything || have_option("msan", argv, argc)) { in sanitizer_status() 228 if (test_everything || have_option("kasan", argv, argc)) { in sanitizer_status() 239 if (test_everything || have_option("kcov", argv, argc)) { in sanitizer_status() 250 if (test_everything || have_option("ubsan", argv, argc)) { in sanitizer_status() 261 if (test_everything || have_option("gwp_asan", argv, argc)) { in sanitizer_status()
|