Home
last modified time | relevance | path

Searched refs:suppressions (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_suppressions.cpp36 suppression_ctx->ParseFromFile(flags().suppressions); in InitializeSuppressions()
44 SuppressionContext *suppressions = suppression_ctx; in GetSuppressionForAddr() local
47 if (suppressions->Match(moduleName, suppr_type, &s)) in GetSuppressionForAddr()
54 if (suppressions->Match(cur->info.function, suppr_type, &s) || in GetSuppressionForAddr()
55 suppressions->Match(cur->info.file, suppr_type, &s)) { in GetSuppressionForAddr()
H A Dnsan_flags.inc24 NSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
/freebsd/crypto/openssl/test/
H A DREADME-external.md28 Test failures and suppressions
61 Test-failures suppressions
/freebsd/crypto/heimdal/
H A DMakefile.am54 cf/valgrind-suppressions \
H A DMakefile.in438 cf/valgrind-suppressions \
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_flags.inc23 UBSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
H A Dubsan_diag.cpp419 suppression_ctx->ParseFromFile(flags()->suppressions); in InitializeSuppressions()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp41 suppression_ctx->ParseFromFile(flags()->suppressions); in InitializeSuppressions()
H A Dasan_flags.inc154 ASAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
/freebsd/sys/contrib/openzfs/lib/
H A DMakefile.am106 --suppressions $(srcdir)/lib/$$lib/$$lib.suppr \
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc46 LSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
H A Dlsan_common.cpp138 context.ParseFromFile(flags()->suppressions); in LazyInit()
963 LeakSuppressionContext *suppressions = GetSuppressionContext(); in ApplySuppressions() local
966 if (suppressions->Suppress(leaks_[i].stack_trace_id, leaks_[i].hit_count, in ApplySuppressions()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp56 suppression_ctx->ParseFromFile(flags()->suppressions); in InitializeSuppressions()
H A Dtsan_flags.inc72 TSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
/freebsd/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m4150 # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
158 VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.supp39 # valgrind --suppressions=$PWD/zfsd_unittest.supp ./zfsd_unittest
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc174 "Print matched suppressions at exit.")