HomeSort by: relevance | last modified time | path
    Searched defs:Suppression (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.h 10 // Suppression parsing/matching code.
22 struct Suppression {
23 Suppression() { internal_memset(this, 0, sizeof(*this)); }
32 // Create new SuppressionContext capable of parsing given suppression types.
39 bool Match(const char *str, const char *type, Suppression **s);
42 const Suppression *SuppressionAt(uptr i) const;
43 void GetMatched(InternalMmapVector<Suppression *> *matched);
50 InternalMmapVector<Suppression> suppressions_;

Completed in 35 milliseconds