HomeSort by relevance Sort by last modified time
    Searched defs:ScopedReport (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 126 ScopedReport::ScopedReport(ReportType typ) {
135 ScopedReport::~ScopedReport() {
140 void ScopedReport::AddStack(const StackTrace *stack) {
145 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s,
178 void ScopedReport::AddThread(const ThreadContext *tctx) {
252 void ScopedReport::AddMutex(const SyncVar *s) {
274 void ScopedReport::AddMutex(u64 id) {
287 void ScopedReport::AddLocation(uptr addr, uptr size)
    [all...]
tsan_rtl.h 548 class ScopedReport {
550 explicit ScopedReport(ReportType typ);
551 ~ScopedReport();
569 ScopedReport(const ScopedReport&);
570 void operator = (const ScopedReport&);
595 const ScopedReport &srep,
599 const ScopedReport &srep,

Completed in 31 milliseconds