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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return 0; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc56 DDReport *GetReport(DDCallback *cb) override;
182 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc100 DDReport *GetReport(DDCallback *cb);
420 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs461 return ToString(GetReport());
464 public virtual ProfileStats GetReport() { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs507 return ToString(GetReport());
510 public virtual ProfileStats GetReport() method in class:Antlr.Runtime.Debug.Profiler
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc363 const ReportDesc *ScopedReport::GetReport() const { function in class:__tsan::ScopedReport
489 const ReportDesc *rep = srep.GetReport();
501 FiredSuppression s = {srep.GetReport()->typ, suppress_pc, supp};
522 if (ctx->fired_suppressions[k].type != srep.GetReport()->typ)
540 if (ctx->fired_suppressions[k].type != srep.GetReport()->typ)

Completed in 213 milliseconds