Home
last modified time | relevance | path

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

/tools/security/sanitizer-status/
Dsanitizer-status.cpp173 int test_everything = 0; in main() local
177 test_everything = 1; in main()
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()