Home
last modified time | relevance | path

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

/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd8.c126 static void *RemoveNode(CPpmd8 *p, unsigned indx) in RemoveNode() function
212 return RemoveNode(p, indx); in AllocUnitsRare()
225 retVal = RemoveNode(p, i); in AllocUnitsRare()
234 return RemoveNode(p, indx); in AllocUnits()
257 void *ptr = RemoveNode(p, i1); in ShrinkUnits()
290 ptr = RemoveNode(p, indx); in MoveUnitsUp()
681 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
H A Darchive_ppmd7.c158 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() function
257 return RemoveNode(p, indx); in AllocUnitsRare()
270 retVal = RemoveNode(p, i); in AllocUnitsRare()
279 return RemoveNode(p, indx); in AllocUnits()
302 void *ptr = RemoveNode(p, i1); in ShrinkUnits()
430 c1 = (CTX_PTR)RemoveNode(p, 0); in CreateSuccessors()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h205 bool RemoveNode(Node *N);
447 bool RemoveNode(T *N) { in RemoveNode() function
448 return FoldingSetBase::RemoveNode(N); in RemoveNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp382 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp103 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp165 Nodes.RemoveNode(node); in collectNode()
H A DProgramState.cpp39 Mgr.StateSet.RemoveNode(s); in ProgramStateRelease()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp222 Diags.RemoveNode(orig); in HandlePathDiagnostic()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp509 SE->UniqueSCEVs.RemoveNode(this); in deleted()
517 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1020 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()