Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_diag.h51 typedef uptr MemoryLocation; typedef
63 MemoryLocation MemoryLoc;
70 Location(MemoryLocation Loc) : in Location()
86 MemoryLocation getMemoryLocation() const { in getMemoryLocation()
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text) in Range()
Dubsan_diag.cc197 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
219 static void renderMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in renderMemorySnippet()
224 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in renderMemorySnippet()
225 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in renderMemorySnippet()
226 MemoryLocation OrigMin = Min; in renderMemorySnippet()