Searched refs:sanitizer_names (Results 1 – 1 of 1) sorted by relevance
974 const char *sanitizer_names[] = {"AddressSanitizer", "ThreadSanitizer"}; in ShouldCheckInterceptors() local975 size_t count = sizeof(sanitizer_names) / sizeof(sanitizer_names[0]); in ShouldCheckInterceptors()977 if (internal_strcmp(sanitizer_names[i], SanitizerToolName) == 0) in ShouldCheckInterceptors()