HomeSort by relevance Sort by last modified time
    Searched refs:getNextNode (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/unittests/ADT/
ilistTest.cpp 31 EXPECT_EQ(0, List.back().getNextNode());
35 EXPECT_EQ(2, List.front().getNextNode()->Value);
40 EXPECT_EQ(2, ConstList.front().getNextNode()->Value);
  /external/llvm/include/llvm/ADT/
ilist_node.h 107 NodeTy *getNextNode() {
112 return List.getNextNode(*static_cast<NodeTy *>(this));
115 const NodeTy *getNextNode() const {
116 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java 54 protected int getNextNode()
BasicTestIterator.java 123 protected abstract int getNextNode();
170 next = getNextNode();
ChildTestIterator.java 79 protected int getNextNode()
OneStepIteratorForward.java 138 protected int getNextNode()
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist_node.h 80 NodeTy *getNextNode() {
91 const NodeTy *getNextNode() const {
  /external/llvm/unittests/ADT/
ilistTest.cpp 34 EXPECT_EQ(nullptr, List.getNextNode(List.back()));
38 EXPECT_EQ(2, List.getNextNode(List.front())->Value);
43 EXPECT_EQ(2, ConstList.getNextNode(ConstList.front())->Value);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node.h 274 NodeTy *getNextNode() {
279 return List.getNextNode(*static_cast<NodeTy *>(this));
282 const NodeTy *getNextNode() const {
283 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 274 NodeTy *getNextNode() {
279 return List.getNextNode(*static_cast<NodeTy *>(this));
282 const NodeTy *getNextNode() const {
283 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 274 NodeTy *getNextNode() {
279 return List.getNextNode(*static_cast<NodeTy *>(this));
282 const NodeTy *getNextNode() const {
283 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ilist_node.h 289 NodeTy *getNextNode() {
294 return List.getNextNode(*static_cast<NodeTy *>(this));
298 const NodeTy *getNextNode() const {
299 return const_cast<ilist_node_with_parent *>(this)->getNextNode();