Home
last modified time | relevance | path

Searched defs:setNext (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_base.h27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
Dilist_node.h78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); } in setNext() function
DEquivalenceClasses.h92 void setNext(const ECValue *NewNext) const { in setNext() function
DSparseMultiSet.h247 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; } in setNext() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_base.h28 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
42 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
Dilist_node.h78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); } in setNext() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h65 void setNext(MachinePassRegistryNode *N) { Next = N; } in setNext() function
/third_party/skia/src/pathops/
DSkOpCoincidence.h123 void setNext(SkCoincidentSpans* next) { fNext = next; } in setNext() function
DSkOpSegment.h350 void setNext(SkOpSegment* next) { in setNext() function
DSkOpContour.h320 void setNext(SkOpContour* contour) { in setNext() function
DSkOpSpan.h519 void setNext(SkOpSpanBase* nextT) { in setNext() function
/third_party/skia/src/gpu/
DGrResourceAllocator.h213 void setNext(Interval* next) { fNext = next; } in setNext() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h106 void setNext(InstList::iterator N) { Next = N; } in setNext() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h469 void setNext(NodeId N) { Next = N; } in setNext() function
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1706 void setNext (int num, deUint32 bits) in setNext() function in tcu::astc::__anon8dec79d10111::BitAssignAccessStream
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp45385 void setNext(RawType aElem) in setNext() function in mozilla::LinkedListElement