Home
last modified time | relevance | path

Searched refs:StoreNext (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp517 xmlNode StoreNext; in treeMerge() local
524 StoreNext.next = Child->next; in treeMerge()
533 Child = &StoreNext; in treeMerge()
542 xmlNode StoreNext; in stripComments() local
548 StoreNext.next = Child->next; in stripComments()
550 Child = &StoreNext; in stripComments()
/third_party/node/deps/v8/src/heap/
Dslot-set.h726 StoreNext(previous, next); in Iterate()
759 void StoreNext(Chunk* chunk, Chunk* next) { in StoreNext() function