Searched defs:deleteNode (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DRecycler.h54 static void deleteNode(RecyclerStruct *) { function in struct:llvm::ilist_traits
55 assert(0 && "Recycler's ilist_traits shouldn't see a deleteNode call!");
/external/llvm/lib/MC/
H A DMCFragment.cpp234 void ilist_node_traits<MCFragment>::deleteNode(MCFragment *V) { function in class:ilist_node_traits
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java236 deleteNode(rootImplicitNode);
273 deleteNode(rootImplicitNode);
295 static void deleteNode(XMPNode node) method in class:XMPNodeUtils
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineBasicBlock.cpp137 void ilist_traits<MachineInstr>::deleteNode(MachineInstr* MI) { function in class:ilist_traits
H A DMachineFunction.cpp50 void ilist_traits<MachineBasicBlock>::deleteNode(MachineBasicBlock *MBB) { function in class:ilist_traits
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h42 static void deleteNode(NodeTy *V) { delete V; } function in struct:llvm::ilist_alloc_traits
58 static void deleteNode(NodeTy *V) {} function in struct:llvm::ilist_noalloc_traits
281 this->deleteNode(remove(where));
289 /// removeNodeFromList() or deleteNode().
/external/llvm/include/llvm/ADT/
H A Dilist.h160 static void deleteNode(NodeTy *V) { delete V; } function in struct:llvm::ilist_node_traits
466 this->deleteNode(remove(where));
474 /// removeNodeFromList() or deleteNode().
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h84 void deleteNode(IndexListEntry *N) {} function in struct:llvm::ilist_traits
H A DSelectionDAG.h97 static void deleteNode(SDNode *) { function in struct:llvm::ilist_traits
98 llvm_unreachable("ilist_traits<SDNode> shouldn't see a deleteNode call!");
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp135 void ilist_traits<MachineInstr>::deleteNode(MachineInstr* MI) { function in class:ilist_traits
H A DMachineFunction.cpp88 void ilist_traits<MachineBasicBlock>::deleteNode(MachineBasicBlock *MBB) { function in class:ilist_traits
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A Dilist.h112 static void deleteNode(NodeTy *V) { delete V; } function in struct:llvm::ilist_node_traits
463 this->deleteNode(remove(where));
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h53 static void deleteNode(SDNode *) { function in struct:llvm::ilist_traits
54 assert(0 && "ilist_traits<SDNode> shouldn't see a deleteNode call!");
/external/llvm/lib/Support/
H A DYAMLParser.cpp171 static void deleteNode(Token *V) { V->~Token(); } function in struct:llvm::ilist_node_traits
/external/swiftshader/third_party/subzero/src/
H A DIceInst.h1176 void deleteNode(Ice::Inst *) {} function in struct:llvm::ilist_traits

Completed in 538 milliseconds