Searched refs:BeforeOrAfterPointer (Results 1 – 1 of 1) sorted by relevance
69 BeforeOrAfterPointer = ~uint64_t(0), enumerator71 AfterPointer = (BeforeOrAfterPointer - 1) & ~ScalableBit,72 MapEmpty = BeforeOrAfterPointer - 2,73 MapTombstone = BeforeOrAfterPointer - 3,89 static_assert(BeforeOrAfterPointer & ImpreciseBit,125 return LocationSize(BeforeOrAfterPointer); in beforeOrAfterPointer()142 if (Value == BeforeOrAfterPointer || Other.Value == BeforeOrAfterPointer) in unionWith()153 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()174 bool mayBeBeforePointer() const { return Value == BeforeOrAfterPointer; } in mayBeBeforePointer()