Searched defs:Suppression (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_suppressions.h | 21 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 D | sanitizer_suppressions.h | 22 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 D | sanitizer_suppressions.h | 20 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
|