Searched refs:suppression_types_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h46 const char **const suppression_types_; member in class:__sanitizer::SuppressionContext
H A Dsanitizer_suppressions.cpp26 : suppression_types_(suppression_types),
133 const char *next_char = StripPrefix(line, suppression_types_[type]);
144 s.type = suppression_types_[type];
163 if (0 == internal_strcmp(type, suppression_types_[i]))

Completed in 92 milliseconds