HomeSort by: relevance | last modified time | path
    Searched refs:SuppressionContext (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.h 30 class SuppressionContext {
32 // Create new SuppressionContext capable of parsing given suppression types.
33 SuppressionContext(const char *supprression_types[],
sanitizer_suppressions.cc 25 SuppressionContext::SuppressionContext(const char *suppression_types[],
50 void SuppressionContext::ParseFromFile(const char *filename) {
81 bool SuppressionContext::Match(const char *str, const char *type,
106 void SuppressionContext::Parse(const char *str) {
147 uptr SuppressionContext::SuppressionCount() const {
151 bool SuppressionContext::HasSuppressionType(const char *type) const {
159 const Suppression *SuppressionContext::SuppressionAt(uptr i) const {
164 void SuppressionContext::GetMatched(
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_suppressions.h 31 SuppressionContext *Suppressions();
tsan_suppressions.cc 45 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
46 static SuppressionContext *suppression_ctx = nullptr;
55 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
63 SuppressionContext *Suppressions() {
tsan_interceptors.cc 219 const SuppressionContext &supp = *Suppressions();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_suppressions.cc 24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
25 static SuppressionContext *suppression_ctx = nullptr;
41 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 70 SuppressionContext ctx_;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 388 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
389 static SuppressionContext *suppression_ctx = nullptr;
401 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 68 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
69 static SuppressionContext *suppression_ctx = nullptr;
89 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
96 static SuppressionContext *GetSuppressionContext() {
634 SuppressionContext *suppressions = GetSuppressionContext();

Completed in 18 milliseconds