HomeSort by relevance Sort by last modified time
    Searched defs:CurNode (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 90 /// CurNode - The current B+Tree node that we are inspecting.
91 const void /*RopePieceBTreeLeaf*/ *CurNode;
102 : CurNode(nullptr), CurPiece(nullptr), CurChar(0) {}
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist.h 410 NodeTy *CurNode = where.getNodePtrUnchecked();
411 NodeTy *PrevNode = this->getPrev(CurNode);
412 this->setNext(New, CurNode);
415 if (CurNode != Head) // Is PrevNode off the beginning of the list?
419 this->setPrev(CurNode, New);
  /external/llvm/include/llvm/ADT/
ilist.h 410 NodeTy *CurNode = where.getNodePtrUnchecked();
411 NodeTy *PrevNode = this->getPrev(CurNode);
412 this->setNext(New, CurNode);
415 if (CurNode != Head) // Is PrevNode off the beginning of the list?
419 this->setPrev(CurNode, New);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSA.cpp 629 T &operator*() const { return curNode(); }
632 N = curNode().Previous;
643 T &curNode() const { return W->Paths[*N]; }
745 DefPath &CurNode = *Iter;
746 assert(CurNode.Last == Current);
773 TerminatedPath Result{CurNode.Last, defPathIndex(CurNode)};
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 4595 milliseconds