Home
last modified time | relevance | path

Searched refs:RemoveNode (Results 1 – 20 of 20) sorted by relevance

/external/llvm/unittests/ADT/
DFoldingSet.cpp85 bool WasThere = Trivial.RemoveNode(&T); in TEST()
94 bool WasThere = Trivial.RemoveNode(&T); in TEST()
/external/lzma/C/
DPpmd7.c126 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() function
225 return RemoveNode(p, indx); in AllocUnitsRare()
238 retVal = RemoveNode(p, i); in AllocUnitsRare()
247 return RemoveNode(p, indx); in AllocUnits()
270 void *ptr = RemoveNode(p, i1); in ShrinkUnits()
398 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
/external/v8/src/
Dfutex-emulation.cc59 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { in RemoveNode() function in v8::internal::FutexWaitList
185 wait_list_.Pointer()->RemoveNode(node); in Wait()
Dfutex-emulation.h71 void RemoveNode(FutexWaitListNode* node);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp111 pImpl->MDNodeSet.RemoveNode(this); in ~MDNode()
261 assert(!N->getContext().pImpl->MDNodeSet.RemoveNode(N) && in deleteTemporary()
329 pImpl->MDNodeSet.RemoveNode(this); in replaceOperand()
DAttributes.cpp163 AttributesLists->RemoveNode(this); in ~AttributeListImpl()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp467 void RemoveNode(Node* pNode, int nLevel = 0);
491 void CFieldTree::RemoveNode(Node* pNode, int nLevel) { in RemoveNode() function in CFieldTree
497 RemoveNode(pNode->GetChildAt(i), nLevel + 1); in RemoveNode()
517 RemoveNode(m_Root.GetChildAt(i)); in RemoveAll()
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp336 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp374 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/llvm/lib/Support/
DFoldingSet.cpp374 bool FoldingSetImpl::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetImpl
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp175 Nodes.RemoveNode(node); in collectNode()
DProgramState.cpp38 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
DPathDiagnostic.cpp271 Diags.RemoveNode(orig); in HandlePathDiagnostic()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DFoldingSet.h152 bool RemoveNode(Node *N);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h157 bool RemoveNode(Node *N);
/external/llvm/include/llvm/ADT/
DFoldingSet.h152 bool RemoveNode(Node *N);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp338 SE->UniqueSCEVs.RemoveNode(this); in deleted()
349 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp363 SE->UniqueSCEVs.RemoveNode(this); in deleted()
374 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp646 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp767 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()