Home
last modified time | relevance | path

Searched defs:Suppression (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h21 struct Suppression { struct
22 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() function
38 bool Match(const char *str, const char *type, Suppression **s); argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.h22 struct Suppression { struct
23 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() argument
39 bool Match(const char *str, const char *type, Suppression **s); argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h20 struct Suppression { struct
21 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() function
37 bool Match(const char *str, const char *type, Suppression **s); argument