Home
last modified time | relevance | path

Searched defs:insertBefore (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function in llvm::ilist_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_base.h79 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function in llvm::ilist_base
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dcontainer.js85 _proto.insertBefore = function insertBefore(oldNode, newNode) { function
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_bb.cpp186 BasicBlock::insertBefore(Instruction *q, Instruction *p) in insertBefore() function in nv50_ir::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp278 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase
/third_party/python/Lib/xml/dom/
H A Dminidom.py82 def insertBefore(self, newChild, refChild): member in Node
975 def insertBefore(self, newChild, refChild): member in Childless
1396 def insertBefore(self, newChild, refChild): member in Entity

Completed in 8 milliseconds