Home
last modified time | relevance | path

Searched defs:GetReport (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return 0; } in GetReport() function
Dsanitizer_deadlock_detector1.cc182 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
Dsanitizer_deadlock_detector2.cc420 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs510 public virtual ProfileStats GetReport() in GetReport() method in Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs464 public virtual ProfileStats GetReport() { in GetReport() method in Antlr.Runtime.Debug.Profiler
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc363 const ReportDesc *ScopedReport::GetReport() const { in GetReport() function in __tsan::ScopedReport