HomeSort by: relevance | last modified time | path
    Searched refs:mapTombstone (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h 70 MapTombstone = BeforeOrAfterPointer - 3,
74 MaxValue = (MapTombstone - 1) & ~ImpreciseBit,
134 constexpr static LocationSize mapTombstone() {
135 return LocationSize(MapTombstone, Direct);
321 return LocationSize::mapTombstone();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryLocation.cpp 29 else if (*this == mapTombstone())
30 OS << "mapTombstone";

Completed in 20 milliseconds