Searched refs:RemoveNode (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/
H A Dfutex-emulation.h70 void RemoveNode(FutexWaitListNode* node);
H A Dfutex-emulation.cc58 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { function in class:v8::internal::FutexWaitList
184 wait_list_.Pointer()->RemoveNode(node);
/external/llvm/unittests/ADT/
H A DFoldingSet.cpp85 bool WasThere = Trivial.RemoveNode(&T);
94 bool WasThere = Trivial.RemoveNode(&T);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DMetadata.cpp111 pImpl->MDNodeSet.RemoveNode(this);
261 assert(!N->getContext().pImpl->MDNodeSet.RemoveNode(N) &&
329 pImpl->MDNodeSet.RemoveNode(this);
H A DAttributes.cpp163 AttributesLists->RemoveNode(this);
/external/lzma/C/
H A DPpmd7.c126 static void *RemoveNode(CPpmd7 *p, unsigned indx) function
225 return RemoveNode(p, indx);
238 retVal = RemoveNode(p, i);
247 return RemoveNode(p, indx);
270 void *ptr = RemoveNode(p, i1);
398 c1 = (CTX_PTR)RemoveNode(p, 0);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DFoldingSet.cpp334 /// RemoveNode - Remove a node from the folding set, returning true if one was
336 bool FoldingSetImpl::RemoveNode(Node *N) { function in class:FoldingSetImpl
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp175 Nodes.RemoveNode(node);
H A DProgramState.cpp38 Mgr.StateSet.RemoveNode(s);
H A DPathDiagnostic.cpp271 Diags.RemoveNode(orig);
/external/llvm/lib/Support/
H A DFoldingSet.cpp372 /// RemoveNode - Remove a node from the folding set, returning true if one was
374 bool FoldingSetImpl::RemoveNode(Node *N) { function in class:FoldingSetImpl
/external/pdfium/core/fpdfdoc/
H A Dcpdf_interform.cpp467 void RemoveNode(Node* pNode, int nLevel = 0);
491 void CFieldTree::RemoveNode(Node* pNode, int nLevel) { function in class:CFieldTree
497 RemoveNode(pNode->GetChildAt(i), nLevel + 1);
517 RemoveNode(m_Root.GetChildAt(i));
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h94 /// bool WasRemoved = RemoveNode(N);
150 /// RemoveNode - Remove a node from the folding set, returning true if one
152 bool RemoveNode(Node *N);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DFoldingSet.h98 /// bool WasRemoved = RemoveNode(N);
150 /// RemoveNode - Remove a node from the folding set, returning true if one
152 bool RemoveNode(Node *N);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp338 SE->UniqueSCEVs.RemoveNode(this);
349 SE->UniqueSCEVs.RemoveNode(this);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp363 SE->UniqueSCEVs.RemoveNode(this);
374 SE->UniqueSCEVs.RemoveNode(this);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp767 Erased = CSEMap.RemoveNode(N);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp646 Erased = CSEMap.RemoveNode(N);

Completed in 835 milliseconds