Searched refs:IsExpectedReport (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp26 bool IsExpectedReport(uptr addr, uptr size) { function in namespace:__tsan
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp149 bool IsExpectedReport(uptr addr, uptr size) { function in namespace:__tsan
H A Dtsan_rtl.h696 bool IsExpectedReport(uptr addr, uptr size);
H A Dtsan_rtl_report.cpp618 if (IsExpectedReport(addr_min, addr_max - addr_min))

Completed in 112 milliseconds