HomeSort by relevance Sort by last modified time
    Searched defs:SuppressionContext (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h 30 class SuppressionContext {
32 // Create new SuppressionContext capable of parsing given suppression types.
33 SuppressionContext(const char *supprression_types[],
sanitizer_suppressions.cc 24 SuppressionContext::SuppressionContext(const char *suppression_types[],
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 662 milliseconds