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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.h47 const char **const suppression_types_; member in class:__sanitizer::SuppressionContext
H A Dsanitizer_suppressions.cc27 : suppression_types_(suppression_types),
123 const char *next_char = StripPrefix(line, suppression_types_[type]);
134 s.type = suppression_types_[type];
153 if (0 == internal_strcmp(type, suppression_types_[i]))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h45 const char **const suppression_types_; member in class:__sanitizer::SuppressionContext
H A Dsanitizer_suppressions.cc25 : suppression_types_(suppression_types),
121 const char *next_char = StripPrefix(line, suppression_types_[type]);
132 s.type = suppression_types_[type];
151 if (0 == internal_strcmp(type, suppression_types_[i]))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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 137 milliseconds