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()
27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); } in setNext() function246 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
68 New->setNext(MatcherPtr.release()); in ContractNodes()71 MC->setNext(MC->getNext()->takeNext()); in ContractNodes()158 CheckOpcode->setNext(CheckType); in ContractNodes()159 CheckType->setNext(Tail); in ContractNodes()286 M2->setNext(MatcherWithoutM2); in FactorNodes()327 Shared->setNext(new ScopeMatcher(EqualMatchers)); in FactorNodes()454 MatcherPtr->setNext(Cases[0].second); in FactorNodes()
46 Cur->setNext(Other->takeNext()); in unlinkNode()
191 CurPredicate->setNext(NewNode); in AddMatcher()
107 void setNext(Matcher *C) { Next.reset(C); } in setNext() function
65 void setNext(MachinePassRegistryNode *N) { Next = N; } in setNext() function107 Node->setNext(List); in Add()
470 void setNext(NodeId N) { Next = N; } in setNext() function
47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() function
479 NA.Addr->setNext(Self); in addMember()512 MA.Addr->setNext(NA.Addr->getNext()); in removeMember()556 PA.Addr->setNext(M.Id); in addPhi()
3329 List->setNext(nullptr); in addMethodToGlobalList()3413 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()3417 Previous->setNext(new (Mem) ObjCMethodList(Method)); in addMethodToGlobalList()