Home
last modified time | relevance | path

Searched defs:ReportStack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h39 struct ReportStack { struct
42 static ReportStack *New(); argument
H A Dtsan_report.cc22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} in ReportStack() function in __tsan::ReportStack