/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | TestGraph.h | 164 class ChildIterator { 173 ChildIterator(); // Disable default constructor. 175 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {} in ChildIterator() function 179 ChildIterator(const ChildIterator& other) : FirstNode(other.FirstNode), in ChildIterator() function 183 bool operator==(const ChildIterator &other) const { 187 bool operator!=(const ChildIterator &other) const { 192 ChildIterator& operator++() { 205 ChildIterator operator++(int) { 206 ChildIterator Result(*this); 225 static ChildIterator child_begin(NodeType *Parent) { in child_begin() [all …]
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | SCCIteratorTest.cpp | 161 class ChildIterator { class in llvm::Graph 170 ChildIterator(); // Disable default constructor. 172 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {} in ChildIterator() function in llvm::Graph::ChildIterator 176 ChildIterator(const ChildIterator& other) : FirstNode(other.FirstNode), in ChildIterator() function in llvm::Graph::ChildIterator 180 bool operator==(const ChildIterator &other) const { in operator ==() 184 bool operator!=(const ChildIterator &other) const { in operator !=() 189 ChildIterator& operator++() { in operator ++() 202 ChildIterator operator++(int) { in operator ++() 203 ChildIterator Result(*this); in operator ++() 222 static ChildIterator child_begin(NodeType *Parent) { in child_begin() [all …]
|
/external/llvm/unittests/ADT/ |
D | SCCIteratorTest.cpp | 159 class ChildIterator { class in llvm::Graph 168 ChildIterator(); // Disable default constructor. 170 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {} in ChildIterator() function in llvm::Graph::ChildIterator 174 ChildIterator(const ChildIterator& other) : FirstNode(other.FirstNode), in ChildIterator() function in llvm::Graph::ChildIterator 178 bool operator==(const ChildIterator &other) const { in operator ==() 182 bool operator!=(const ChildIterator &other) const { in operator !=() 187 ChildIterator& operator++() { in operator ++() 200 ChildIterator operator++(int) { in operator ++() 201 ChildIterator Result(*this); in operator ++() 220 static ChildIterator child_begin(NodeType *Parent) { in child_begin() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | ChildIterator.java | 35 public class ChildIterator extends LocPathIterator class 49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator() method in ChildIterator
|
D | WalkerFactory.java | 191 iter = new ChildIterator(compiler, opPos, analysis); in newDTMIterator()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 272 template <class Node, class ChildIterator> 275 typedef ChildIterator ChildIteratorType;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 259 template <class Node, class ChildIterator> 262 using ChildIteratorType = ChildIterator;
|
/external/llvm/include/llvm/IR/ |
D | Dominators.h | 157 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase { 159 typedef ChildIterator ChildIteratorType;
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 29 typedef ChildMap::const_iterator ChildIterator; typedef in __anon70af99f00111::ClangASTNodesEmitter 78 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base); in EmitNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Dominators.h | 186 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase { 188 using ChildIteratorType = ChildIterator;
|