Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp26 : suppression_types_(suppression_types), in SuppressionContext()
134 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse()
144 Printf("- %s\n", suppression_types_[type]); in Parse()
148 s.type = suppression_types_[type]; in Parse()
167 if (0 == internal_strcmp(type, suppression_types_[i])) in HasSuppressionType()
H A Dsanitizer_suppressions.h46 const char **const suppression_types_; variable