Searched defs:RemoveNode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp375 bool FoldingSetBase::RemoveNode(Node *N) { function in class:FoldingSetBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h432 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } function in class:llvm::FoldingSetImpl
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c126 static void *RemoveNode(CPpmd8 *p, unsigned indx) function
H A Darchive_ppmd7.c158 static void *RemoveNode(CPpmd7 *p, unsigned indx) function

Completed in 120 milliseconds