HomeSort by: relevance | last modified time | path
    Searched refs:findNode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DirectedGraph.h 206 const_iterator findNode(const NodeType &N) const {
210 iterator findNode(const NodeType &N) {
212 static_cast<const DGraphType &>(*this).findNode(N));
217 if (findNode(N) != Nodes.end())
243 iterator IT = findNode(N);
265 assert(findNode(Src) != Nodes.end() && "Src node should be present.");
266 assert(findNode(Dst) != Nodes.end() && "Dst node should be present.");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
slist.d 115 private static Node * findNode(Node * n, Node * findMe)
583 auto n = findNode(_root, r._head);
615 auto n1 = findNode(_root, orig._head);

Completed in 76 milliseconds