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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/ADT/
GraphTraits.h 36 // static ChildIteratorType child_begin(NodeType *)
95 static ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
96 return GraphTraits<T>::child_begin(N);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
GraphTraits.h 36 // static ChildIteratorType child_begin(NodeType *)
92 static ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
93 return GraphTraits<T>::child_begin(N);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataFlow.h 34 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
51 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
68 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
89 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/AST/
StmtGraphTraits.h 34 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 218 /// child_begin - Return an iterator pointing to the first child of the given
220 static ChildIterator child_begin(NodeType *Parent) {
236 static inline ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
237 return Graph<N>::child_begin(Node);
  /external/swiftshader/third_party/LLVM/unittests/ADT/
SCCIteratorTest.cpp 220 /// child_begin - Return an iterator pointing to the first child of the given
222 static ChildIterator child_begin(NodeType *Parent) {
238 static inline ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
239 return Graph<N>::child_begin(Node);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtGraphTraits.h 34 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
Interval.h 127 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
136 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
Interval.h 127 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
136 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
Interval.h 127 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
136 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
Interval.h 127 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
136 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
Interval.h 127 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
136 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits

Completed in 182 milliseconds

1 2 3 4 5 6 7 8 91011>>