Searched refs:test_everything (Results 1 – 1 of 1) sorted by relevance
/tools/security/sanitizer-status/ |
D | sanitizer-status.c | 161 int test_everything = 0; in sanitizer_status() local 165 test_everything = 1; in sanitizer_status() 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()
|