Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp266 const unsigned MinBytesNearLoc = 4; in PrintMemorySnippet() local
267 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()
268 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()