Home
last modified time | relevance | path

Searched defs:suppressable (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/Darwin/
Ddebug_external.cpp50 int tid, fd, suppressable; in __tsan_on_report() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h41 bool suppressable; member
80 bool suppressable; member
Dtsan_rtl_report.cc157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) { in AddStack()
188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread()
251 void ScopedReport::AddThread(int unique_tid, bool suppressable) { in AddThread()
Dtsan_debugging.cc111 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.h42 bool suppressable; member
83 bool suppressable; member
Dtsan_rtl_report.cpp160 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { in AddStack()
192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread()
256 void ScopedReportBase::AddThread(int unique_tid, bool suppressable) { in AddThread()
Dtsan_debugging.cpp126 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()