HomeSort by relevance Sort by last modified time
    Searched refs:MemoryLocation (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 51 typedef uptr MemoryLocation;
54 /// SourceLocation, a MemoryLocation, or a SymbolizedStack.
63 MemoryLocation MemoryLoc;
70 Location(MemoryLocation Loc) :
86 MemoryLocation getMemoryLocation() const {
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
ubsan_diag.cc 197 static Range *upperBound(MemoryLocation Loc, Range *Ranges,
219 static void renderMemorySnippet(const Decorator &Decor, MemoryLocation Loc,
224 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc);
225 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc);
226 MemoryLocation OrigMin = Min;

Completed in 241 milliseconds