Searched refs:removeNode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cc | 183 dd.removeNode(m->id); in MutexDestroy()
|
| H A D | sanitizer_deadlock_detector.h | 192 void removeNode(uptr node) { in removeNode() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Graph.h | 586 void removeNode(NodeId NId) { in removeNode() function
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 129369 static int removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight){ 129467 rc = removeNode(pRtree, pNode, iHeight); 129711 rc = removeNode(pRtree, pChild, pRtree->iDepth-1);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 189899 static int removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight){ 189997 rc = removeNode(pRtree, pNode, iHeight); 190243 rc = removeNode(pRtree, pChild, pRtree->iDepth-1);
|