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

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 67 ScopedReport R(Opts, Loc, ET);
118 ScopedReport R(Opts, Loc, ET);
152 ScopedReport R(Opts, Loc, ET);
193 ScopedReport R(Opts, Loc, ET);
236 ScopedReport R(Opts, Loc, ET);
277 ScopedReport R(Opts, Loc, ET);
298 ScopedReport R(Opts, Data->Loc, ErrorType::UnreachableCall);
309 ScopedReport R(Opts, Data->Loc, ErrorType::MissingReturn);
329 ScopedReport R(Opts, Loc, ET);
389 ScopedReport R(Opts, Loc, ET)
    [all...]
ubsan_handlers_cxx.cc 50 ScopedReport R(Opts, Loc, ET);
98 ScopedReport R(Opts, Loc, ET);
ubsan_diag.h 237 class ScopedReport {
243 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
244 ~ScopedReport();
ubsan_diag.cc 368 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,
375 ScopedReport::~ScopedReport() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 137 ScopedReport::ScopedReport(ReportType typ) {
146 ScopedReport::~ScopedReport() {
152 void ScopedReport::AddStack(StackTrace stack, bool suppressable) {
158 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s, StackTrace stack,
179 void ScopedReport::AddUniqueTid(int unique_tid) {
183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
246 void ScopedReport::AddThread(int unique_tid, bool suppressable) {
253 void ScopedReport::AddMutex(const SyncVar *s)
    [all...]
tsan_rtl.h 523 class ScopedReport {
525 explicit ScopedReport(ReportType typ);
526 ~ScopedReport();
550 ScopedReport(const ScopedReport&);
551 void operator = (const ScopedReport&);
598 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
tsan_mman.cc 93 ScopedReport rep(ReportTypeSignalUnsafe);
tsan_rtl_mutex.cc 56 ScopedReport rep(typ);
121 ScopedReport rep(ReportTypeMutexDestroyLocked);
465 ScopedReport rep(ReportTypeDeadlock);
tsan_rtl_thread.cc 219 ScopedReport rep(ReportTypeThreadLeak);
tsan_interceptors.cc     [all...]

Completed in 176 milliseconds