Searched refs:BeforeOrAfterPointer (Results 1 – 1 of 1) sorted by relevance
68 BeforeOrAfterPointer = ~uint64_t(0), enumerator69 AfterPointer = BeforeOrAfterPointer - 1,70 MapEmpty = BeforeOrAfterPointer - 2,71 MapTombstone = BeforeOrAfterPointer - 3,88 static_assert(BeforeOrAfterPointer & ImpreciseBit,131 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer()148 if (Value == BeforeOrAfterPointer || Other.Value == BeforeOrAfterPointer) in unionWith()157 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()174 bool mayBeBeforePointer() const { return Value == BeforeOrAfterPointer; } in mayBeBeforePointer()