Searched defs:child_begin (Results 1 - 23 of 23) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDataFlow.h34 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
H A DCFG.h253 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
267 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
284 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
298 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/AST/
H A DStmtGraphTraits.h34 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();
H A DComment.h193 child_iterator child_begin() const;
199 return child_end() - child_begin();
250 child_iterator child_begin() const { return NULL; } function in class:clang::comments::TextComment
310 child_iterator child_begin() const { return NULL; } function in class:clang::comments::InlineCommandComment
439 child_iterator child_begin() const { return NULL; } function in class:clang::comments::HTMLStartTagComment
496 child_iterator child_begin() const { return NULL; } function in class:clang::comments::HTMLEndTagComment
549 child_iterator child_begin() const { function in class:clang::comments::ParagraphComment
617 child_iterator child_begin() const { function in class:clang::comments::BlockCommandComment
834 child_iterator child_begin() const { return NULL; } function in class:clang::comments::VerbatimBlockLineComment
866 child_iterator child_begin() cons function in class:clang::comments::VerbatimBlockComment
923 child_iterator child_begin() const { return NULL; } function in class:clang::comments::VerbatimLineComment
1060 child_iterator child_begin() const { function in class:clang::comments::FullComment
[all...]
H A DStmt.h419 child_iterator child_begin() { return children().first; } function in class:clang::Stmt
422 const_child_iterator child_begin() const { return children().first; } function in class:clang::Stmt
/external/llvm/include/llvm/ADT/
H A DGraphTraits.h36 // 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/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp220 /// 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);
/external/clang/lib/AST/
H A DComment.cpp69 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_begin); \
80 Comment::child_iterator Comment::child_begin() const { function in class:clang::comments::Comment
86 return static_cast<const CLASS *>(this)->child_begin();
120 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
/external/llvm/include/llvm/Analysis/
H A DInterval.h131 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
143 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h319 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:GraphTraits
H A DLoopInfo.h157 BlockTraits::child_begin(const_cast<BlockT*>(BB)),
173 InvBlockTraits::child_begin(const_cast<BlockT*>(H)),
678 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
691 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DDominators.h241 assert(std::distance(GraphT::child_begin(NewBB),
244 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB);
249 InvTraits::child_begin(NewBB),
257 InvTraits::child_begin(NewBBSucc),
666 if (std::distance(TraitsTy::child_begin(I),
885 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h186 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
H A DMachineLoopInfo.h167 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
180 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DMachineBasicBlock.h624 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
637 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
657 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
671 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h642 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DSelectionDAGNodes.h1795 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::SDNode::GraphTraits
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h178 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/Analysis/
H A DCallGraph.h190 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
205 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:llvm::GraphTraits
H A DCFG.h835 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
849 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
863 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
877 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp219 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp318 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h443 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
469 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 309 milliseconds