HomeSort by: relevance | last modified time | path
    Searched defs:mapTombstone (Results 1 - 1 of 1) 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();

Completed in 34 milliseconds