HomeSort by relevance Sort by last modified time
    Searched defs:ChildIteratorType (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/llvm/include/llvm/ADT/
GraphTraits.h 31 // typedef ChildIteratorType - Type used to iterate over children in graph
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
89 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
95 static ChildIteratorType child_begin(NodeType* N) {
99 static ChildIteratorType child_end(NodeType* N) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
GraphTraits.h 31 // typedef ChildIteratorType - Type used to iterate over children in graph
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
86 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
92 static ChildIteratorType child_begin(NodeType* N) {
96 static ChildIteratorType child_end(NodeType* N) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataFlow.h 28 typedef Value::const_use_iterator ChildIteratorType;
34 static inline ChildIteratorType child_begin(NodeType *N) {
38 static inline ChildIteratorType child_end(NodeType *N) {
45 typedef Value::use_iterator ChildIteratorType;
51 static inline ChildIteratorType child_begin(NodeType *N) {
55 static inline ChildIteratorType child_end(NodeType *N) {
62 typedef User::const_op_iterator ChildIteratorType;
68 static inline ChildIteratorType child_begin(NodeType *N) {
74 static inline ChildIteratorType child_end(NodeType *N) {
83 typedef User::op_iterator ChildIteratorType;
    [all...]
  /external/clang/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static inline ChildIteratorType child_begin(NodeType* N) {
36 else return ChildIteratorType();
39 static inline ChildIteratorType child_end(NodeType* N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static inline ChildIteratorType child_begin(NodeType* N) {
63 else return ChildIteratorType();
66 static inline ChildIteratorType child_end(NodeType* N) {
68 else return ChildIteratorType();
    [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 233 typedef typename Graph<N>::ChildIterator ChildIteratorType;
236 static inline ChildIteratorType child_begin(NodeType *Node) {
239 static inline ChildIteratorType child_end(NodeType *Node) {
  /external/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 235 typedef typename Graph<N>::ChildIterator ChildIteratorType;
238 static inline ChildIteratorType child_begin(NodeType *Node) {
241 static inline ChildIteratorType child_end(NodeType *Node) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();
    [all...]
  /external/llvm/include/llvm/Analysis/
Interval.h 125 typedef Interval::succ_iterator ChildIteratorType;
130 static inline ChildIteratorType child_begin(NodeType *N) {
133 static inline ChildIteratorType child_end(NodeType *N) {
140 typedef Interval::pred_iterator ChildIteratorType;
142 static inline ChildIteratorType child_begin(NodeType *N) {
145 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 152 typedef MachineLoopInfo::iterator ChildIteratorType;
155 static inline ChildIteratorType child_begin(NodeType *N) {
158 static inline ChildIteratorType child_end(NodeType *N) {
165 typedef MachineLoopInfo::iterator ChildIteratorType;
168 static inline ChildIteratorType child_begin(NodeType *N) {
171 static inline ChildIteratorType child_end(NodeType *N) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Interval.h 126 typedef Interval::succ_iterator ChildIteratorType;
131 static inline ChildIteratorType child_begin(NodeType *N) {
134 static inline ChildIteratorType child_end(NodeType *N) {
141 typedef Interval::pred_iterator ChildIteratorType;
143 static inline ChildIteratorType child_begin(NodeType *N) {
146 static inline ChildIteratorType child_end(NodeType *N) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopInfo.h 152 typedef MachineLoopInfo::iterator ChildIteratorType;
155 static inline ChildIteratorType child_begin(NodeType *N) {
158 static inline ChildIteratorType child_end(NodeType *N) {
165 typedef MachineLoopInfo::iterator ChildIteratorType;
168 static inline ChildIteratorType child_begin(NodeType *N) {
171 static inline ChildIteratorType child_end(NodeType *N) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 125 typedef Interval::succ_iterator ChildIteratorType;
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
136 typedef Interval::pred_iterator ChildIteratorType;
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }

Completed in 542 milliseconds

1 2 3 4 5 6 7