Searched defs:SuppressionContext (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h30 class SuppressionContext { class in namespace:__sanitizer
32 // Create new SuppressionContext capable of parsing given suppression types.
33 SuppressionContext(const char *supprression_types[],
H A Dsanitizer_suppressions.cc24 SuppressionContext::SuppressionContext(const char *suppression_types[], function in class:__sanitizer::SuppressionContext
49 void SuppressionContext::ParseFromFile(const char *filename) {
78 bool SuppressionContext::Match(const char *str, const char *type,
103 void SuppressionContext::Parse(const char *str) {
144 uptr SuppressionContext::SuppressionCount() const {
148 bool SuppressionContext::HasSuppressionType(const char *type) const {
156 const Suppression *SuppressionContext::SuppressionAt(uptr i) const {
161 void SuppressionContext::GetMatched(

Completed in 99 milliseconds