Searched defs:Suppression (Results 1 - 2 of 2) sorted by path

/external/chromium_org/tools/valgrind/
H A Dsuppressions.py25 of the Suppression class.
103 class Suppression(object): class in inherits:object
114 """Inits Suppression.
188 class ValgrindStyleSuppression(Suppression):
195 Same as Suppression.
336 # Suppression name line is
349 'Suppression named "%s" is defined more than once, '
381 class DrMemorySuppression(Suppression):
386 Rest inherited from Suppression.
485 # Suppression start
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h10 // Suppression parsing/matching code shared between TSan and LSan.
33 struct Suppression { struct in namespace:__sanitizer
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_;

Completed in 1826 milliseconds