reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Analysis/StratifiedSets.h
   45   static const StratifiedIndex SetSentinel;

References

lib/Analysis/StratifiedSets.h
   56   StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
   56   StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
   58   bool hasBelow() const { return Below != SetSentinel; }
   59   bool hasAbove() const { return Above != SetSentinel; }
   61   void clearBelow() { Below = SetSentinel; }
   62   void clearAbove() { Above = SetSentinel; }
  181       Remap = StratifiedLink::SetSentinel;
  236     bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }