Home
last modified time | relevance | path

Searched refs:deleteNode (Results 176 – 200 of 797) sorted by relevance

12345678910>>...32

/dports/devel/codequery/codequery-0.24.0/showgraph/Graph/
H A Dgraph_inline.h25 inline void Graph::deleteNode( void *n) in deleteNode() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DBlockSupport.h112 static void deleteNode(Operation *op);
/dports/math/fcl/fcl-0.7.0/include/fcl/broadphase/
H A Dbroadphase_interval_tree-inl.h144 interval_trees[0]->deleteNode(ivl1); in unregisterObject()
145 interval_trees[1]->deleteNode(ivl2); in unregisterObject()
146 interval_trees[2]->deleteNode(ivl3); in unregisterObject()
283 interval_trees[i]->deleteNode(it->second); in update()
/dports/net/glflow/glFlow-0.1/
H A DHostTree.cpp157 void CHostTree::deleteNode(CHostNode* pNode) in deleteNode() function in CHostTree
413 deleteNode(pCursor); in cleanUp()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DVirtualizerToolImpl.java233 effects.deleteNode(current); in replaceWithVirtual()
246 effects.deleteNode(current); in delete()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DInstruction.h40 static inline void deleteNode(Instruction *V);
783 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIXMLNodesHandler.cpp87 deleteNode(attrs); in myStartElement()
245 NIXMLNodesHandler::deleteNode(const SUMOSAXAttributes& attrs) { in deleteNode() function in NIXMLNodesHandler
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Base/
H A DTaggedList.h48 static void deleteNode(T *node) { delete node; } in deleteNode() function
365 void erase(T *node) { this->deleteNode(remove(node)); }
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DVirtualizerToolImpl.java213 effects.deleteNode(current); in replaceWithVirtual()
226 effects.deleteNode(current); in delete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstruction.h40 static inline void deleteNode(Instruction *V);
783 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h40 static inline void deleteNode(Instruction *V);
783 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DVirtualizerToolImpl.java233 effects.deleteNode(current); in replaceWithVirtual()
246 effects.deleteNode(current); in delete()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/lock/
H A DZKInterProcessLockBase.java205 ZKUtil.deleteNode(zkWatcher, createdZNode); in tryAcquire()
316 boolean ret = ZKUtil.deleteNode(zkWatcher, lock.getPath(), lock.getVersion()); in release()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DInstruction.h40 static inline void deleteNode(Instruction *V);
773 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DInstruction.h41 static inline void deleteNode(Instruction *V);
759 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DVirtualizerToolImpl.java217 effects.deleteNode(current); in replaceWithVirtual()
230 effects.deleteNode(current); in delete()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DVirtualizerToolImpl.java213 effects.deleteNode(current); in replaceWithVirtual()
226 effects.deleteNode(current); in delete()
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Ddomnode.h11 virtual bool deleteNode(domnode *node,
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_abstractnode.h46 virtual void deleteNode(uiNode_t* node) {} in deleteNode() function
/dports/devel/pear-Structure_LinkedList/Structures_LinkedList-0.2.2/Structures/LinkedList/
H A DDouble.php244 public function deleteNode($node)
/dports/net/rclone/rclone-1.57.0/backend/mega/
H A Dmega.go616 func (f *Fs) deleteNode(ctx context.Context, node *mega.Node) (err error) { func
651 err = f.deleteNode(ctx, dirNode)
901 err = f.deleteNode(ctx, srcDirNode)
1182 err = o.fs.deleteNode(ctx, o.info)
1194 err := o.fs.deleteNode(ctx, o.info)
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dmir_window.c41 static void deleteNode(EventQueue* queue, EventNode* node) in deleteNode() function
447 deleteNode(queue, node); in _glfwDeleteEventQueue()
624 deleteNode(_glfw.mir.event_queue, node); in _glfwPlatformPollEvents()
/dports/devel/pecl-zookeeper/zookeeper-1.0.0/examples/
H A DZookeeper_Example.php147 public function deleteNode($path)
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCSection.h34 static void deleteNode(MCFragment *V);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h1014 template <typename NodeT> void deleteNode(NodeT *P) { in deleteNode() function
1039 void deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level);
1274 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode() function
1276 deleteNode(&Node.get<Branch>()); in deleteNode()
1278 deleteNode(&Node.get<Leaf>()); in deleteNode()
1285 visitNodes(&IntervalMap::deleteNode); in clear()
1890 IM.deleteNode(&Node); in treeErase()
1935 IM.deleteNode(&Parent); in eraseNode()

12345678910>>...32