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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 27 bool IsExpectedReport(uptr addr, uptr size) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 149 bool IsExpectedReport(uptr addr, uptr size) {
tsan_rtl.h 633 bool IsExpectedReport(uptr addr, uptr size);
tsan_rtl_report.cc 610 if (IsExpectedReport(addr_min, addr_max - addr_min))

Completed in 286 milliseconds