Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SetSentinel

57   static const StratifiedIndex SetSentinel;
68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
70 bool hasBelow() const { return Below != SetSentinel; }
71 bool hasAbove() const { return Above != SetSentinel; }
73 void clearBelow() { Below = SetSentinel; }
74 void clearAbove() { Above = SetSentinel; }
221 Remap = StratifiedLink::SetSentinel;
282 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
438 assert(AttrNum < StratifiedLink::SetSentinel);
465 assert(AttrNum < StratifiedLink::SetSentinel);
484 assert(AttrNum < StratifiedLink::SetSentinel);