Home
last modified time | relevance | path

Searched refs:MinBytesNearLoc (Results 1 – 2 of 2) 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()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.cpp260 const unsigned MinBytesNearLoc = 4; in PrintMemorySnippet() local
261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()
262 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()