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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h 10 // Suppression parsing/matching code shared between TSan and LSan.
33 struct Suppression {
44 bool Match(const char* str, SuppressionType type, Suppression **s);
46 const Suppression *SuppressionAt(uptr i) const;
47 void GetMatched(InternalMmapVector<Suppression *> *matched);
50 InternalMmapVector<Suppression> suppressions_;
  /external/chromium_org/tools/valgrind/
suppressions.py 8 """Post-process Valgrind suppression matcher.
25 of the Suppression class.
98 # suppression. Add one to the line number as well, since most editors use
103 class Suppression(object):
104 """This class represents a single stack trace suppression.
109 stack: The lines comprising the stack trace for the suppression.
114 """Inits Suppression.
117 defined_at: file:line identifying where the suppression was defined
126 """Returns bool indicating whether this suppression matches
127 the suppression generated from Valgrind error report
    [all...]

Completed in 109 milliseconds