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

References

include/llvm/Analysis/AliasSetTracker.h
   69     PointerRec *getNext() const { return NextInList; }
   74       return &NextInList;
  133       if (NextInList) NextInList->PrevInList = PrevInList;
  133       if (NextInList) NextInList->PrevInList = PrevInList;
  134       *PrevInList = NextInList;
  135       if (AS->PtrListEnd == &NextInList) {