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

1 2 3 4 5 6 7 8 91011>>

  /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();
StmtOpenMP.h 87 *child_begin() = S;
198 return const_cast<Stmt *>(*child_begin());
341 &(*(std::next(child_begin(), getArraysOffset(getDirectiveKind())))));
348 child_begin(), getArraysOffset(getDirectiveKind()) + CollapsedNum));
355 &*std::next(child_begin(),
363 &*std::next(child_begin(),
371 &*std::next(child_begin(),
415 *std::next(child_begin(), IterationVariableOffset) = IV;
418 *std::next(child_begin(), LastIterationOffset) = LI;
421 *std::next(child_begin(), CalcLastIterationOffset) = CLI
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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();
  /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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 40 // static ChildIteratorType child_begin(NodeRef)
108 return make_range(GraphTraits<GraphType>::child_begin(G),
115 return make_range(GraphTraits<Inverse<GraphType>>::child_begin(G),
  /external/llvm/include/llvm/Analysis/
Interval.h 130 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
142 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits

Completed in 1483 milliseconds

1 2 3 4 5 6 7 8 91011>>