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 153 LocBuffer.append("%p", Loc.getMemoryLocation());
238 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
240 Best->getStart().getMemoryLocation() >
241 Ranges[I].getStart().getMemoryLocation()))
265 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
266 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
292 if (InRange && InRange->getEnd().getMemoryLocation() == P)
296 if (InRange && InRange->getStart().getMemoryLocation() < P)
298 if (InRange && InRange->getStart().getMemoryLocation() <= P)
309 if (!InRange || InRange->getEnd().getMemoryLocation() == P
    [all...]
ubsan_diag.h 86 MemoryLocation getMemoryLocation() const {

Completed in 105 milliseconds