Home
last modified time | relevance | path

Searched defs:findNode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h206 const_iterator findNode(const NodeType &N) const { in findNode() function
210 iterator findNode(const NodeType &N) { in findNode() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dslist.d115 private static Node * findNode(Node * n, Node * findMe) in findNode() function