Home
last modified time | relevance | path

Searched refs:FreeNode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DRecycler.h37 struct FreeNode { struct
38 FreeNode *Next; argument
42 FreeNode *FreeList = nullptr;
44 FreeNode *pop_val() { in pop_val()
50 void push(FreeNode *N) { in push()
98 push(reinterpret_cast<FreeNode *>(Element)); in Deallocate()
/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp66 FreeNode(pOldNode); in RemoveAt()
68 void CFX_PtrList::FreeNode(CFX_PtrList::CNode* pNode) { in FreeNode() function in CFX_PtrList
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2DynamicTree.cpp95 void b2DynamicTree::FreeNode(int32 nodeId) in FreeNode() function in b2DynamicTree
130 FreeNode(proxyId); in DestroyProxy()
351 FreeNode(parent); in RemoveLeaf()
372 FreeNode(parent); in RemoveLeaf()
719 FreeNode(i); in RebuildBottomUp()
Db2DynamicTree.h129 void FreeNode(int32 node);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
DREADME.rst179 Join our IRC channel `#boto` on FreeNode.
/external/pdfium/core/include/fxcrt/
Dfx_basic.h852 void FreeNode(CNode* pNode);