Searched refs:BeforeOrAfterPointer (Results 1 – 1 of 1) sorted by relevance
71 BeforeOrAfterPointer = ~uint64_t(0), enumerator73 AfterPointer = (BeforeOrAfterPointer - 1) & ~ScalableBit,74 MapEmpty = BeforeOrAfterPointer - 2,75 MapTombstone = BeforeOrAfterPointer - 3,95 static_assert(BeforeOrAfterPointer & ImpreciseBit,139 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer()156 if (Value == BeforeOrAfterPointer || Other.Value == BeforeOrAfterPointer) in unionWith()167 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()188 bool mayBeBeforePointer() const { return Value == BeforeOrAfterPointer; } in mayBeBeforePointer()