OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
155
bool
IsExpectedReport
(uptr addr, uptr size) {
tsan_rtl.h
612
bool
IsExpectedReport
(uptr addr, uptr size);
tsan_rtl_report.cc
648
if (
IsExpectedReport
(addr_min, addr_max - addr_min))
Completed in 334 milliseconds