Searched refs:NextInList (Results 1 – 2 of 2) sorted by relevance
42 PointerRec **PrevInList, *NextInList; variable49 : Val(V), PrevInList(nullptr), NextInList(nullptr), AS(nullptr), Size(0), in PointerRec()54 PointerRec *getNext() const { return NextInList; } in getNext()59 return &NextInList; in setPrevInList()108 if (NextInList) NextInList->PrevInList = PrevInList; in eraseFromList()109 *PrevInList = NextInList; in eraseFromList()110 if (AS->PtrListEnd == &NextInList) { in eraseFromList()
53 PointerRec *NextInList = nullptr; variable64 PointerRec *getNext() const { return NextInList; } in getNext()69 return &NextInList; in setPrevInList()123 if (NextInList) NextInList->PrevInList = PrevInList; in eraseFromList()124 *PrevInList = NextInList; in eraseFromList()125 if (AS->PtrListEnd == &NextInList) { in eraseFromList()