Searched defs:suppressable (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | debug_external.cpp | 50 int tid, fd, suppressable; in __tsan_on_report() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.h | 41 bool suppressable; member 80 bool suppressable; member
|
D | tsan_rtl_report.cc | 157 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()
|
D | tsan_debugging.cc | 111 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.h | 42 bool suppressable; member 83 bool suppressable; member
|
D | tsan_rtl_report.cpp | 160 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()
|
D | tsan_debugging.cpp | 126 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
|