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

  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 87 Printf("%p:", Loc.getMemoryLocation());
149 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
151 Best->getStart().getMemoryLocation() >
152 Ranges[I].getStart().getMemoryLocation()))
168 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
169 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
190 if (InRange && InRange->getEnd().getMemoryLocation() == P)
194 if (InRange && InRange->getStart().getMemoryLocation() < P)
196 if (InRange && InRange->getStart().getMemoryLocation() <= P)
207 if (!InRange || InRange->getEnd().getMemoryLocation() == P
    [all...]
ubsan_diag.h 73 MemoryLocation getMemoryLocation() const {

Completed in 1043 milliseconds