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

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc260 const unsigned MinBytesNearLoc = 4; local
261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc);
262 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc);

Completed in 52 milliseconds