Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc250 const unsigned MinBytesNearLoc = 4; in PrintMemorySnippet() local
251 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()
252 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()