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 135 ScopedReport::ScopedReport(ReportType typ) {
145 ScopedReport::~ScopedReport() {
151 void ScopedReport::AddStack(const StackTrace *stack) {
156 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s,
189 void ScopedReport::AddThread(const ThreadContext *tctx) {
263 void ScopedReport::AddMutex(const SyncVar *s) {
285 void ScopedReport::AddMutex(u64 id) {
298 void ScopedReport::AddLocation(uptr addr, uptr size)
    [all...]
tsan_rtl.h 557 class ScopedReport {
559 explicit ScopedReport(ReportType typ);
560 ~ScopedReport();
579 ScopedReport(const ScopedReport&);
580 void operator = (const ScopedReport&);
605 const ScopedReport &srep,
610 const ScopedReport &srep,

Completed in 714 milliseconds