Searched refs:setNext (Results 1 – 14 of 14) sorted by relevance
24 N.setNext(&Next); in insertBeforeImpl()26 Prev.setNext(&N); in insertBeforeImpl()34 Prev->setNext(Next); in removeImpl()38 N.setNext(nullptr); in removeImpl()45 Prev->setNext(&Last); in removeRangeImpl()49 Final->setNext(nullptr); in removeRangeImpl()65 First.getPrev()->setNext(&Last); in transferBeforeImpl()70 Final.setNext(&Next); in transferBeforeImpl()72 Prev.setNext(&First); in transferBeforeImpl()
26 void setNext(NodeBase *Next) { this->Next = Next; } in setNext() function40 void setNext(NodeBase *Next) { this->Next = Next; } in setNext() function
129 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); } in setNext() function310 this->setNext(this); in reset()
94 void setNext(const ECValue *NewNext) const { in setNext() function249 L1LV.getEndOfList()->setNext(&L2LV); in unionSets()
253 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; } in setNext() function
70 New->setNext(MatcherPtr.release()); in ContractNodes()73 MC->setNext(MC->getNext()->takeNext()); in ContractNodes()154 CheckOpcode->setNext(CheckType); in ContractNodes()155 CheckType->setNext(Tail); in ContractNodes()164 MS->setNext(MC->takeNext()); in ContractNodes()174 RM->setNext(MC->takeNext()); in ContractNodes()175 MS->setNext(RM); in ContractNodes()300 M2->setNext(MatcherWithoutM2); in FactorNodes()352 Shared->setNext(new ScopeMatcher(std::move(EqualMatchers))); in FactorNodes()483 MatcherPtr->setNext(Cases[0].second); in FactorNodes()
190 CurPredicate->setNext(NewNode); in AddMatcher()
65 void setNext(MachinePassRegistryNode *N) { Next = N; } in setNext() function107 Node->setNext(List); in Add()
507 void setNext(NodeId N) { Next = N; } in setNext() function
47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() function
45 Cur->setNext(Other->takeNext()); in unlinkNode()
116 void setNext(Matcher *C) { Next.reset(C); } in setNext() function
475 NA.Addr->setNext(Self); in addMember()507 MA.Addr->setNext(NA.Addr->getNext()); in removeMember()551 PA.Addr->setNext(M.Id); in addPhi()
3331 List->setNext(nullptr); in addMethodToGlobalList()3415 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()3419 Previous->setNext(new (Mem) ObjCMethodList(Method)); in addMethodToGlobalList()