Home
last modified time | relevance | path

Searched refs:ChildIterator (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DTestGraph.h164 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/
DSCCIteratorTest.cpp161 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/
DSCCIteratorTest.cpp159 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/
DChildIterator.java35 public class ChildIterator extends LocPathIterator class
49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator() method in ChildIterator
DWalkerFactory.java191 iter = new ChildIterator(compiler, opPos, analysis); in newDTMIterator()
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h272 template <class Node, class ChildIterator>
275 typedef ChildIterator ChildIteratorType;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineDominators.h259 template <class Node, class ChildIterator>
262 using ChildIteratorType = ChildIterator;
/external/llvm/include/llvm/IR/
DDominators.h157 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase {
159 typedef ChildIterator ChildIteratorType;
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp29 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/
DDominators.h186 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase {
188 using ChildIteratorType = ChildIterator;